mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
8 lines
152 B
NASM
8 lines
152 B
NASM
; AI_RISKY will not use these effects at max HP
|
|
; even if they would KO the player.
|
|
|
|
RiskyEffects:
|
|
db EFFECT_SELFDESTRUCT
|
|
db EFFECT_OHKO
|
|
db -1 ; end
|