From c4dc4915f1a870429d219606c1703b01a635edff Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Fri, 17 May 2024 13:45:23 -0400 Subject: [PATCH] Update Patches.py Co-authored-by: Fenhl --- Patches.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Patches.py b/Patches.py index 9d028216f..73a20a46a 100644 --- a/Patches.py +++ b/Patches.py @@ -1829,8 +1829,7 @@ def calculate_traded_flags(world): if 'mask_shop' in world.settings.misc_hints: rom.write_byte(rom.sym('CFG_MASK_SHOP_HINT'), 1) - if world.settings.shopsanity not in ['off', '0']: - rom.write_byte(rom.sym("CFG_SHOPSANITY_ENABLED"), 1) + rom.write_byte(rom.sym("CFG_SHOPSANITY_ENABLED"), world.settings.shopsanity not in ('off', '0')) # Make the cursed skulltula people come down instantly when entering if skull hints are on. # Change lui $at, 0x4320 to lui $at, 0x44C8