summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/gold/diglett.asm
blob: 687a6c09238d950a7ba93dfb5adf3acc6b9367ef (plain)
1
2
3
4
5
6
7
8
9
10
	db "MOLE@" ; species name
	dw 8, 20 ; height, weight

	db   "Its skin is very"
	next "thin. If it is"
	next "exposed to light,"

	page "its blood heats"
	next "up, causing it to"
	next "grow weak.@"