mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Fix opponent blacklist checking wrong option (#4058)
This commit is contained in:
@@ -177,7 +177,7 @@ class PokemonEmeraldWorld(World):
|
||||
for species_name in self.options.trainer_party_blacklist.value
|
||||
if species_name != "_Legendaries"
|
||||
}
|
||||
if "_Legendaries" in self.options.starter_blacklist.value:
|
||||
if "_Legendaries" in self.options.trainer_party_blacklist.value:
|
||||
self.blacklisted_opponent_pokemon |= LEGENDARY_POKEMON
|
||||
|
||||
# In race mode we don't patch any item location information into the ROM
|
||||
|
Reference in New Issue
Block a user