mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -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
|