summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/oddish.asm
blob: 84560c11300018ce2e7f2dd2b4ac6fe1e22e9ca9 (plain)
1
2
3
4
5
6
7
8
9
10
; OddishPokedexEntry: ; 0x182836
	db "WEED@" ; species name
	dw 108, 120 ; height, weight

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