mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Fix VC2
This commit is contained in:
parent
801b4f97d9
commit
4ccbce5f24
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ namespace PKHeX.Core
|
|||
int gen = GenNumber;
|
||||
switch (Generation)
|
||||
{
|
||||
case 1: return Format == 1 || VC1;
|
||||
case 1: return Format == 1 || VC;
|
||||
case 2: return Format <= 2 || VC2;
|
||||
case 3: return Gen3;
|
||||
case 4: return 3 <= gen && gen <= 4;
|
||||
|
|
Loading…
Reference in a new issue