diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 08ae7dd9..e2017622 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -20,14 +20,14 @@ def link_overworld(world, player): if world.owSwap[player] != 'vanilla': tile_groups = {} for (name, groupType) in OWTileGroups.keys(): - if world.mode[player] != 'standard' or name not in ['Castle', 'Links']: + if world.mode[player] != 'standard' or name not in ['Castle', 'Links', 'Central Bonk Rocks']: if world.shuffle[player] in ['vanilla', 'simple', 'dungeonssimple']: tile_groups[(name,)] = ([], [], []) else: tile_groups[(name, groupType)] = ([], [], []) for (name, groupType) in OWTileGroups.keys(): - if world.mode[player] != 'standard' or name not in ['Castle', 'Links']: + if world.mode[player] != 'standard' or name not in ['Castle', 'Links', 'Central Bonk Rocks']: (owids, lw_regions, dw_regions) = OWTileGroups[(name, groupType,)] if world.shuffle[player] in ['vanilla', 'simple', 'dungeonssimple']: (exist_owids, exist_lw_regions, exist_dw_regions) = tile_groups[(name,)] diff --git a/Rom.py b/Rom.py index bfddd7cf..2f484faf 100644 --- a/Rom.py +++ b/Rom.py @@ -31,7 +31,7 @@ from OverworldShuffle import default_flute_connections, flute_data JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'f0a6138148c13414ff4dc89dc0101de6' +RANDOMIZERBASEHASH = 'e081da80a32d9341010895b8fcb5ec77' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 42f2a493..3600f761 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ