summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/battle.asm')
-rw-r--r--home/battle.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/battle.asm b/home/battle.asm
index d7d56dda..a29db60f 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -101,8 +101,8 @@ RefreshBattleHuds::
jp WaitBGMap
UpdateBattleHuds:: ; 3bf8 (0:3bf8)
- callba UpdatePlayerHUD
- callba UpdateEnemyHUD
+ farcall UpdatePlayerHUD
+ farcall UpdateEnemyHUD
ret
GetBattleVar::