Patch enabled to allow Frogsmith to enter multi-entrance caves

This commit is contained in:
codemann8
2021-04-21 15:07:23 -05:00
parent 3373c3f523
commit bde52317cd

2
Rom.py
View File

@@ -593,6 +593,8 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False):
# patch overworld edges
if world.owShuffle[player] != 'vanilla':
rom.write_byte(0x18004C, 0x01) #patch for allowing Frogsmith to enter multi-entrance caves
if world.owShuffle[player] == 'full':
rom.write_byte(0x150002, 2)