summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/sandshrew.asm
blob: 570907b3158dd81d374c75a3a1e34f7423cef41f (plain)
1
2
3
4
5
6
7
8
9
10
	db "MOUSE@" ; species name
	dw 200, 260 ; height, weight

	db   "It prefers dry,"
	next "sandy places"
	next "because it uses"

	page "the sand to"
	next "protect itself"
	next "when threatened.@"