add kings grave area, waterwalk regions

This commit is contained in:
qadan
2020-02-26 15:11:24 -04:00
parent 45f8ec51b2
commit 5b03cb82ba
4 changed files with 7 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ Helper functions to deliver entrance/exit/region sets to OWG rules.
def get_immediately_accessible_entrances(world, player):
'''
Entrances that are available with no items at all.
At this point, these are fake flipper spots.
'''
entrances = [
@@ -108,10 +109,12 @@ def get_boots_clip_exits_lw(inverted = False):
'Desert Northern Cliffs',
'Lake Hylia Island Clip Spot',
'Death Mountain Descent',
'Graveyard Ledge Clip Spot',
# Also requires a waterwalk setup, but the point still remains.
'Waterfall of Wishing',
]
if not inverted:
exits.append('Spectacle Rock Clip Spot')
exits.append('Graveyard Ledge Clip Spot')
exits.append('Bombos Tablet Clip Spot')
exits.append('Floating Island Clip Spot')
exits.append('Cave 45 Clip Spot')