summaryrefslogtreecommitdiff
path: root/engine/routines/updatebattlehuds.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/routines/updatebattlehuds.asm')
-rw-r--r--engine/routines/updatebattlehuds.asm9
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/routines/updatebattlehuds.asm b/engine/routines/updatebattlehuds.asm
deleted file mode 100644
index ec7f662e8..000000000
--- a/engine/routines/updatebattlehuds.asm
+++ /dev/null
@@ -1,9 +0,0 @@
-_UpdateBattleHUDs:
- farcall DrawPlayerHUD
- ld hl, PlayerHPPal
- call SetHPPal
- farcall DrawEnemyHUD
- ld hl, EnemyHPPal
- call SetHPPal
- farcall FinishBattleAnim
- ret