summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/016.asm
blob: 3222c5a72b9ec8d507eed8a0bd0b2b43f54d1b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; PidgeyPokedexEntry: ; 0x181cfa
	db "TINY BIRD@" ; species name
	dw 100, 40 ; height, width
	
	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.@"
; 0x181d75