Fix entrance value assigned to DMT sign outside Dodongo's for hinting. (#5973)

This commit is contained in:
Malkierian
2025-11-25 10:07:45 -07:00
committed by GitHub
parent 2ee4e70b9a
commit 0073736467

View File

@@ -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;