mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
parent
3a90093cb1
commit
b13a7c9624
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ namespace PKHeX.WinForms
|
||||||
private static bool SanityCheckSAV(ref SaveFile sav)
|
private static bool SanityCheckSAV(ref SaveFile sav)
|
||||||
{
|
{
|
||||||
// Finish setting up the save file.
|
// Finish setting up the save file.
|
||||||
if (sav.Generation == 1)
|
if (sav.Generation < 3)
|
||||||
{
|
{
|
||||||
// Ask the user if it is a VC save file or if it is from a physical cartridge.
|
// Ask the user if it is a VC save file or if it is from a physical cartridge.
|
||||||
// Necessary for legality checking possibilities that are only obtainable on GSC (non VC) or event distributions.
|
// Necessary for legality checking possibilities that are only obtainable on GSC (non VC) or event distributions.
|
||||||
|
|
Loading…
Reference in a new issue