Merge in unstable changes

This commit is contained in:
aerinon
2021-08-12 13:50:34 -06:00
5 changed files with 32 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ def roll_settings(weights):
ret.heartbeep = get_choice('heartbeep', romweights)
ret.ow_palettes = get_choice('ow_palettes', romweights)
ret.uw_palettes = get_choice('uw_palettes', romweights)
ret.uw_palettes = get_choice('shuffle_sfx', romweights) == 'on'
ret.shuffle_sfx = get_choice('shuffle_sfx', romweights) == 'on'
return ret