shithub: pokecrystal

ref: 3df4c5ffa81d8c31afceb8112e7c30716b0d0949
dir: /engine/battle/updatebattlehuds.asm/

View raw version
_UpdateBattleHUDs:
	farcall DrawPlayerHUD
	ld hl, PlayerHPPal
	call SetHPPal
	farcall DrawEnemyHUD
	ld hl, EnemyHPPal
	call SetHPPal
	farcall FinishBattleAnim
	ret