mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
comment add_map_offsets_into_map_names
This commit is contained in:
parent
8767c40b04
commit
8fe3f149d0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user