shithub: pokecrystal

ref: 59d9932255aa01e54dedfd82e9eb6343e9fe7883
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