From eb7195a78009e4ef1312fe7835b0a33229c22073 Mon Sep 17 00:00:00 2001 From: Brandon Mulcahy Date: Sat, 28 May 2016 15:43:41 -0400 Subject: [PATCH] Fix PlaySFX priority comment --- home/audio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/audio.asm b/home/audio.asm index c6982fbbc..5e6eafe9a 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -196,7 +196,7 @@ endr 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