Skip to content

Commit

Permalink
final puzzle piece
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 committed Sep 24, 2024
1 parent 7ee3171 commit 78b47d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/pokemon_rb/encounters.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def process_pokemon_locations(self):
location.item.location = location
locations.append(location)
zone_mapping[zone][original_mon] = mon
zone_placed_mons[zone].append(mon)

mons_to_add = []
remaining_pokemon = [pokemon for pokemon in poke_data.pokemon_data.keys() if placed_mons[pokemon] == 0 and
Expand Down

0 comments on commit 78b47d4

Please sign in to comment.