summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/043.asm
blob: 89b2243d79e6d4d8591db844b374f139857b926e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; OddishPokedexEntry: ; 0x182836
	db "WEED@" ; species name
	dw 108, 120 ; height, width
	
	db   "During the day, it"
	next "stays in the cold"
	next "underground to"
	page "avoid the sun."
	next "It grows by bath-"
	next "ing in moonlight.@"
; 0x1828a6