blob: 3a5e28c4302e17a6ea2ee5cb923ee29f19e0d11c (
plain)
1
2
3
4
5
6
7
8
|
; NatuPokedexEntry: ; 0x1cd47d
db "LITTLE BIRD@" ; species name
dw 8, 40; height, width
db "It is extremely", $4e, "good at climbing", $4e, "tree trunks and@"
db "likes to eat the", $4e, "new sprouts on", $4e, "the trees.@"
; 0x1cd4e9
|