pokecrystal-board/stats/pokedex/entries/177.asm

13 lines
248 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; NatuPokedexEntry: ; 0x1cd47d
2014-03-05 21:46:01 -08:00
db "LITTLE BIRD@" ; species name
2013-02-05 16:29:20 -08:00
dw 8, 40; height, width
2014-03-05 21:46:01 -08:00
db "It is extremely"
next "good at climbing"
next "tree trunks and@"
db "likes to eat the"
next "new sprouts on"
next "the trees.@"
2013-02-05 16:29:20 -08:00
; 0x1cd4e9