mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 00:58:01 +00:00
parent
a5dbdf91bd
commit
1007c5ddb8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace PKHeX.Core
|
|||
break; // passes
|
||||
}
|
||||
|
||||
if (!info.FrameMatches && info.EncounterMatch is EncounterSlot) // if false, all valid RNG frame matches have already been consumed
|
||||
if (!info.FrameMatches && info.EncounterMatch is EncounterSlot && pkm.Version != (int)GameVersion.CXD) // if false, all valid RNG frame matches have already been consumed
|
||||
info.Parse.Add(new CheckResult(Severity.Invalid, V400, CheckIdentifier.PID));
|
||||
if (!info.PIDIVMatches) // if false, all valid PIDIV matches have already been consumed
|
||||
info.Parse.Add(new CheckResult(Severity.Invalid, V411, CheckIdentifier.PID));
|
||||
|
|
Loading…
Reference in a new issue