diff options
Diffstat (limited to 'data/pokedex/entries/omanyte.asm')
-rw-r--r-- | data/pokedex/entries/omanyte.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/omanyte.asm b/data/pokedex/entries/omanyte.asm new file mode 100644 index 000000000..9f7948fe0 --- /dev/null +++ b/data/pokedex/entries/omanyte.asm @@ -0,0 +1,10 @@ +; OmanytePokedexEntry: ; 0x1cc3c1 + db "SPIRAL@" ; species name + dw 104, 170 ; height, weight + + db "In prehistoric" + next "times, it swam on" + next "the sea floor," + page "eating plankton." + next "Its fossils are" + next "sometimes found.@" |