Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions SysBot.Pokemon/Helpers/AutoLegalityWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll
Binary file not shown.
Binary file modified SysBot.Pokemon/deps/PKHeX.Core.dll
Binary file not shown.