summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/spearow.asm
blob: 290e721b10fbb0cadf7b989fe81cfdcbd8f3a979 (plain)
1
2
3
4
5
6
7
8
9
10
	db "TINY BIRD@" ; species name
	dw 100, 40 ; height, weight

	db   "To protect its"
	next "territory, it"
	next "flies around"

	page "ceaselessly,"
	next "making high-"
	next "pitched cries.@"