diff --git a/resources/app/cli/args.json b/resources/app/cli/args.json index e1b8ad65..33850438 100644 --- a/resources/app/cli/args.json +++ b/resources/app/cli/args.json @@ -59,22 +59,22 @@ "expert" ] }, - "shopsanity" : { + "shopsanity": { "action": "store_true", "type": "bool" }, - "keydropshuffle" : { + "keydropshuffle": { "action": "store_true", "type": "bool" }, - "mixed_travel" : { + "mixed_travel": { "choices": [ "prevent", "allow", "force" ] }, - "standardize_palettes" : { + "standardize_palettes": { "choices": [ "standardize", "original" @@ -140,8 +140,11 @@ ] }, "intensity": { - "choices":[ - "3", "2", "1", "random" + "choices": [ + "3", + "2", + "1", + "random" ] }, "experimental": { @@ -158,12 +161,28 @@ }, "crystals_ganon": { "choices": [ - "7", "6", "5", "4", "3", "2", "1", "0", "random" + "7", + "6", + "5", + "4", + "3", + "2", + "1", + "0", + "random" ] }, "crystals_gt": { "choices": [ - "7", "6", "5", "4", "3", "2", "1", "0", "random" + "7", + "6", + "5", + "4", + "3", + "2", + "1", + "0", + "random" ] }, "openpyramid": { @@ -376,4 +395,4 @@ }, "outputname": {}, "code": {} -} +} \ No newline at end of file diff --git a/resources/app/gui/randomize/overworld/widgets.json b/resources/app/gui/randomize/overworld/widgets.json index 8ccc6c5e..a40b65cd 100644 --- a/resources/app/gui/randomize/overworld/widgets.json +++ b/resources/app/gui/randomize/overworld/widgets.json @@ -9,4 +9,4 @@ ] } } -} +} \ No newline at end of file