From 8f5d1999684715dbff7a570e2bc9b52550c0eb9c Mon Sep 17 00:00:00 2001 From: Bonta-kun <40473493+Bonta0@users.noreply.github.com> Date: Mon, 30 Dec 2019 06:46:29 +0100 Subject: [PATCH] Inverted: Dark Lake Hylia Shop should not be replaceable --- InvertedRegions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvertedRegions.py b/InvertedRegions.py index 66c8f925..d0f0e8bc 100644 --- a/InvertedRegions.py +++ b/InvertedRegions.py @@ -377,7 +377,7 @@ def mark_dark_world_regions(world, player): shop_table = { 'Cave Shop (Dark Death Mountain)': (0x0112, 0xC1, True), 'Red Shield Shop': (0x0110, 0xC1, True), - 'Dark Lake Hylia Shop': (0x010F, 0xC1, True), + 'Dark Lake Hylia Shop': (0x010F, 0xC1, False), 'Dark World Lumberjack Shop': (0x010F, 0xC1, True), 'Village of Outcasts Shop': (0x010F, 0xC1, True), 'Dark World Potion Shop': (0x010F, 0xC1, True),