Fix mixup between bottom and and middle exits of death mountain climb.
This commit is contained in:
parent
0b0f43f5bf
commit
22360bdafd
|
@ -98,7 +98,7 @@ def create_regions(world):
|
|||
create_region('Spectacle Rock Cave (Peak)', None, ['Spectacle Rock Cave Peak Drop', 'Spectacle Rock Cave Exit (Peak)']),
|
||||
create_region('East Death Mountain (Bottom)', None, ['Broken Bridge (East)', 'Death Mountain Climb (Bottom)', 'Death Mountain Climb (Middle)', 'East Death Mountain Teleporter', 'Hookshot Fairy', 'Death Mountain Fairy Drop Area Rocks', 'Spiral Cave (Bottom)']),
|
||||
create_region('Hookshot Fairy'),
|
||||
create_region('Death Mountain Climb Cave Front', None, ['Death Mountain Climb Push Block Reverse', 'Death Mountain Climb Exit (Middle)']),
|
||||
create_region('Death Mountain Climb Cave Front', None, ['Death Mountain Climb Push Block Reverse', 'Death Mountain Climb Exit (Bottom)']),
|
||||
create_region('Death Mountain Climb Cave Chest Area', ['[cave-009-1F] Death Mountain - right cave [top left chest]',
|
||||
'[cave-009-1F] Death Mountain - right cave [top left middle chest]',
|
||||
'[cave-009-1F] Death Mountain - right cave [top right middle chest]',
|
||||
|
@ -107,7 +107,7 @@ def create_regions(world):
|
|||
'[cave-009-B1] Death Mountain - right cave [left chest]',
|
||||
'[cave-009-B1] Death Mountain - right cave [right chest]'],
|
||||
['Death Mountain Climb Push Block', 'Death Mountain Climb Bomb Jump']),
|
||||
create_region('Death Mountain Climb Cave', None, ['Death Mountain Climb Exit (Bottom)', 'Death Mountain Climb Exit (Top)', 'Death Mountain Climb Drop']),
|
||||
create_region('Death Mountain Climb Cave', None, ['Death Mountain Climb Exit (Middle)', 'Death Mountain Climb Exit (Top)', 'Death Mountain Climb Drop']),
|
||||
create_region('East Death Mountain (Top)', None, ['Death Mountain Climb (Top)', 'Death Mountain (Top)', 'Spiral Cave Ledge Access', 'East Death Mountain Drop', 'Turtle Rock Teleporter', 'Death Mountain Fairy Drop Ledge']),
|
||||
create_region('Spiral Cave Ledge', None, ['Spiral Cave', 'Spiral Cave Ledge Drop']),
|
||||
create_region('Spiral Cave (Top)', ['[cave-012-1F] Death Mountain - left cave]'], ['Spiral Cave (top to bottom)', 'Spiral Cave Exit (Top)']),
|
||||
|
|
Loading…
Reference in New Issue