fixing bunny revival and other bunny things

This commit is contained in:
qadan
2020-02-18 20:28:33 -04:00
parent 43801e8110
commit 2b2b97d18a
2 changed files with 58 additions and 36 deletions

View File

@@ -167,3 +167,13 @@ def get_mirror_clip_spots_lw():
'Death Mountain Bunny Descent Mirror Spot',
'Death Mountain Offset Mirror',
]
def get_invalid_bunny_revival_dungeons():
'''
Dungeon regions that can't be bunny revived from.
'''
return [
'Tower of Hera (Bottom)',
'Swamp Palace (Entrance)',
]