Fixed additional effect issues with Eerie Spell/Jaw Lock/Thousand Waves

This commit is contained in:
Maruno17
2023-03-09 20:37:26 +00:00
parent e93c3c69ac
commit 5a18f7fd65
7 changed files with 36 additions and 13 deletions

View File

@@ -107,8 +107,8 @@ module Settings
#=============================================================================
# Whether wild Pokémon with the "Legendary" or "Mythical" flag (as defined in
# pokemon.txt) have a smarter AI. Their skill level is set to 32, which is a
# medium skill level.
# Whether wild Pokémon with the "Legendary", "Mythical" or "UltraBeast" flag
# (as defined in pokemon.txt) have a smarter AI. Their skill level is set to
# 32, which is a medium skill level.
SMARTER_WILD_LEGENDARY_POKEMON = true
end