mirror of
https://github.com/elliotnunn/tbxi.git
synced 2024-12-21 15:29:26 +00:00
Fix a very bad OldWorld ROM regression
This commit is contained in:
parent
e7d0480001
commit
1e04aba72d
@ -62,7 +62,7 @@ def dump(binary, dest_path, toplevel=False):
|
||||
try:
|
||||
arg = binary
|
||||
if isinstance(arg, tuple) and fmt != 'bootinfo': arg = arg[0] # strip found resource fork
|
||||
mod.dump(binary, dest_path)
|
||||
mod.dump(arg, dest_path)
|
||||
print(fmt)
|
||||
break
|
||||
except WrongFormat:
|
||||
|
Loading…
Reference in New Issue
Block a user