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):