summaryrefslogtreecommitdiff
path: root/data/pokedex/entries/magnemite.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/pokedex/entries/magnemite.asm')
-rw-r--r--data/pokedex/entries/magnemite.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/magnemite.asm b/data/pokedex/entries/magnemite.asm
new file mode 100644
index 000000000..e7703e050
--- /dev/null
+++ b/data/pokedex/entries/magnemite.asm
@@ -0,0 +1,10 @@
+; MagnemitePokedexEntry: ; 0x1b869d
+ db "MAGNET@" ; species name
+ dw 100, 130 ; height, weight
+
+ db "The electricity"
+ next "emitted by the"
+ next "units on each side"
+ page "of its body cause"
+ next "it to become a"
+ next "strong magnet.@"