summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/mareep.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/pokemon/dex_entries/mareep.asm')
-rw-r--r--data/pokemon/dex_entries/mareep.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/mareep.asm b/data/pokemon/dex_entries/mareep.asm
new file mode 100644
index 000000000..94f78ee31
--- /dev/null
+++ b/data/pokemon/dex_entries/mareep.asm
@@ -0,0 +1,10 @@
+; MareepPokedexEntry: ; 0x1cd551
+ db "WOOL@" ; species name
+ dw 200, 170 ; height, weight
+
+ db "It stores lots of"
+ next "air in its soft"
+ next "fur, allowing it"
+ page "to stay cool in"
+ next "summer and warm"
+ next "in winter.@"