PKHeX/PKHeX.Core/Legality/Encounters/Verifiers
Kurt 2648560684 Invert breeding method result returns
clean:
if (!logical) return;

Existing logic had methods named to return true if fail, now method checks for passing, thus the logic now follows the above pattern.
2021-01-01 19:36:54 -08:00
..
EncounterVerifier.cs Invert breeding method result returns 2021-01-01 19:36:54 -08:00
EvolutionVerifier.cs Simplify some repeated comparisons with expressions 2020-12-29 00:37:59 -08:00
MysteryGiftRestriction.cs Minor clean 2020-01-05 18:46:30 -08:00
MysteryGiftVerifier.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
VerifyCurrentMoves.cs Move more breeding logic to Breeding 2021-01-01 15:01:22 -08:00
VerifyRelearnMoves.cs Invert some "!is" to "is not" 2020-12-29 00:58:08 -08:00