diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
commit | bb5ae04ca5654b8c22585bcc094ee05d1ab5e055 (patch) | |
tree | fc6a371f6f37fb8efe888025f0745eb2109fd909 /battle/core.asm | |
parent | 1ba907e3539f51c70c95eed6189c14cea259b71a (diff) | |
parent | 4757e299be8c7c6981b75b1159bf5e3d28ee544e (diff) |
Merge pull request #259 from yenatch/cries
Shorten cry defs now that cry parameters are all words.
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/battle/core.asm b/battle/core.asm index 0ed4dc703..e550d4480 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -2350,7 +2350,7 @@ Function3cef1: ; 3cef1 ld a, $f0 ld [CryTracks], a ld a, [BattleMonSpecies] - call Function37b6 + call PlayStereoCry call Function3d43b hlcoord 9, 7 lb bc, 5, 11 @@ -3741,7 +3741,7 @@ Function3d7c7: ; 3d7c7 ld a, $f ld [CryTracks], a ld a, [TempEnemyMonSpecies] - call Function37b6 + call PlayStereoCry .asm_3d82c call UpdateEnemyHUD @@ -4235,7 +4235,7 @@ Function3db5f: ; 3db5f ld a, $f0 ld [CryTracks], a ld a, [CurPartySpecies] - call Function37b6 + call PlayStereoCry .asm_3dbd6 call UpdatePlayerHUD @@ -4368,7 +4368,7 @@ Function3dc5b: ; 3dc5b ld a, $f0 ld [CryTracks], a ld a, [BattleMonSpecies] - call Function37b6 + call PlayStereoCry ld a, [$c71a] ld c, a ld hl, $c664 @@ -9490,7 +9490,7 @@ BattleStartMessage: ; 3fc8b ld a, $0f ld [CryTracks], a ld a, [TempEnemyMonSpecies] - call Function37b6 + call PlayStereoCry .asm_3fceb ld a, [BattleType] |