diff --git a/worlds/pokemon_rb/regions.py b/worlds/pokemon_rb/regions.py index aef0b945..a7c0b6d5 100644 --- a/worlds/pokemon_rb/regions.py +++ b/worlds/pokemon_rb/regions.py @@ -2414,6 +2414,7 @@ def door_shuffle(world, multiworld, player, badges, badge_locs): loc.place_locked_item(badge) state = multiworld.state.copy() + state.allow_partial_entrances = True for item, data in item_table.items(): if (data.id or item in poke_data.pokemon_data) and data.classification == ItemClassification.progression \ and ("Badge" not in item or world.options.badgesanity):