shithub: pokecrystal

ref: 79d9f162372015c7ee4d60f68430ff3af956f188
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