mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
242 B
NASM
9 lines
242 B
NASM
|
; 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
|
||
|
|