mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Remove parenthesis pk2 forme filename
This commit is contained in:
parent
437208cc55
commit
b41aacc5a1
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue