Pokemon Red/Blue: Set allow_partial_entrances to true when building a state for ER #4802

Co-authored-by: CodeGorilla <3672561+Ars-Ignis@users.noreply.github.com>
This commit is contained in:
CodeGorilla
2025-04-04 03:48:47 -05:00
committed by GitHub
parent 7265468e8d
commit d8576e72eb

View File

@@ -2414,6 +2414,7 @@ def door_shuffle(world, multiworld, player, badges, badge_locs):
loc.place_locked_item(badge) loc.place_locked_item(badge)
state = multiworld.state.copy() state = multiworld.state.copy()
state.allow_partial_entrances = True
for item, data in item_table.items(): for item, data in item_table.items():
if (data.id or item in poke_data.pokemon_data) and data.classification == ItemClassification.progression \ if (data.id or item in poke_data.pokemon_data) and data.classification == ItemClassification.progression \
and ("Badge" not in item or world.options.badgesanity): and ("Badge" not in item or world.options.badgesanity):