diff options
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/items.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/items/items.asm b/engine/items/items.asm index f2c41ef6..a62f75d2 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1719,7 +1719,7 @@ PlayedFluteHadEffectText: ; e215 (3:6215)  	ld a,$ff  	call PlaySound ; turn off music  	ld a, SFX_POKEFLUE -	ld c, BANK(SFX_02_5e) +	ld c, BANK(SFX_Pokeflute)  	call PlayMusic  .musicWaitLoop ; wait for music to finish playing  	ld a,[wc028] | 
