pokecrystal-board/data/pokedex/entries/136.asm

13 lines
248 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; FlareonPokedexEntry: ; 0x1cc2ec
db "FLAME@" ; species name
dw 211, 550 ; height, width
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "Once it has stored"
next "up enough heat,"
next "this #MON's"
page "body temperature"
2014-03-05 21:46:01 -08:00
next "can reach up to"
next "1700 degrees.@"
2013-02-05 16:29:20 -08:00
; 0x1cc353