diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-01-27 01:29:10 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-01-27 03:26:33 -0500 |
commit | 8744b3bf8b4f49741041f11ee60c70f2bcc76813 (patch) | |
tree | f20edbe5ddcef0cd959f31b007019b4fbd4d78d8 | |
parent | b3324b175e58ce9a8e2f49d1df64ec71f02e9605 (diff) |
Fix some sfx ids
-rwxr-xr-x | engine/overworld/player_animations.asm | 2 | ||||
-rw-r--r-- | home/text.asm | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/home/text.asm b/home/text.asm index abcac9fd..aed89c33 100644 --- a/home/text.asm +++ b/home/text.asm @@ -627,12 +627,12 @@ TextCommand0B:: ; 1c31 (0:1c31) ; format: text command ID, sound ID or cry ID TextCommandSounds:: ; 1c64 (0:1c64) db $0B,(SFX_02_3a - SFX_Headers_02) / 3 - db $12,(SFX_02_46 - SFX_Headers_02) / 3 + db $12,(SFX_08_46 - SFX_Headers_08) / 3 db $0E,(SFX_02_41 - SFX_Headers_02) / 3 db $0F,(SFX_02_3a - SFX_Headers_02) / 3 db $10,(SFX_02_3b - SFX_Headers_02) / 3 db $11,(SFX_02_42 - SFX_Headers_02) / 3 - db $13,(SFX_02_44 - SFX_Headers_02) / 3 + db $13,(SFX_08_45 - SFX_Headers_08) / 3 db $14,NIDORINA ; used in OakSpeech db $15,PIDGEOT ; used in SaffronCityText12 db $16,DEWGONG ; unused? |