summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/021.asm
blob: dbfd79bf986b33d4a72d3d1ae31e9a84ba4889e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; SpearowPokedexEntry: ; 0x181f03
	db "TINY BIRD@" ; species name
	dw 100, 40 ; height, width
	
	db   "To protect its"
	next "territory, it"
	next "flies around"
	page "ceaselessly,"
	next "making high-"
	next "pitched cries.@"
; 0x181f64