From 6e1eb898b872d3abe4997975efcb99cd7506d935 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 22 Nov 2013 22:10:09 -0600 Subject: make parse_rom return map_names The map_names object is the entry point to the parsed rom data. --- pokemontools/crystal.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3