diff options
Diffstat (limited to 'engine/battle/core.asm')
-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 07d486b3..512c2598 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -7674,7 +7674,7 @@ GetBattleMonBackpic_DoAnim: push af xor a ldh [hBattleTurn], a - ld a, BANK("Move Animations") + ld a, BANK(BattleAnimCommands) rst FarCall pop af ldh [hBattleTurn], a |