From 43fbd9c49cd7bb7085426db811ea7816bf8cbac8 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 30 Sep 2021 18:49:51 -0500 Subject: [PATCH] Added entrance and exit pool framework to ER --- EntranceShuffle.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 9717258f..11809afa 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -2615,10 +2615,14 @@ default_dungeon_connections = [('Desert Palace Entrance (South)', 'Desert Palace ('Turtle Rock Isolated Ledge Entrance', 'Turtle Rock Isolated Ledge Exit') ] -open_default_dungeon_connections = [('Ganons Tower', 'Ganons Tower Portal'), - ('Ganons Tower Exit', 'West Dark Death Mountain (Top)'), - ('Agahnims Tower', 'Agahnims Tower Portal'), - ('Agahnims Tower Exit', 'Hyrule Castle Ledge') +default_skulldrop_connections = [('Skull Woods First Section Hole (East)', 'Skull Pinball'), + ('Skull Woods First Section Hole (West)', 'Skull Left Drop'), + ('Skull Woods First Section Hole (North)', 'Skull Pot Circle'), + ('Skull Woods Second Section Hole', 'Skull Back Drop') + ] + +open_default_dungeon_connections = [('Ganons Tower', 'Ganons Tower Exit'), + ('Agahnims Tower', 'Agahnims Tower Exit') ] inverted_default_dungeon_connections = [('Ganons Tower', 'Agahnims Tower Exit'),