diff --git a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs index 749fcfa38..db7080a67 100644 --- a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs +++ b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs @@ -489,7 +489,7 @@ namespace PKHeX.WinForms.Controls return; ((SAV4BR)SAV).CurrentSlot = WinFormsUtil.GetIndex(CB_SaveSlot); SetPKMBoxes(); - UpdateBoxViewers(all); + UpdateBoxViewers(true); } private void UpdateStringSeed(object sender, EventArgs e) {