summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 12:47:30 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 12:47:30 -0500
commitc66d195089b1e1b823be4f0a0fc9b8f41f5f790d (patch)
tree47869a9d9ed7f5c2c8a8974b5a46a35e65ffef6a /home/battle.asm
parentd787c66374df60fceb34fa5860c34bf56e476cbe (diff)
callba/callab → farcall/callfar
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 3c2e4de43..30096fd4a 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -130,8 +130,8 @@ RefreshBattleHuds:: ; 39c9
; 39d4
UpdateBattleHuds:: ; 39d4
- callba UpdatePlayerHUD
- callba UpdateEnemyHUD
+ farcall UpdatePlayerHUD
+ farcall UpdateEnemyHUD
ret
; 39e1