pokecrystal-board/stats/pokedex/entries/177.asm
2014-03-06 00:46:01 -05:00

13 lines
248 B
NASM

; NatuPokedexEntry: ; 0x1cd47d
db "LITTLE BIRD@" ; species name
dw 8, 40; height, width
db "It is extremely"
next "good at climbing"
next "tree trunks and@"
db "likes to eat the"
next "new sprouts on"
next "the trees.@"
; 0x1cd4e9