Fix Waterfall of Wishing connection not requiring flippers

This commit is contained in:
cassidoxa
2022-11-24 20:01:17 -05:00
parent 1b8592b500
commit ba4eff1692
4 changed files with 10 additions and 3 deletions

2
Rom.py
View File

@@ -942,7 +942,7 @@ def patch_rom(world, player, rom):
hud_bits = 0
hud_bits |= 0x0F if world.keysanity else 0x00
hud_bits |= 0x10 if world.logic == 'nologic' else 0x00
rom.write_byte(0x180045, hudbits) # free roaming items in menu
rom.write_byte(0x180045, hud_bits) # free roaming items in menu
# Map reveals
reveal_bytes = {