Pokémon Red and Blue: 0.4.5 Fixes (#3106)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user