From ec7e3d350aabfb57d6b398066d52ab2b8d1af1a8 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Wed, 10 Aug 2022 01:15:00 -0500 Subject: [PATCH] Remove LACS settings for ganons key for now --- soh/soh/Enhancements/randomizer/randomizer.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 62a0eeec9..f3b8ef857 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3669,9 +3669,7 @@ void DrawRandoEditor(bool& open) { const char* randoShuffleSmallKeys[6] = { "Start With", "Vanilla", "Own Dungeon", "Any Dungeon", "Overworld", "Anywhere" }; const char* randoShuffleGerudoFortressKeys[4] = { "Vanilla", "Any Dungeon", "Overworld", "Anywhere" }; const char* randoShuffleBossKeys[6] = { "Start With", "Vanilla", "Own Dungeon", "Any Dungeon", "Overworld", "Anywhere" }; - const char* randoShuffleGanonsBossKey[12] = { "Vanilla", "Own dungeon", "Start with", "Any Dungeon", - "Overworld", "Anywhere", "LACS-Vanilla", "LACS-Medallions", - "LACS-Stones", "LACS-Rewards", "LACS-Dungeons", "LACS-Tokens" }; + const char* randoShuffleGanonsBossKey[6] = { "Vanilla", "Own dungeon", "Start with", "Any Dungeon", "Overworld", "Anywhere" }; // Timesaver Settings const char* randoSkipSongReplays[3] = { "Don't skip", "Skip (no SFX)", "Skip (Keep SFX)" };