From 8744b3bf8b4f49741041f11ee60c70f2bcc76813 Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Tue, 27 Jan 2015 01:29:10 -0500 Subject: Fix some sfx ids --- engine/overworld/player_animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/overworld/player_animations.asm b/engine/overworld/player_animations.asm index 473b0d5a..be3d79e4 100755 --- a/engine/overworld/player_animations.asm +++ b/engine/overworld/player_animations.asm @@ -133,7 +133,7 @@ _LeaveMapAnim: ; 705ba (1c:45ba) ld [hli], a ; wPlayerSpinInPlaceAnimFrameDelayDelta xor a ld [hli], a ; wPlayerSpinInPlaceAnimFrameDelayEndValue - ld [hl], $a1 ; wPlayerSpinInPlaceAnimSoundID + ld [hl], (SFX_02_4d - SFX_Headers_02) / 3 ; wPlayerSpinInPlaceAnimSoundID ld hl, wcd48 call PlayerSpinInPlace jr .spinWhileMovingUp -- cgit v1.3.1-sl0p