Silvers issue in swordless

This commit is contained in:
aerinon
2021-02-18 10:01:52 -07:00
parent 2af9ffbda4
commit 5945360f58

2
Rom.py
View File

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