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

	db   "Common in grassy"
	next "areas and forests,"
	next "it is very docile"

	page "and will chase off"
	next "enemies by flap-"
	next "ping up sand.@"