summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepper0ni <93387759+Pepper0ni@users.noreply.github.com>2025-04-23 01:16:16 +0100
committerGitHub <noreply@github.com>2025-04-22 17:16:16 -0700
commit3c4f38e2f02f6d16de6faf8ddb162033851aceb1 (patch)
tree91d7551e879aca6635d17ec6068c949078b56f3d
parent29af294b0c1e67febd530d7f1342b78feec98556 (diff)
make sure adult is spawned for big poe check (#5431)
-rw-r--r--soh/soh/Enhancements/randomizer/3drando/fill.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/fill.cpp b/soh/soh/Enhancements/randomizer/3drando/fill.cpp
index dcae4842c..8885117c3 100644
--- a/soh/soh/Enhancements/randomizer/3drando/fill.cpp
+++ b/soh/soh/Enhancements/randomizer/3drando/fill.cpp
@@ -625,6 +625,8 @@ void ValidateEntrances(bool checkPoeCollectorAccess, bool checkOtherEntranceAcce
if (ctx->GetOption(RSK_SHUFFLE_INTERIOR_ENTRANCES).Is(RO_INTERIOR_ENTRANCE_SHUFFLE_OFF)) {
Rando::StaticData::RetrieveItem(RG_GUARD_HOUSE_KEY).ApplyEffect();
}
+ RegionTable(RR_ROOT)->adultNight = true;
+ RegionTable(RR_ROOT)->adultDay = true;
} else {
ApplyAllAdvancmentItems();
}