You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
9 lines
112 B
NASM
9 lines
112 B
NASM
BattleCommand_HiddenPower:
|
|
; hiddenpower
|
|
|
|
ld a, [wAttackMissed]
|
|
and a
|
|
ret nz
|
|
farcall HiddenPowerDamage
|
|
ret
|