mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
200 B
NASM
13 lines
200 B
NASM
; AI_SMART prefers these moves during harsh sunlight.
|
|
|
|
SunnyDayMoves:
|
|
db FIRE_PUNCH
|
|
db EMBER
|
|
db FLAMETHROWER
|
|
db FIRE_SPIN
|
|
db FIRE_BLAST
|
|
db SACRED_FIRE
|
|
db MORNING_SUN
|
|
db SYNTHESIS
|
|
db -1 ; end
|