summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 19:43:47 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 19:43:47 -0500
commitc5527a02ae1423479af567acf7dc38708f50f9b3 (patch)
treed32864ab632f22bf1ce67c120c514488339a5120 /battle/anim_commands.asm
parent10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (diff)
dbw BANK, addr replaced with dba
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r--battle/anim_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm
index 82d5eab62..b6dff896c 100644
--- a/battle/anim_commands.asm
+++ b/battle/anim_commands.asm
@@ -168,8 +168,8 @@ BattleAnimRestoreHuds: ; cc1bb
ld [rSVBK], a
ld hl, UpdateBattleHuds
- ld a, $f
- rst FarCall
+ ld a, BANK(UpdatePlayerHUD)
+ rst FarCall ; Why the heck is this a callab?
pop af
ld [rSVBK], a