Revert "Loop shiny force regardless of format"

This reverts commit cc8e5d9c32.
This commit is contained in:
Kurt 2020-02-21 15:02:16 -08:00
parent 509e2f1fa3
commit 5240e67a14

View file

@ -140,6 +140,9 @@ namespace PKHeX.Core
{
pk.SetShiny();
if (pk.Format <= 7)
return true;
var xor = pk.ShinyXor;
if (xor0 ? xor == 0 : xor != 0)
return true;