mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
224 B
NASM
11 lines
224 B
NASM
; MoltresPokedexEntry: ; 0x1cc706
|
|
db "FLAME@" ; species name
|
|
dw 607, 1320 ; height, weight
|
|
|
|
db "Legendary bird"
|
|
next "#MON. It is"
|
|
next "said to migrate"
|
|
page "from the south"
|
|
next "along with the"
|
|
next "spring.@"
|