summaryrefslogtreecommitdiff
path: root/data/pokedex/entries/001.asm
blob: 6e8bd6c11e29fd682a3b117078d9ecc1065d1fe8 (plain)
1
2
3
4
5
6
7
8
9
10
; 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.@"