pokecrystal/stats/pokedex/entries/136.asm

13 lines
250 B
NASM
Raw Normal View History

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