Automate settings text to enum conversion and remove OptionGroups from the process (#4636)

* Automate settings text to enum conversion

* rename fortress setting into carpenters
This commit is contained in:
Pepper0ni 2024-12-10 02:18:00 +00:00 committed by GitHub
commit ad23298500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 196 additions and 991 deletions

View file

@ -1185,7 +1185,7 @@ void LoadSettings() {
fortressFast = false;
fortressNormal = false;
switch (OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_GERUDO_FORTRESS)) {
case RO_GF_OPEN:
case RO_GF_FREE:
showGerudoFortressKeys = false;
showGerudoCard = false;
break;