shithub: pokecrystal

ref: d38ed29a4679936cb97bd95833e49700fee80030
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