summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/hidden_power.asm
blob: 3b40a6c31f35c5f4a8bf874d07703584e3afe23d (plain)
1
2
3
4
5
6
7
8
BattleCommand_HiddenPower:
; hiddenpower

	ld a, [wAttackMissed]
	and a
	ret nz
	farcall HiddenPowerDamage
	ret