Fix entrance value assigned to DMT sign outside Dodongo's for hinting. (#5973)
This commit is contained in:
@@ -2312,7 +2312,7 @@ extern "C" int CustomMessage_RetrieveIfExists(PlayState* play) {
|
|||||||
entrance = ENTR_GROTTOS_13;
|
entrance = ENTR_GROTTOS_13;
|
||||||
break;
|
break;
|
||||||
case TEXT_DMT_DC_SIGN:
|
case TEXT_DMT_DC_SIGN:
|
||||||
entrance = ENTR_DEATH_MOUNTAIN_TRAIL_OUTSIDE_DODONGOS_CAVERN;
|
entrance = ENTR_DODONGOS_CAVERN_ENTRANCE;
|
||||||
break;
|
break;
|
||||||
case TEXT_DMT_GC_SIGN:
|
case TEXT_DMT_GC_SIGN:
|
||||||
entrance = ENTR_GORON_CITY_UPPER_EXIT;
|
entrance = ENTR_GORON_CITY_UPPER_EXIT;
|
||||||
|
|||||||
Reference in New Issue
Block a user