Implement Fake World fix

Fixes the issues caused by a light world escape with dark world hyrule
castle
This commit is contained in:
Kevin Cathcart
2018-01-24 20:07:33 -05:00
parent f90653f1b8
commit d29d298d1f
3 changed files with 3 additions and 0 deletions

1
Rom.py
View File

@@ -655,6 +655,7 @@ def patch_rom(world, rom, hashtable, beep='normal', sprite=None):
rom.write_byte(0x1800A1, 0x01) # enable overworld screen transition draining for water level inside swamp
rom.write_byte(0x180034, 0x0A) # starting max bombs
rom.write_byte(0x180035, 30) # starting max bombs
rom.write_byte(0x180174, 0x01 if world.fix_fake_world else 0x00)
if world.goal in ['pedestal', 'triforcehunt']:
rom.write_byte(0x18003E, 0x01) # make ganon invincible