Skip to content

Commit

Permalink
enable map encounters for route 23, disable boosed explore rewards fo…
Browse files Browse the repository at this point in the history
…r route 23
  • Loading branch information
thatguy11325 committed Sep 19, 2024
1 parent 7b01f62 commit 9c1cfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pokemonred_puffer/data/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class MapIds(Enum):
MapIds.SAFARI_ZONE_SECRET_HOUSE: ["EVENT_GOT_HM03", "HS_SAFARI_ZONE_WEST_ITEM_4"],
MapIds.SAFARI_ZONE_WEST: ["EVENT_GOT_HM03", "HS_SAFARI_ZONE_WEST_ITEM_4"],
MapIds.SAFARI_ZONE_WEST_REST_HOUSE: ["EVENT_GOT_HM03", "HS_SAFARI_ZONE_WEST_ITEM_4"],
MapIds.ROUTE_23: ["EVENT_BEAT_CHAMPION_RIVAL"],
# MapIds.ROUTE_23: ["EVENT_BEAT_CHAMPION_RIVAL"],
MapIds.VICTORY_ROAD_1F: ["EVENT_BEAT_CHAMPION_RIVAL"],
MapIds.VICTORY_ROAD_2F: ["EVENT_BEAT_CHAMPION_RIVAL"],
MapIds.VICTORY_ROAD_3F: ["EVENT_BEAT_CHAMPION_RIVAL"],
Expand All @@ -335,6 +335,7 @@ class MapIds(Enum):
}

DISABLE_WILD_ENCOUNTERS_EXCEPTIONS = {
MapIds.ROUTE_23,
MapIds.VICTORY_ROAD_1F,
MapIds.VICTORY_ROAD_2F,
MapIds.VICTORY_ROAD_3F,
Expand Down

0 comments on commit 9c1cfbf

Please sign in to comment.