From 22360bdafdf39a14455a8a79347d3c451697cad0 Mon Sep 17 00:00:00 2001 From: LLCoolDave Date: Sun, 21 May 2017 00:39:15 +0200 Subject: [PATCH] Fix mixup between bottom and and middle exits of death mountain climb. --- Regions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Regions.py b/Regions.py index 45020c45..1a7106fc 100644 --- a/Regions.py +++ b/Regions.py @@ -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)']),