mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 05:59:40 -05:00
parent
26986ff22b
commit
1899e4e11e
|
|
@ -118,7 +118,7 @@ public static bool getIsG1SAVJ(byte[] data)
|
|||
/// <returns>Version Identifier or Invalid if type cannot be determined.</returns>
|
||||
public static GameVersion getIsG2SAV(byte[] data)
|
||||
{
|
||||
if (new[] {SIZE_G2RAW_J, SIZE_G2RAW_U, SIZE_G2BAT_J, SIZE_G2BAT_U, SIZE_G2EMU, SIZE_G2VC}.Contains(data.Length))
|
||||
if (!new[] {SIZE_G2RAW_J, SIZE_G2RAW_U, SIZE_G2BAT_J, SIZE_G2BAT_U, SIZE_G2EMU, SIZE_G2VC}.Contains(data.Length))
|
||||
return GameVersion.Invalid;
|
||||
|
||||
// Check if it's not an american save or a japanese save
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user