mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
246 B
NASM
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
|
|
|