summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/skiploom.asm
blob: f6e62266c4e1e912c6fb446a7cacb6a0377372b1 (plain)
1
2
3
4
5
6
7
8
9
10
; SkiploomPokedexEntry: ; 0x1cd928
	db "COTTONWEED@" ; species name
	dw 200, 20 ; height, weight

	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.@"