mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-17 09:42:18 -07: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