mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
7 lines
97 B
NASM
7 lines
97 B
NASM
BattleCommand_HiddenPower:
|
|
ld a, [wAttackMissed]
|
|
and a
|
|
ret nz
|
|
farcall HiddenPowerDamage
|
|
ret
|