1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-30 02:42:04 +00:00
This commit is contained in:
Dragorn421 2025-02-09 13:34:19 +01:00
parent 485640273d
commit e311e2d378
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
3 changed files with 1 additions and 47 deletions

View file

@ -1,6 +1,5 @@
import dataclasses
from pathlib import Path
from pprint import pprint
from ..descriptor.base import (
BaseromFileBackingMemory,
@ -159,7 +158,7 @@ def process_pool(
).append(file_dep)
elif isinstance(rescoll_dep.start_address, VRAMStartAddress):
file_memctx.set_direct_file(rescoll_dep.start_address.vram, file_dep)
if file_dep != file :
if file_dep != file:
file.referenced_files.add(file_dep)
else:
raise NotImplementedError(rescoll_dep.start_address)