blob: 20958dbff61c46f805c0573b464295b1340c4a4d (
plain)
1
2
3
4
5
6
7
8
9
10
|
; NatuPokedexEntry: ; 0x1cd47d
db "LITTLE BIRD@" ; species name
dw 8, 40 ; height, weight
db "It is extremely"
next "good at climbing"
next "tree trunks and"
page "likes to eat the"
next "new sprouts on"
next "the trees.@"
|