From 95caa96fbdd47a1984a2eb0df7956712a5f98c33 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 30 May 2024 23:00:16 -0500 Subject: [PATCH] Fix for flute shuffle cancel with X icon --- Rom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Rom.py b/Rom.py index 6048605c..271390b4 100644 --- a/Rom.py +++ b/Rom.py @@ -507,6 +507,7 @@ def patch_rom(world, rom, player, team, is_mystery=False): else: flute_spots = world.owflutespots[player] owFlags |= 0x0100 + write_int16(rom, snes_to_pc(0x0AB7F7), 0xEAEA) flute_writes = sorted([(f, flute_data[f][1]) for f in flute_spots], key = lambda f: f[1]) for o in range(0, len(flute_writes)):