diff options
Diffstat (limited to 'mm/2s2h/Rando/Logic/Logic.cpp')
| -rw-r--r-- | mm/2s2h/Rando/Logic/Logic.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/Logic/Logic.cpp b/mm/2s2h/Rando/Logic/Logic.cpp index b76397557..11958e09b 100644 --- a/mm/2s2h/Rando/Logic/Logic.cpp +++ b/mm/2s2h/Rando/Logic/Logic.cpp @@ -72,6 +72,10 @@ static RegisterShipInitFunc initFunc([]() { EXIT(ENTRANCE(ZORA_CAPE, 6), ONE_WAY_EXIT, CAN_PLAY_SONG(SOARING) && CAN_OWL_WARP(OWL_WARP_ZORA_CAPE)), EXIT(ENTRANCE(IKANA_CANYON, 4), ONE_WAY_EXIT, CAN_PLAY_SONG(SOARING) && CAN_OWL_WARP(OWL_WARP_IKANA_CANYON)), EXIT(ENTRANCE(STONE_TOWER, 3), ONE_WAY_EXIT, CAN_PLAY_SONG(SOARING) && CAN_OWL_WARP(OWL_WARP_STONE_TOWER)), + EXIT(ENTRANCE(CUTSCENE, 0), ONE_WAY_EXIT, true), // Enemy Drop Region + }, + .connections = { + CONNECTION(RR_MISCELLANEOUS, true), // Enemy Drop Region }, }; }, {}); |
