Skip to content

Commit

Permalink
Update Patches.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fenhl <[email protected]>
  • Loading branch information
AngheloAlf and fenhl authored May 17, 2024
1 parent 211f4f8 commit c4dc491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4dc491

Please sign in to comment.