shithub: pokecrystal

ref: 0d9241889fc8a2f047b9fd6db25e55de1e721877
dir: /engine/battle/updatebattlehuds.asm/

View raw version
_UpdateBattleHUDs:
	farcall DrawPlayerHUD
	ld hl, wPlayerHPPal
	call SetHPPal
	farcall DrawEnemyHUD
	ld hl, wEnemyHPPal
	call SetHPPal
	farcall FinishBattleAnim
	ret