From 65c3e16b7f06f36f48e7822d3839897e12d2eb47 Mon Sep 17 00:00:00 2001 From: Demur Rumed Date: Sat, 24 May 2025 02:19:57 +0000 Subject: [PATCH] show sign hints when any entrances shuffled --- soh/soh/OTRGlobals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 89e3eaef8..7210b1f30 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -2256,7 +2256,7 @@ extern "C" int CustomMessage_RetrieveIfExists(PlayState* play) { s16 actorParams = 0; if (IS_RANDO) { auto ctx = Rando::Context::GetInstance(); - if (ctx->GetOption(RSK_SHUFFLE_OVERWORLD_ENTRANCES)) { + if (ctx->GetOption(RSK_SHUFFLE_ENTRANCES)) { s16 entrance = -1; switch (textId) { case TEXT_WATERFALL: