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

	db   "It rapidly flaps"
	next "its wings in the"
	next "grass, stirring up"

	page "a dust cloud that"
	next "drives insect prey"
	next "out into the open.@"