diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-22 21:10:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-22 21:10:58 -0600 |
commit | 8fe3f149d0fd665fc70a0646dad8dfc7aa55ef89 (patch) | |
tree | a0ef134e94b130e9eeddaa7bf021647560325ca6 | |
parent | 8767c40b04fb97364cbcacb4dea8a985e4829866 (diff) |
comment add_map_offsets_into_map_names
-rw-r--r-- | pokemontools/crystal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index c195ad9..e763b55 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -6968,6 +6968,7 @@ def main(rom=None): # figure out the map offsets map_group_offsets = load_map_group_offsets(map_group_pointer_table=map_group_pointer_table, map_group_count=map_group_count, rom=rom) + # populate the map_names structure with the offsets add_map_offsets_into_map_names(map_group_offsets, map_names=map_names) # parse map header bytes for each map |