summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/charizard.asm
blob: 53a542fb56487fafeb325d9468a25fe62f0067ac (plain)
1
2
3
4
5
6
7
8
9
10
; CharizardPokedexEntry: ; 0x1818b3
	db "FLAME@" ; species name
	dw 507, 2000 ; height, weight

	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.@"