diff options
| author | Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> | 2025-04-23 04:38:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 20:38:14 -0700 |
| commit | 103a36e5fefd817f8254e43ee15e3083505bcff3 (patch) | |
| tree | 8870af79924e304ce81b9d8c6088147670be2d56 | |
| parent | 3c4f38e2f02f6d16de6faf8ddb162033851aceb1 (diff) | |
fix MQGTG right side resetting (#5442)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/logic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/randomizer/logic.cpp b/soh/soh/Enhancements/randomizer/logic.cpp index 0c4ed2e89..252806473 100644 --- a/soh/soh/Enhancements/randomizer/logic.cpp +++ b/soh/soh/Enhancements/randomizer/logic.cpp @@ -2498,6 +2498,7 @@ void Logic::Reset() { ForestOpenBossCorridor = false; ShadowTrialFirstChest = false; MQGTGMazeSwitch = false; + MQGTGRightSideSwitch = false; GTGPlatformSilverRupees = false; MQJabuHolesRoomDoor = false; JabuWestTentacle = false; |
