Remove LACS settings for ganons key for now

This commit is contained in:
Garrett Cox 2022-08-10 01:15:00 -05:00
parent 608f493c5b
commit ec7e3d350a
1 changed files with 1 additions and 3 deletions

View File

@ -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)" };