SFX Shuffle initial implementation

This commit is contained in:
aerinon
2021-07-15 16:02:07 -07:00
parent 06486e88a2
commit 68dc27902b
15 changed files with 221 additions and 7 deletions

View File

@@ -281,7 +281,8 @@ def main(args, seed=None, fish=None):
apply_rom_settings(rom, args.heartbeep[player], args.heartcolor[player], args.quickswap[player],
args.fastmenu[player], args.disablemusic[player], args.sprite[player],
args.ow_palettes[player], args.uw_palettes[player], args.reduce_flashing[player])
args.ow_palettes[player], args.uw_palettes[player], args.reduce_flashing[player],
args.shuffle_sfx[player])
if args.jsonout:
jsonout[f'patch_t{team}_p{player}'] = rom.patches