Unban porygon capture-breed ball for eggs

Shows up in dynamax adventures for capture

Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>
This commit is contained in:
Kurt 2020-10-24 20:46:43 -07:00
parent babf5a48ca
commit 90b760b9bf

View file

@ -358,7 +358,7 @@ namespace PKHeX.Core
var armor = pi.ArmorDexIndex != 0;
if (armor)
return species != (int)Species.Porygon;
return true;
var crown = pi.CrownDexIndex != 0;
if (crown)