summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index a21531d..2498832 100644
--- a/crystal.py
+++ b/crystal.py
@@ -6322,6 +6322,8 @@ class PokedexEntry:
{4}""".format(self.species, self.weight, self.height, self.page1.to_asm(), self.page2.to_asm())
return output
+from map_names import map_names
+
# map names with no labels will be generated
# generate labels for each map name
for map_group_id in map_names.keys():