pokecrystal-board/stats/pokedex/entries/006.asm

13 lines
264 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; CharizardPokedexEntry: ; 0x1818b3
2014-03-05 21:46:01 -08:00
db "FLAME@" ; species name
2013-02-05 16:29:20 -08:00
dw 507, 2000; height, width
2014-03-05 21:46:01 -08: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-05 16:29:20 -08:00
; 0x181926