Merge in OW Shuffle 0.7.0.2 #3

Merged
karafruit merged 13 commits from codemann_OverworldShuffle into beta 2026-02-03 23:47:48 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit afe888a87a - Show all commits

5
Rom.py
View File

@@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '67b4921f9233b14736beead10ac5ec18' RANDOMIZERBASEHASH = '630ea96d0b0c1acdc3f4d158480cd951'
class JsonRom(object): class JsonRom(object):
@@ -518,7 +518,8 @@ def patch_rom(world, rom, player, team, is_mystery=False, rom_header=None):
else: else:
flute_spots = world.owflutespots[player] flute_spots = world.owflutespots[player]
owFlags |= 0x0100 owFlags |= 0x0100
write_int16(rom, snes_to_pc(0x0AB7F7), 0xEAEA) if world.owFluteShuffle[player] != 'vanilla':
write_int16(rom, snes_to_pc(0x0AB80B), 0xEAEA)
flute_writes = [(f, flute_data[f][1]) for f in flute_spots] flute_writes = [(f, flute_data[f][1]) for f in flute_spots]
for o in range(0, len(flute_writes)): for o in range(0, len(flute_writes)):

Binary file not shown.