Added entrance and exit pool framework to ER

This commit is contained in:
codemann8
2021-09-30 18:49:51 -05:00
parent 56b8492985
commit 43fbd9c49c

View File

@@ -2615,10 +2615,14 @@ default_dungeon_connections = [('Desert Palace Entrance (South)', 'Desert Palace
('Turtle Rock Isolated Ledge Entrance', 'Turtle Rock Isolated Ledge Exit') ('Turtle Rock Isolated Ledge Entrance', 'Turtle Rock Isolated Ledge Exit')
] ]
open_default_dungeon_connections = [('Ganons Tower', 'Ganons Tower Portal'), default_skulldrop_connections = [('Skull Woods First Section Hole (East)', 'Skull Pinball'),
('Ganons Tower Exit', 'West Dark Death Mountain (Top)'), ('Skull Woods First Section Hole (West)', 'Skull Left Drop'),
('Agahnims Tower', 'Agahnims Tower Portal'), ('Skull Woods First Section Hole (North)', 'Skull Pot Circle'),
('Agahnims Tower Exit', 'Hyrule Castle Ledge') ('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'), inverted_default_dungeon_connections = [('Ganons Tower', 'Agahnims Tower Exit'),