pokecrystal-board/engine/battle/update_battle_huds.asm

10 lines
166 B
NASM
Raw Permalink Normal View History

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