diff options
Diffstat (limited to 'data/pokemon/dex_entries/natu.asm')
-rw-r--r-- | data/pokemon/dex_entries/natu.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/natu.asm b/data/pokemon/dex_entries/natu.asm new file mode 100644 index 000000000..20958dbff --- /dev/null +++ b/data/pokemon/dex_entries/natu.asm @@ -0,0 +1,10 @@ +; NatuPokedexEntry: ; 0x1cd47d + db "LITTLE BIRD@" ; species name + dw 8, 40 ; height, weight + + db "It is extremely" + next "good at climbing" + next "tree trunks and" + page "likes to eat the" + next "new sprouts on" + next "the trees.@" |