mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 15:07:11 +00:00
parent
0a0b944de1
commit
b75313cd87
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ namespace PKHeX.WinForms
|
|||
|
||||
private static string[] GetFormNames4Dex(int species)
|
||||
{
|
||||
string[] formNames = PKX.GetFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.GenderSymbols, SAV.Generation);
|
||||
string[] formNames = PKX.GetFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.GenderSymbols, 4);
|
||||
if (species == 172)
|
||||
formNames = new[] { MALE, FEMALE, formNames[1] }; // Spiky
|
||||
return formNames;
|
||||
|
|
Loading…
Reference in a new issue