From 5945360f5835fee52dd95dafbbafc50c40865507 Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 18 Feb 2021 10:01:52 -0700 Subject: [PATCH] Silvers issue in swordless --- Rom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rom.py b/Rom.py index 421ee3a0..07d8c0b8 100644 --- a/Rom.py +++ b/Rom.py @@ -925,8 +925,6 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False): if difficulty.progressive_bow_limit < 2 and world.swords == 'swordless': rom.write_bytes(0x180098, [2, overflow_replacement]) - rom.write_byte(0x180181, 0x01) # Make silver arrows work only on ganon - rom.write_byte(0x180182, 0x00) # Don't auto equip silvers on pickup # set up game internal RNG seed for i in range(1024):