mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
218 B
NASM
11 lines
218 B
NASM
; AI_AGGRESSIVE does not discourage these moves
|
|
; even if a stronger one is available.
|
|
|
|
RecklessMoves: ; 393e2
|
|
db EFFECT_SELFDESTRUCT
|
|
db EFFECT_RAMPAGE
|
|
db EFFECT_MULTI_HIT
|
|
db EFFECT_DOUBLE_HIT
|
|
db -1 ; end
|
|
; 393e7
|