Basic impl. of boss shuffle for VT site enemizer integration

This commit is contained in:
Kevin Cathcart
2018-09-26 13:12:20 -04:00
parent 5539143f00
commit b90a381e9b
8 changed files with 316 additions and 44 deletions

View File

@@ -204,6 +204,8 @@ def start():
''')
parser.add_argument('--suppress_rom', help='Do not create an output rom file.', action='store_true')
parser.add_argument('--gui', help='Launch the GUI', action='store_true')
# Deliberately not documented, only useful for vt site integration right now:
parser.add_argument('--shufflebosses', help=argparse.SUPPRESS, default='none', const='none', nargs='?', choices=['none', 'basic', 'normal', 'chaos'])
parser.add_argument('--jsonout', action='store_true', help='''\
Output .json patch to stdout instead of a patched rom. Used
for VT site integration, do not use otherwise.