From 77854568caab07772543898103a363317e80d889 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Thu, 29 Mar 2018 22:07:05 -0400 Subject: [PATCH] fix stun item --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 2abc22a8..bd96b29f 100644 --- a/Rom.py +++ b/Rom.py @@ -417,7 +417,7 @@ def patch_rom(world, rom, hashtable, beep='normal', color='red', sprite=None): # Rupoor negative value rom.write_int16_to_rom(0x180036, world.rupoor_cost) # Set stun items - rom.write_byte(0x180180, 0x01) # Hookshot only + rom.write_byte(0x180180, 0x02) # Hookshot only # Make silver arrows only usable against Ganon rom.write_byte(0x180181, 0x01) #Make Blue Shield more expensive