summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/bulbasaur.asm
blob: fdfe39c8ccd3b57ee2de381b1aa4325db45b76a6 (plain)
1
2
3
4
5
6
7
8
9
10
; BulbasaurPokedexEntry: ; 0x181695
	db "SEED@" ; species name
	dw 204, 150 ; height, weight

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