diff --git a/SysBot.Pokemon/Helpers/AutoLegalityWrapper.cs b/SysBot.Pokemon/Helpers/AutoLegalityWrapper.cs index 1b2dc584..ca089591 100644 --- a/SysBot.Pokemon/Helpers/AutoLegalityWrapper.cs +++ b/SysBot.Pokemon/Helpers/AutoLegalityWrapper.cs @@ -50,9 +50,7 @@ private static void InitializeSettings(LegalitySettings cfg) // As of February 2024, the default setting in PKHeX is Invalid for missing HOME trackers. // If the host wants to allow missing HOME trackers, we need to override the default setting. - bool allowMissingHOME = !cfg.EnableHOMETrackerCheck; - APILegality.AllowHOMETransferGeneration = allowMissingHOME; - if (allowMissingHOME) + if (!cfg.EnableHOMETrackerCheck) settings.HOMETransfer.HOMETransferTrackerNotPresent = Severity.Fishy; // We need all the encounter types present, so add the missing ones at the end. diff --git a/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll b/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll index 44b6bbe7..5d66c135 100644 Binary files a/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll and b/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll differ diff --git a/SysBot.Pokemon/deps/PKHeX.Core.dll b/SysBot.Pokemon/deps/PKHeX.Core.dll index c58c09f7..9cde9476 100644 Binary files a/SysBot.Pokemon/deps/PKHeX.Core.dll and b/SysBot.Pokemon/deps/PKHeX.Core.dll differ