diff options
Diffstat (limited to 'data/pokemon/dex_entries/gold/shellder.asm')
-rw-r--r-- | data/pokemon/dex_entries/gold/shellder.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/gold/shellder.asm b/data/pokemon/dex_entries/gold/shellder.asm new file mode 100644 index 00000000..8a56f7f6 --- /dev/null +++ b/data/pokemon/dex_entries/gold/shellder.asm @@ -0,0 +1,10 @@ + db "BIVALVE@" ; species name + dw 100, 90 ; height, weight + + db "It swims facing" + next "backward by open-" + next "ing and closing" + + page "its two-piece" + next "shell. It is" + next "surprisingly fast.@" |