fix stun item

This commit is contained in:
Kevin Cathcart 2018-03-29 22:07:05 -04:00
parent 48f08c70d7
commit 77854568ca
1 changed files with 1 additions and 1 deletions

2
Rom.py
View File

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