diff --git a/PKHeX.Core/Saves/SaveFile.cs b/PKHeX.Core/Saves/SaveFile.cs index 4b1fc4302..8fc72a492 100644 --- a/PKHeX.Core/Saves/SaveFile.cs +++ b/PKHeX.Core/Saves/SaveFile.cs @@ -174,7 +174,7 @@ public IList BoxData } } - private void SetBoxData(IList value, int box, int index = 0) + public void SetBoxData(IList value, int box, int index = 0) { int ofs = GetBoxOffset(box); for (int slot = 0; slot < BoxSlotCount; slot++, ofs += SIZE_STORED)