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:
13
data/battle/ai/sunny_day_moves.asm
Normal file
13
data/battle/ai/sunny_day_moves.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
; AI_SMART prefers these moves during harsh sunlight.
|
||||
|
||||
SunnyDayMoves: ; 39134
|
||||
db FIRE_PUNCH
|
||||
db EMBER
|
||||
db FLAMETHROWER
|
||||
db FIRE_SPIN
|
||||
db FIRE_BLAST
|
||||
db SACRED_FIRE
|
||||
db MORNING_SUN
|
||||
db SYNTHESIS
|
||||
db -1 ; end
|
||||
; 3913d
|
||||
Reference in New Issue
Block a user