11 lines
249 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; CharizardPokedexEntry: ; 0x1818b3
db "FLAME@" ; species name
dw 507, 2000 ; height, width
2014-03-06 00:46:01 -05:00
db "It uses its wings"
next "to fly high. The"
next "temperature of its"
page "fire increases as"
2014-03-06 00:46:01 -05:00
next "it gains exper-"
next "ience in battle.@"