summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-01-27 01:29:10 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-01-27 03:26:33 -0500
commit8744b3bf8b4f49741041f11ee60c70f2bcc76813 (patch)
treef20edbe5ddcef0cd959f31b007019b4fbd4d78d8 /engine
parentb3324b175e58ce9a8e2f49d1df64ec71f02e9605 (diff)
Fix some sfx ids
Diffstat (limited to 'engine')
-rwxr-xr-xengine/overworld/player_animations.asm2
1 files changed, 1 insertions, 1 deletions
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