mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-27 08:37:36 -05:00
10 lines
202 B
PHP
10 lines
202 B
PHP
; AI_AGGRESSIVE does not discourage these moves
|
|
; even if a stronger one is available.
|
|
|
|
RecklessMoves:
|
|
db EFFECT_SELFDESTRUCT
|
|
db EFFECT_RAMPAGE
|
|
db EFFECT_MULTI_HIT
|
|
db EFFECT_DOUBLE_HIT
|
|
db -1 ; end
|