Merge branch 'DoorDevUnstable' into CrossGenWork

This commit is contained in:
aerinon
2020-04-13 14:54:59 -06:00

4
Rom.py
View File

@@ -1190,8 +1190,8 @@ def patch_rom(world, rom, player, team, enemized):
rom.write_byte(0x180045, ((0x01 if world.keyshuffle[player] else 0x00)
| (0x02 if world.bigkeyshuffle[player] else 0x00)
| (0x04 if world.compassshuffle[player] else 0x00)
| (0x08 if world.mapshuffle[player] else 0x00))) # free roaming items in menu
| (0x04 if world.mapshuffle[player] else 0x00)
| (0x08 if world.compassshuffle[player] else 0x00))) # free roaming items in menu
# Map reveals
reveal_bytes = {