diff --git a/resources/app/gui/randomize/dungeon/widgets.json b/resources/app/gui/randomize/dungeon/widgets.json index 01a98784c..8d070ba12 100644 --- a/resources/app/gui/randomize/dungeon/widgets.json +++ b/resources/app/gui/randomize/dungeon/widgets.json @@ -2,7 +2,7 @@ "widgets": { "prizeshuffle": { "type": "selectbox", - "default": "default", + "default": "none", "options": [ "none", "dungeon", diff --git a/resources/app/gui/randomize/entrando/widgets.json b/resources/app/gui/randomize/entrando/widgets.json index 61b8609fe..8982280f4 100644 --- a/resources/app/gui/randomize/entrando/widgets.json +++ b/resources/app/gui/randomize/entrando/widgets.json @@ -19,6 +19,7 @@ }, "shuffleganon": { "type": "checkbox", + "default": true, "config": { "padx": [20,0] } diff --git a/resources/app/gui/randomize/item/widgets.json b/resources/app/gui/randomize/item/widgets.json index 8729e33ad..afa70666b 100644 --- a/resources/app/gui/randomize/item/widgets.json +++ b/resources/app/gui/randomize/item/widgets.json @@ -151,6 +151,7 @@ }, "colorizepots": { "type": "checkbox", + "default": true, "config": { "padx": [50,0] } diff --git a/resources/app/gui/randomize/overworld/widgets.json b/resources/app/gui/randomize/overworld/widgets.json index 9a58ad662..1ac6c1606 100644 --- a/resources/app/gui/randomize/overworld/widgets.json +++ b/resources/app/gui/randomize/overworld/widgets.json @@ -12,7 +12,7 @@ }, "crossed": { "type": "selectbox", - "default": "vanilla", + "default": "none", "options": [ "none", "grouped",