mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
236 B
NASM
11 lines
236 B
NASM
; FlareonPokedexEntry: ; 0x1cc2ec
|
|
db "FLAME@" ; species name
|
|
dw 211, 550 ; height, weight
|
|
|
|
db "Once it has stored"
|
|
next "up enough heat,"
|
|
next "this #MON's"
|
|
page "body temperature"
|
|
next "can reach up to"
|
|
next "1700 degrees.@"
|