mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00
7 lines
97 B
NASM
7 lines
97 B
NASM
BattleCommand_HiddenPower:
|
|
ld a, [wAttackMissed]
|
|
and a
|
|
ret nz
|
|
farcall HiddenPowerDamage
|
|
ret
|