summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/battle.asm')
-rw-r--r--home/battle.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm
index 407ef44c8..37c2e7b1c 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -190,7 +190,8 @@ GetBattleAnimPointer::
ld a, [hl]
ld [wBattleAnimAddress + 1], a
- ld a, BANK(BattleAnimCommands)
+ ; ClearBattleAnims is the only function that calls this...
+ ld a, BANK(ClearBattleAnims)
rst Bankswitch
ret