blob: f417b6aeffcdf1ef89372939b345a996b1283b14 (
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.@"
|