Fix: Turn Torches in Waterfall of Wishing into chests so items can actually be collected.

This commit is contained in:
LLCoolDave 2017-08-01 18:59:34 +02:00
parent c6e51f4cf0
commit 93dea89b8c
1 changed files with 1 additions and 0 deletions

1
Rom.py
View File

@ -240,6 +240,7 @@ def patch_rom(world, rom, hashtable, quickswap=False, beep='normal', sprite=None
# enable Waterfall fairy chests
rom.write_bytes(0xE9AE, [0x14, 0x01])
rom.write_bytes(0xE9CF, [0x14, 0x01])
rom.write_bytes(0x1F74F, [0x29, 0xBE, 0xF9, 0x51, 0xBE, 0xF9])
# set swordless mode settings
rom.write_byte(0x18003F, 0x01 if world.mode == 'swordless' else 0x00) # hammer can harm ganon