From 821d7948981924a4b8145edf072a69ab799ddd14 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 27 Feb 2013 03:01:49 -0600 Subject: [PATCH] oops, include map_names --- extras/crystal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/crystal.py b/extras/crystal.py index a21531d60..24988320a 100644 --- a/extras/crystal.py +++ b/extras/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():