summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/charmander.asm
blob: 19ed15cbc1a604e7fa3250744333042750ac2996 (plain)
1
2
3
4
5
6
7
8
9
10
	db "LIZARD@" ; species name
	dw 200, 190 ; height, weight

	db   "If it's healthy,"
	next "the flame on the"
	next "tip of its tail"

	page "will burn vigor-"
	next "ously, even if it"
	next "gets a bit wet.@"