From 7f62802aef2457dec03ddc54cb059b2475f96402 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Wed, 10 Aug 2022 01:19:21 -0500 Subject: [PATCH] Man I really had to split that up into three commits.. Fix from removing LACS setting --- soh/soh/Enhancements/randomizer/randomizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 932027af7c..1c9fdbb701 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -4232,7 +4232,7 @@ void DrawRandoEditor(bool& open) { "\n" "Anywhere - Ganon's Boss Key Key can appear anywhere in the world." ); - SohImGui::EnhancementCombobox("gRandomizeShuffleGanonBossKey", randoShuffleGanonsBossKey, 12, 1); + SohImGui::EnhancementCombobox("gRandomizeShuffleGanonBossKey", randoShuffleGanonsBossKey, 6, 1); PaddedSeparator(); // Start with Maps & Compasses