Various typos and fixes

This commit is contained in:
aerinon
2022-12-07 16:06:31 -07:00
parent e67ff4d5dc
commit c42f3c3202
3 changed files with 7 additions and 4 deletions

View File

@@ -203,5 +203,6 @@ def roll_settings(weights):
ret.ow_palettes = get_choice('ow_palettes', romweights)
ret.uw_palettes = get_choice('uw_palettes', romweights)
ret.shuffle_sfx = get_choice('shuffle_sfx', romweights) == 'on'
ret.msu_resume = get_choice('msu_resume', romweights) == 'on'
return ret