summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/179.asm
blob: 4c64aff8a749f0d4c5c74a04cfbda63afa64cfaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; MareepPokedexEntry: ; 0x1cd551
	db "WOOL@" ; species name
	dw 200, 170 ; height, width
	
	db   "It stores lots of"
	next "air in its soft"
	next "fur, allowing it"
	page "to stay cool in"
	next "summer and warm"
	next "in winter.@"
; 0x1cd5b8