Must have forgotten to save

This commit is contained in:
ReignOfComputer 2017-02-03 09:02:14 +08:00
parent 42a185c682
commit 04dcb11b54

View file

@ -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();
}