kings grave area, waterwalk regions

This commit is contained in:
qadan
2020-02-26 15:18:49 -04:00
parent ea4340b796
commit 52982a5e13
4 changed files with 10 additions and 8 deletions

View File

@@ -110,10 +110,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')
@@ -177,4 +179,4 @@ def get_invalid_bunny_revival_dungeons():
'Tower of Hera (Bottom)',
'Swamp Palace (Entrance)',
'Turtle Rock (Entrance)',
]
]