Added new SFX instrument shuffle option
This commit is contained in:
@@ -349,6 +349,10 @@
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"shuffle_sfxinstruments": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"shuffle_songinstruments": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
|
||||
@@ -429,6 +429,7 @@
|
||||
],
|
||||
"reduce_flashing": [ "Reduce some in-game flashing (default: %(default)s)" ],
|
||||
"shuffle_sfx": [ "Shuffle sounds effects (default: %(default)s)" ],
|
||||
"shuffle_sfxinstruments": [ "Shuffle sound instruments (default: %(default)s)" ],
|
||||
"shuffle_songinstruments": [ "Shuffle song instruments (default: %(default)s)" ],
|
||||
"msu_resume": [ "Enable MSU Resume (default: %(default)s)" ],
|
||||
"create_rom": [ "Create an output rom file. (default: %(default)s)" ],
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"quickswap": { "type": "checkbox" },
|
||||
"reduce_flashing": {"type": "checkbox" },
|
||||
"shuffle_sfx": {"type": "checkbox" },
|
||||
"shuffle_sfxinstruments": {"type": "checkbox" },
|
||||
"shuffle_songinstruments": {"type": "checkbox" }
|
||||
},
|
||||
"leftAdjustFrame": {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"adjust.quickswap": "L/R Quickswapping",
|
||||
"adjust.reduce_flashing": "Reduce Flashing",
|
||||
"adjust.shuffle_sfx": "Shuffle Sound Effects",
|
||||
"adjust.shuffle_sfxinstruments": "Shuffle Sound Instruments",
|
||||
"adjust.shuffle_songinstruments": "Shuffle Song Instruments",
|
||||
"adjust.msu_resume": "MSU Resume",
|
||||
|
||||
@@ -192,6 +193,7 @@
|
||||
"randomizer.gameoptions.quickswap": "L/R Quickswapping",
|
||||
"randomizer.gameoptions.reduce_flashing": "Reduce Flashing",
|
||||
"randomizer.gameoptions.shuffle_sfx": "Shuffle Sound Effects",
|
||||
"randomizer.gameoptions.shuffle_sfxinstruments": "Shuffle Sound Instruments",
|
||||
"randomizer.gameoptions.shuffle_songinstruments": "Shuffle Song Instruments",
|
||||
"randomizer.gameoptions.msu_resume": "MSU Resume",
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"quickswap": { "type": "checkbox" },
|
||||
"reduce_flashing": { "type": "checkbox" },
|
||||
"shuffle_sfx": { "type": "checkbox" },
|
||||
"shuffle_sfxinstruments": { "type": "checkbox" },
|
||||
"shuffle_songinstruments": { "type": "checkbox" }
|
||||
},
|
||||
"leftRomOptionsFrame": {
|
||||
|
||||
Reference in New Issue
Block a user