summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/diglett.asm
blob: 469d9311d69bd80c7fba81501e6ab55f3a89bc45 (plain)
1
2
3
4
5
6
7
8
9
10
; DiglettPokedexEntry: ; 0x182b30
	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.@"