mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Make Poffin names match in-game text (#2306)
This commit is contained in:
parent
4570c7bb21
commit
44a257b832
|
|
@ -30,7 +30,7 @@ private void RefreshList()
|
|||
Updating = false;
|
||||
}
|
||||
|
||||
private string GetPoffinText(int i) => $"{i + 1:000} - {Case.Poffins[i].Type.ToString().Replace('_', '/')}";
|
||||
private string GetPoffinText(int i) => $"{i + 1:000} - {Case.Poffins[i].Type.ToString().Replace('_', '-')}";
|
||||
|
||||
public void Save()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user