Skip to content

Commit

Permalink
Pokemon Emerald: Exclude sacred ash post champion (#4207)
Browse files Browse the repository at this point in the history
* Pokemon Emerald: Exclude sacred ash post champion

* Pokemon Emerald: Remove .value from toggle option check
  • Loading branch information
Zunawe authored Dec 5, 2024
1 parent 203d89d commit f4b926e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions worlds/pokemon_emerald/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ def exclude_locations(location_names: List[str]):
"Safari Zone SE - Hidden Item in South Grass 2",
"Safari Zone SE - Item in Grass",
])

# Sacred ash is on Navel Rock, which is locked behind the event tickets
if not self.options.event_tickets:
exclude_locations([
"Navel Rock Top - Hidden Item Sacred Ash",
])
elif self.options.goal == Goal.option_steven:
exclude_locations([
"Meteor Falls 1F - Rival Steven",
Expand Down

0 comments on commit f4b926e

Please sign in to comment.