shithub: pokecrystal

Download patch

ref: c33ba049a5a993fc678fd1698645039ce4974022
parent: 604778749d26223a21df776c7df6a017e80cead9
parent: eb7195a78009e4ef1312fe7835b0a33229c22073
author: yenatch <yenatch@gmail.com>
date: Fri Jul 1 14:53:50 EDT 2016

Merge pull request #344 from jangler/sfx-priority-comment

Fix PlaySFX priority comment

--- a/home/audio.asm
+++ b/home/audio.asm
@@ -196,7 +196,7 @@
 
 PlaySFX:: ; 3c23
 ; Play sound effect de.
-; Sound effects are ordered by priority (lowest to highest)
+; Sound effects are ordered by priority (highest to lowest)
 
 	push hl
 	push de