13 lines
236 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; MoltresPokedexEntry: ; 0x1cc706
db "FLAME@" ; species name
dw 607, 1320 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "Legendary bird"
next "#MON. It is"
next "said to migrate"
page "from the south"
2014-03-06 00:46:01 -05:00
next "along with the"
next "spring.@"
2013-02-05 19:29:20 -05:00
; 0x1cc761