diff options
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 4 |
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 |