shithub: pokecrystal

ref: b5a7e7de3e6b75e95967edd28b9c2af5959cd136
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