summaryrefslogtreecommitdiff
path: root/data/pokedex/entries/177.asm
blob: 6c1deb780cf89c1a38c839ab842b6b489f6cdaff (plain)
1
2
3
4
5
6
7
8
9
10
; 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.@"