From 93dea89b8cb5a6683d827c05292a6c4c4cb1acdc Mon Sep 17 00:00:00 2001 From: LLCoolDave Date: Tue, 1 Aug 2017 18:59:34 +0200 Subject: [PATCH] Fix: Turn Torches in Waterfall of Wishing into chests so items can actually be collected. --- Rom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Rom.py b/Rom.py index bf144971..06fd8211 100644 --- a/Rom.py +++ b/Rom.py @@ -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