diff --git a/PKHeX.Core/Legality/Structures/Shiny.cs b/PKHeX.Core/Legality/Structures/Shiny.cs index b0650f805..1c8270c41 100644 --- a/PKHeX.Core/Legality/Structures/Shiny.cs +++ b/PKHeX.Core/Legality/Structures/Shiny.cs @@ -31,7 +31,7 @@ AlwaysStar = 5, /// - /// PID is randomly created and forced to be shiny as Stars. + /// PID is randomly created and forced to be shiny as Squares. /// AlwaysSquare = 6, }