mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
[assets system] Fix fusing resource buffer markers (#2548)
This commit is contained in:
@@ -436,8 +436,8 @@ class File:
|
||||
resource_buffer_markers[i_start:i_end] = [
|
||||
ResourceBufferMarker(
|
||||
fused[0].name.removesuffix("_fused_") + "_fused_", # TODO
|
||||
fused[0].file_start,
|
||||
fused[-1].file_end,
|
||||
min(map(lambda _f: _f.file_start, fused)),
|
||||
max(map(lambda _f: _f.file_end, fused)),
|
||||
users,
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user