shithub: pokecrystal

Download patch

ref: eb7195a78009e4ef1312fe7835b0a33229c22073
parent: 604778749d26223a21df776c7df6a017e80cead9
author: Brandon Mulcahy <brandon@jangler.info>
date: Sat May 28 11:43:41 EDT 2016

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