Skip to content

Commit

Permalink
Pokemon Emerald: Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe committed Dec 11, 2024
1 parent 9a37a13 commit 7eb818d
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 7eb818d

Please sign in to comment.