diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 18:40:04 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 18:40:04 +1200 |
commit | 66e9f2288377f697bd8a63b9fe7dbe4a314ff200 (patch) | |
tree | 16775375b46edcbb16a3b814456f81da4ee2a054 | |
parent | bfff18f882b325827fbfc892ba4ce5b9e1a51604 (diff) |
Fix building
-rwxr-xr-x | engine/items/items.asm | 4 |
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 |