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