mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Must have forgotten to save
This commit is contained in:
parent
42a185c682
commit
04dcb11b54
1 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,8 @@ namespace PKHeX.Core
|
|||
};
|
||||
|
||||
if (Set.Form == "F") Set.Gender = "";
|
||||
else if (Set.Species == 676) Set.Form = ""; // Furfrou
|
||||
else if (Set.Species == 666 && Set.Form == "Poké Ball") Set.Form = "Pokeball"; // Vivillon
|
||||
|
||||
return Set.getText();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue