summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/005.asm
blob: bd0e9dac54703acd2fc9744cc1ea74191f10096c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; CharmeleonPokedexEntry: ; 0x18184a
	db "FLAME@" ; species name
	dw 307, 420 ; height, width
	
	db   "If it becomes"
	next "agitated during"
	next "battle, it spouts"
	page "intense flames,"
	next "incinerating its"
	next "surroundings.@"
; 0x1818b3