Remove parenthesis pk2 forme filename

This commit is contained in:
Kurt 2016-12-26 10:01:18 -08:00
parent 437208cc55
commit b41aacc5a1

View file

@ -27,7 +27,7 @@ namespace PKHeX
{
get
{
string form = AltForm > 0 ? $"-{AltForm:00)}" : "";
string form = AltForm > 0 ? $"-{AltForm:00}" : "";
string star = IsShiny ? " ★" : "";
return $"{Species:000}{form}{star} - {Nickname} - {SaveUtil.ccitt16(Encrypt()):X4}.{Extension}";
}