mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 21:35:15 -05:00
Move ribbon verifiers to appropriate folder
no functional change
This commit is contained in:
@@ -39,7 +39,7 @@ public static class LegalityCheckStrings
|
||||
public static string V502 { get; set; } = "Fishy";
|
||||
/// <summary>Severity string for <see cref="Severity.Valid"/></summary>
|
||||
public static string V503 { get; set; } = "Valid";
|
||||
/// <summary>Severity string for <see cref="Severity.NotImplemented"/></summary>
|
||||
/// <summary>Severity string for anything not implemented.</summary>
|
||||
public static string V504 { get; set; } = "Not Implemented";
|
||||
|
||||
/// <summary>Original Trainer string used in various string formats such as Memories.</summary>
|
||||
|
||||
Reference in New Issue
Block a user