summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xengine/items/items.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index 5c919e50..0b0b2859 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -1850,8 +1850,8 @@ PlayedFluteHadEffectText:
ld c, BANK(SFX_Pokeflute)
call PlayMusic
.musicWaitLoop ; wait for music to finish playing
- ld a,[wChannelSoundIDs + CH2]
- cp a, SFX_POKEFLUE
+ ld a,[wChannelSoundIDs + Ch2]
+ cp a, SFX_POKEFLUTE
jr z,.musicWaitLoop
call PlayDefaultMusic ; start playing normal music again
.done