summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/001.asm
blob: 299b9d3877e45bada7229e5bc3f5c7b06a6b570c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; BulbasaurPokedexEntry: ; 0x181695
	db "SEED@" ; species name
	dw 204, 150 ; height, width
	
	db   "While it is young,"
	next "it uses the"
	next "nutrients that are"
	page "stored in the"
	next "seeds on its back"
	next "in order to grow.@"
; 0x181702