summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-22 22:10:09 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-22 22:10:09 -0600
commit6e1eb898b872d3abe4997975efcb99cd7506d935 (patch)
tree01d6972489873a32a6ee0b948044c098235a22fc
parent54f5fa07d88d5c3d3abb580ff2ed59c5c2801547 (diff)
make parse_rom return map_names
The map_names object is the entry point to the parsed rom data.
-rw-r--r--pokemontools/crystal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index 7a5b65e..5e16056 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -7004,5 +7004,7 @@ def parse_rom(rom=None):
# improve duplicate trainer names
make_trainer_group_name_trainer_ids(trainer_group_table)
+ return map_names
+
if __name__ == "crystal":
pass