diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs index 4d2cd55f4..8a6f76488 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs @@ -63,7 +63,7 @@ namespace PKHeX.WinForms } CB_Unlocked.Items.Clear(); int max = SAV.BoxCount; - if (SAV.Generation == 6 && SAV.XY) + if (SAV.Generation == 6) max -= 1; // cover legendary captured unlocks final box, not governed by BoxesUnlocked for (int i = 0; i <= max; i++) CB_Unlocked.Items.Add(i);