diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-22 23:42:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-22 23:42:50 -0400 |
| commit | bdde60c64b9268ffa1a26c1ea0434edbec4d5b21 (patch) | |
| tree | cd102350dff68cfa4173799cd8024ae7730f5cf1 /engine/battle | |
| parent | 5ba5a7df46822d4e95061583e3497744c6e48e50 (diff) | |
ANIM_MON_UNUSED → ANIM_MON_HOF
Diffstat (limited to 'engine/battle')
| -rw-r--r-- | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index d1bd41b84..7e92a3e31 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -9094,7 +9094,7 @@ BattleStartMessage: jr .skip_cry ; cry is played during the animation .cry_no_anim - ld a, $0f + ld a, $f ld [wCryTracks], a ld a, [wTempEnemyMonSpecies] call PlayStereoCry |
