mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
10 lines
113 B
NASM
10 lines
113 B
NASM
BattleCommand_HiddenPower:
|
|
; hiddenpower
|
|
|
|
ld a, [wAttackMissed]
|
|
and a
|
|
ret nz
|
|
farcall HiddenPowerDamage
|
|
ret
|
|
|