Skip to content

Commit

Permalink
Pokemon Emerald: Remove unnecessary code (#4364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe authored Dec 16, 2024
1 parent 728d249 commit cacab68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worlds/pokemon_emerald/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,6 @@ def _init() -> None:
for warp, destination in extracted_data["warps"].items():
data.warp_map[warp] = None if destination == "" else destination

if encoded_warp not in data.warp_map:
data.warp_map[encoded_warp] = None

# Create trainer data
for i, trainer_json in enumerate(extracted_data["trainers"]):
party_json = trainer_json["party"]
Expand Down

0 comments on commit cacab68

Please sign in to comment.