summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/006.asm
blob: e0cadfb8e0dec6d568aea803f5fb06f53ad00a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; CharizardPokedexEntry: ; 0x1818b3
	db "FLAME@" ; species name
	dw 507, 2000 ; height, width
	
	db   "It uses its wings"
	next "to fly high. The"
	next "temperature of its"
	page "fire increases as"
	next "it gains exper-"
	next "ience in battle.@"
; 0x181926