summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/177.asm
blob: 7dab8f3567c84beeac20199c48036f92d6cf43fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; NatuPokedexEntry: ; 0x1cd47d
	db "LITTLE BIRD@" ; species name
	dw 8, 40 ; height, width
	
	db   "It is extremely"
	next "good at climbing"
	next "tree trunks and"
	page "likes to eat the"
	next "new sprouts on"
	next "the trees.@"
; 0x1cd4e9