pokecrystal/stats/pokedex/entries/006.asm

13 lines
264 B
NASM
Raw Normal View History

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