Minor tweaks

Remove GameSync/SecureValue from SAV tab (still lives in Block Data)
Remove inaccessible items from FRLG/E key items
This commit is contained in:
Kurt
2026-03-08 23:40:56 -05:00
parent d827cec5a7
commit 8b08f263e5
27 changed files with 30 additions and 195 deletions

View File

@@ -11,7 +11,7 @@ namespace PKHeX.WinForms.Controls;
public partial class EntitySearchControl : UserControl
{
private EntityContext SaveContext { get; set; } = Latest.Context;
public EntitySearchControl() => InitializeComponent();
/// <summary>
@@ -107,7 +107,7 @@ public void InitializeSelections(SaveFile sav, bool showContext = true)
}
L_Format.Visible = CB_FormatComparator.Visible = CB_Format.Visible = showContext;
}
/// <summary>
/// Sets the localized text for the format "Any" option.
/// </summary>