shithub: pokecrystal

ref: 85cded6ec5b329bb69a47544487b53bc0260f427
dir: /engine/routines/updatebattlehuds.asm/

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