Pokémon Red and Blue: 0.4.5 Fixes (#3106)

This commit is contained in:
Alchav
2024-04-13 11:58:50 -04:00
committed by GitHub
parent 1fc2c5ed4b
commit 7e660dbd23
5 changed files with 111 additions and 100 deletions

View File

@@ -1948,7 +1948,7 @@ def create_regions(self):
for entrance in reversed(region.exits):
if isinstance(entrance, PokemonRBWarp):
region.exits.remove(entrance)
multiworld.regions.entrance_cache[self.player] = cache
multiworld.regions.entrance_cache[self.player] = cache.copy()
if badge_locs:
for loc in badge_locs:
loc.item = None