shithub: pokecrystal

ref: ce004be92c54459cb0fc772e296d07256666fe58
dir: /engine/battle/update_battle_huds.asm/

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