Added new SFX instrument shuffle option
This commit is contained in:
@@ -36,8 +36,9 @@ def main():
|
||||
parser.add_argument('--ow_palettes', default='default', choices=['default', 'random', 'blackout'])
|
||||
parser.add_argument('--uw_palettes', default='default', choices=['default', 'random', 'blackout'])
|
||||
parser.add_argument('--reduce_flashing', help='Reduce some in-game flashing.', action='store_true')
|
||||
parser.add_argument('--shuffle_sfx', help='Shuffles sfx instruments', action='store_true')
|
||||
parser.add_argument('--shuffle_songinstruments', help='Shuffles sound sfx', action='store_true')
|
||||
parser.add_argument('--shuffle_sfx', help='Shuffles sound sfx', action='store_true')
|
||||
parser.add_argument('--shuffle_sfxinstruments', help='Shuffles sound instruments', action='store_true')
|
||||
parser.add_argument('--shuffle_songinstruments', help='Shuffles song instruments', action='store_true')
|
||||
parser.add_argument('--msu_resume', help='Enable MSU resume', action='store_true')
|
||||
parser.add_argument('--sprite', help='''\
|
||||
Path to a sprite sheet to use for Link. Needs to be in
|
||||
|
||||
Reference in New Issue
Block a user