Silvers issue in swordless
This commit is contained in:
2
Rom.py
2
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':
|
if difficulty.progressive_bow_limit < 2 and world.swords == 'swordless':
|
||||||
rom.write_bytes(0x180098, [2, overflow_replacement])
|
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
|
# set up game internal RNG seed
|
||||||
for i in range(1024):
|
for i in range(1024):
|
||||||
|
|||||||
Reference in New Issue
Block a user