Skip to content

Commit

Permalink
Merge branch 'port' of https://github.com/fgsfdsfgs/perfect_dark into…
Browse files Browse the repository at this point in the history
… port-debugger
  • Loading branch information
fgsfdsfgs committed Nov 13, 2024
2 parents 4a7df4d + 5d9fe03 commit 0e7fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/assetmgr/assetmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def writefile(filename, contents):
# check if it's in args
for arg in sys.argv:
if arg.startswith('--romid='):
os.environ['ROMID'] = arg.removeprefix('--romid=')
os.environ['ROMID'] = arg[len('--romid='):]
break
else:
# default to ntsc-final
Expand Down

0 comments on commit 0e7fb4f

Please sign in to comment.