mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 13:15:27 -05:00
Add Checkpoint save detection
Adds support for Checkpoint save manager. Supports NDS and 3DS save data!
This commit is contained in:
@@ -49,6 +49,7 @@ public static IEnumerable<string> Get3DSBackupPaths(string root)
|
||||
yield return Path.Combine(root, "TWLSaveTool");
|
||||
yield return Path.Combine(root, "fbi", "save");
|
||||
yield return Path.Combine(root, "gm9", "out");
|
||||
yield return Path.Combine(root, "3ds", "Checkpoint", "saves");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user