From faf8318383d2427611b62939ae88e1bf06083623 Mon Sep 17 00:00:00 2001 From: Anthony Stewart Date: Thu, 10 Apr 2025 20:02:35 -0500 Subject: [PATCH] Updated EntranceDiscovered to account for entrances not in the entranceShuffleTable. --- soh/soh/Enhancements/randomizer/entrance.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/entrance.cpp b/soh/soh/Enhancements/randomizer/entrance.cpp index 6d0951c9b..157deaa40 100644 --- a/soh/soh/Enhancements/randomizer/entrance.cpp +++ b/soh/soh/Enhancements/randomizer/entrance.cpp @@ -1707,7 +1707,12 @@ void Randomizer_DiscoverRegion(Region* region, std::unordered_setsecond; Region* region = entrance->GetConnectedRegion(); std::unordered_set visitedRegions;