From d02cc2bb151ca87aaac89cc5251b47c28dd29c3b Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 13 Apr 2020 14:49:04 -0600 Subject: [PATCH] Fix compassshuffle/mapshuffle menu flags --- Rom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rom.py b/Rom.py index 1ccd4cc7..cbf1c917 100644 --- a/Rom.py +++ b/Rom.py @@ -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 = {