mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|