mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-15 06:05:41 -05:00
Clarify History vs Memory check in legality output
This commit is contained in:
@@ -565,7 +565,7 @@ private LegalityCheck verifyBall()
|
||||
private LegalityCheck verifyHistory()
|
||||
{
|
||||
if (!Encounter.Valid)
|
||||
return new LegalityCheck(Severity.Valid, "Skipped Memory check due to other check being invalid.");
|
||||
return new LegalityCheck(Severity.Valid, "Skipped History check due to other check being invalid.");
|
||||
|
||||
WC6 MatchedWC6 = EncounterMatch as WC6;
|
||||
if (MatchedWC6?.OT.Length > 0) // Has Event OT -- null propagation yields false if MatchedWC6=null
|
||||
|
||||
Reference in New Issue
Block a user