diff --git a/Rom.py b/Rom.py index 71f65ef2..36c989fc 100644 --- a/Rom.py +++ b/Rom.py @@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '54eaa40cc69c54b9d790b9c4ea107f4d' +RANDOMIZERBASEHASH = 'd55c23b3e6d92eeff28ca3724573f4ff' class JsonRom(object): @@ -469,7 +469,7 @@ def patch_rom(world, rom, player, team, is_mystery=False): location.item.map and world.mapshuffle[player] == 'none') or ( location.item.compass and world.compassshuffle[player] == 'none')): itemid = handle_native_dungeon(location, itemid) - + rom.write_byte(location.address, itemid) else: # crystals diff --git a/data/base2current.bps b/data/base2current.bps index d0cdd7d6..ac39aaef 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ