From 00737364678d22446dda5ea67b390905b709966b Mon Sep 17 00:00:00 2001 From: Malkierian Date: Tue, 25 Nov 2025 10:07:45 -0700 Subject: [PATCH] Fix entrance value assigned to DMT sign outside Dodongo's for hinting. (#5973) --- 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 9023d8990..e7fe5f31b 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -2312,7 +2312,7 @@ extern "C" int CustomMessage_RetrieveIfExists(PlayState* play) { entrance = ENTR_GROTTOS_13; break; case TEXT_DMT_DC_SIGN: - entrance = ENTR_DEATH_MOUNTAIN_TRAIL_OUTSIDE_DODONGOS_CAVERN; + entrance = ENTR_DODONGOS_CAVERN_ENTRANCE; break; case TEXT_DMT_GC_SIGN: entrance = ENTR_GORON_CITY_UPPER_EXIT;