You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so they're more discoverable.
This commit is contained in:
17
data/battle/ai/residual_moves.asm
Normal file
17
data/battle/ai/residual_moves.asm
Normal file
@@ -0,0 +1,17 @@
|
||||
; AI_CAUTIOUS discourages these moves after the first turn.
|
||||
|
||||
ResidualMoves:
|
||||
db MIST
|
||||
db LEECH_SEED
|
||||
db POISONPOWDER
|
||||
db STUN_SPORE
|
||||
db THUNDER_WAVE
|
||||
db FOCUS_ENERGY
|
||||
db BIDE
|
||||
db POISON_GAS
|
||||
db TRANSFORM
|
||||
db CONVERSION
|
||||
db SUBSTITUTE
|
||||
db SPIKES
|
||||
db -1 ; end
|
||||
; 39453
|
||||
Reference in New Issue
Block a user