summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/188.asm
blob: aa5afd0cbe2d856c5f8c39cda60a0aa54c65dfb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; SkiploomPokedexEntry: ; 0x1cd928
	db "COTTONWEED@" ; species name
	dw 200, 20 ; height, width
	
	db   "As soon as it"
	next "rains, it closes"
	next "its flower and"
	page "hides in the shade"
	next "of a tree to avoid"
	next "getting wet.@"
; 0x1cd998