diff options
Diffstat (limited to 'data/pokemon/dex_entries/marill.asm')
-rw-r--r-- | data/pokemon/dex_entries/marill.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/marill.asm b/data/pokemon/dex_entries/marill.asm new file mode 100644 index 000000000..6afbc2902 --- /dev/null +++ b/data/pokemon/dex_entries/marill.asm @@ -0,0 +1,10 @@ +; MarillPokedexEntry: ; 0x1cd705 + db "AQUAMOUSE@" ; species name + dw 104, 190 ; height, weight + + db "The fur on its" + next "body naturally" + next "repels water. It" + page "can stay dry, even" + next "when it plays in" + next "the water.@" |