pokecrystal-board/data/pokedex/entries/177.asm
2014-05-31 22:57:00 -07:00

13 lines
246 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"
page "likes to eat the"
next "new sprouts on"
next "the trees.@"
; 0x1cd4e9