shithub: pokecrystal

ref: 98af69691d8994b07c19ef4e86f3f903da6091ed
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