1
0
Fork 0
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:
Dragorn421 2025-02-09 14:36:14 +01:00
parent b60c71403d
commit dae083d039
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
6 changed files with 8 additions and 7 deletions

View file

@ -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