mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
14 lines
216 B
NASM
14 lines
216 B
NASM
|
; 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
|