mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-11 15:35:20 -05:00
Remove extra bracket in filename when exporting form
This commit is contained in:
@@ -301,7 +301,7 @@ public virtual string FileName
|
||||
{
|
||||
get
|
||||
{
|
||||
string form = AltForm > 0 ? $"-{AltForm:00)}" : "";
|
||||
string form = AltForm > 0 ? $"-{AltForm:00}" : "";
|
||||
string star = IsShiny ? " ★" : "";
|
||||
return $"{Species:000}{form}{star} - {Nickname} - {Checksum:X4}{EncryptionConstant:X8}.{Extension}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user