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

11 lines
250 B
NASM
Raw Normal View History

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