mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
17 lines
258 B
NASM
17 lines
258 B
NASM
; AI_CAUTIOUS discourages these moves after the first turn.
|
|
|
|
ResidualMoves:
|
|
dw MIST
|
|
dw LEECH_SEED
|
|
dw POISONPOWDER
|
|
dw STUN_SPORE
|
|
dw THUNDER_WAVE
|
|
dw FOCUS_ENERGY
|
|
dw BIDE
|
|
dw POISON_GAS
|
|
dw TRANSFORM
|
|
dw CONVERSION
|
|
dw SUBSTITUTE
|
|
dw SPIKES
|
|
dw -1 ; end
|