mirror of
https://github.com/elliotnunn/tbxi.git
synced 2025-01-02 17:30:49 +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:
|
try:
|
||||||
arg = binary
|
arg = binary
|
||||||
if isinstance(arg, tuple) and fmt != 'bootinfo': arg = arg[0] # strip found resource fork
|
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)
|
print(fmt)
|
||||||
break
|
break
|
||||||
except WrongFormat:
|
except WrongFormat:
|
||||||
|
Loading…
Reference in New Issue
Block a user