diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 03:01:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 03:01:49 -0600 |
commit | 44ecf8ed24f1cd250a93ab1c2664fd162b1b45ba (patch) | |
tree | 06c181dac86928c974477a00e9162dce6586952a | |
parent | a6665230c9bab6ac19582e54952662d59d5408c0 (diff) |
oops, include map_names
original-commit-id: 821d7948981924a4b8145edf072a69ab799ddd14
-rw-r--r-- | crystal.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(): |