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