summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 22:52:59 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 22:53:56 -0700
commit541a9c73472db20472db5531cba196a0dcd148ea (patch)
tree0a28f28213a2e941267b9f1097b1b23a9bd8d1d7 /home/battle.asm
parent8639fcd29b0e929ec6cc236a209d0e07a495db14 (diff)
Name the UpdateEnemyHUD predef.
Also start using hp palette constants.
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 5c7487ff5..d1f59ad81 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -130,8 +130,8 @@ RefreshBattleHuds:: ; 39c9
; 39d4
UpdateBattleHuds:: ; 39d4
- callba Function3df48
- callba Function3e036
+ callba UpdatePlayerHUD
+ callba UpdateEnemyHUD
ret
; 39e1