summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/002.asm
blob: 140ca6bde10c0e879a96c7c8fa6b6faf216fe495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; IvysaurPokedexEntry: ; 0x181702
	db "SEED@" ; species name
	dw 303, 290 ; height, width
	
	db   "The bulb on its"
	next "back grows as it"
	next "absorbs nutrients."
	page "The bulb gives off"
	next "a pleasant aroma"
	next "when it blooms.@"
; 0x181773