mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
168 B
NASM
9 lines
168 B
NASM
; AI_RISKY will not use these effects at max HP
|
|
; even if they would KO the player.
|
|
|
|
RiskyEffects: ; 394ff
|
|
db EFFECT_SELFDESTRUCT
|
|
db EFFECT_OHKO
|
|
db -1 ; end
|
|
; 39502
|