mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-15 06:55:17 -05:00
committed by
Kaphotics
parent
cc5b065a39
commit
b7a5a861bc
@@ -36,7 +36,7 @@ public static bool dumpBoxes(this SaveFile SAV, string path, out string result,
|
||||
string boxfolder = "";
|
||||
if (boxFolders)
|
||||
{
|
||||
boxfolder = SAV.getBoxName(pk.Box);
|
||||
boxfolder = SAV.getBoxName(pk.Box - 1);
|
||||
Directory.CreateDirectory(Path.Combine(path, boxfolder));
|
||||
}
|
||||
if (!File.Exists(Path.Combine(Path.Combine(path, boxfolder), fileName)))
|
||||
|
||||
Reference in New Issue
Block a user