mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
10 lines
164 B
NASM
10 lines
164 B
NASM
|
_UpdateBattleHUDs:
|
||
|
farcall DrawPlayerHUD
|
||
|
ld hl, PlayerHPPal
|
||
|
call SetHPPal
|
||
|
farcall DrawEnemyHUD
|
||
|
ld hl, EnemyHPPal
|
||
|
call SetHPPal
|
||
|
farcall FinishBattleAnim
|
||
|
ret
|