Pokemon Emerald: Exclude sacred ash post champion (#4207)

* Pokemon Emerald: Exclude sacred ash post champion

* Pokemon Emerald: Remove .value from toggle option check
This commit is contained in:
Bryce Wilson 2024-12-05 07:33:21 -08:00 committed by GitHub
parent 203d89d1d3
commit f4b926ebbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,12 @@ class PokemonEmeraldWorld(World):
"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",