diff --git a/soh/soh/Enhancements/randomizer/entrance.cpp b/soh/soh/Enhancements/randomizer/entrance.cpp index 75f0006ca..6d0951c9b 100644 --- a/soh/soh/Enhancements/randomizer/entrance.cpp +++ b/soh/soh/Enhancements/randomizer/entrance.cpp @@ -1166,8 +1166,6 @@ void EntranceShuffler::ShuffleEntrancePool(std::vector& entrancePool, } } - - int EntranceShuffler::ShuffleAllEntrances() { auto ctx = Rando::Context::GetInstance(); @@ -1694,7 +1692,7 @@ EntranceOverride* Randomizer_GetEntranceOverrides() { void Randomizer_DiscoverRegion(Region* region, std::unordered_set& visitedRegions) { region->IsDiscovered = true; - + for (const auto& exit : region->exits) { if (!exit.IsShuffled()) { RandomizerRegion connectedRegionKey = exit.GetConnectedRegionKey();