pokecrystal-board/engine/battle/update_battle_huds.asm

10 lines
166 B
NASM
Raw Normal View History

_UpdateBattleHUDs:
farcall DrawPlayerHUD
2018-01-23 17:39:09 -05:00
ld hl, wPlayerHPPal
call SetHPPal
farcall DrawEnemyHUD
2018-01-23 17:39:09 -05:00
ld hl, wEnemyHPPal
call SetHPPal
farcall FinishBattleAnim
ret