summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/027.asm
blob: a52fd2c1423beb6500d81be4a516ca30611ed0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; SandshrewPokedexEntry: ; 0x182184
	db "MOUSE@" ; species name
	dw 200, 260 ; height, width
	
	db   "It prefers dry,"
	next "sandy places"
	next "because it uses"
	page "the sand to"
	next "protect itself"
	next "when threatened.@"
; 0x1821e7