diff --git a/PKHeX.Drawing/Names/SpriteName.cs b/PKHeX.Drawing/Names/SpriteName.cs index c464b70f0..46238318e 100644 --- a/PKHeX.Drawing/Names/SpriteName.cs +++ b/PKHeX.Drawing/Names/SpriteName.cs @@ -8,10 +8,10 @@ namespace PKHeX.Drawing { public static bool AllowShinySprite { get; set; } - private const string Separator = "_"; - private const string Cosplay = "c"; - private const string Shiny = "s"; - private const string GGStarter = "p"; + private const char Separator = '_'; + private const char Cosplay = 'c'; + private const char Shiny = 's'; + private const char GGStarter = 'p'; /// /// Gets the resource name of the sprite.