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

	db   "It digs under-"
	next "ground and chews"
	next "on tree roots,"

	page "sticking its head"
	next "out only when the"
	next "sun isn't bright.@"