mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +00:00
fixups, gc-eu OK
This commit is contained in:
parent
b60c71403d
commit
dae083d039
6 changed files with 8 additions and 7 deletions
|
@ -311,7 +311,7 @@ def main():
|
|||
memoryview((args.baserom_segments_dir / "dmadata").read_bytes()), 0
|
||||
)
|
||||
dmadata_table_rom_file_name_by_vrom = dict()
|
||||
for dma_entry, name in zip(dma_entries, vc.dmadata_segments.keys()):
|
||||
for dma_entry, name in zip(dma_entries, vc.dmadata_segments.keys(), strict=True):
|
||||
dmadata_table_rom_file_name_by_vrom[
|
||||
(dma_entry.vrom_start, dma_entry.vrom_end)
|
||||
] = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue