diff options
Diffstat (limited to 'data/pokedex/entries/magikarp.asm')
-rw-r--r-- | data/pokedex/entries/magikarp.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/magikarp.asm b/data/pokedex/entries/magikarp.asm new file mode 100644 index 000000000..765840899 --- /dev/null +++ b/data/pokedex/entries/magikarp.asm @@ -0,0 +1,10 @@ +; MagikarpPokedexEntry: ; 0x1cc000 + db "FISH@" ; species name + dw 211, 220 ; height, weight + + db "This weak and" + next "pathetic #MON" + next "gets easily pushed" + page "along rivers when" + next "there are strong" + next "currents.@" |