PKHeX/PKHeX.Core/Legality/Encounters/Verifiers
Kurt cb24c20a44 Remove relearn suggestion logic from relearn move verification
Sure it's nice to cache a valid array, but the amount of logic was small enough that it can be done with 10 lines of code rather than at the end of each verification method.

Reduces parameter passing & removes 1 field from the info object, as relearn suggestions are only done rarely after legality checking.

Allows for a simpler api surface (pkm, encounter) rather than a bigger object reference
2020-11-07 12:25:15 -08:00
..
EncounterVerifier.cs Disallow E birth island deoxys with JP origin 2020-10-25 21:42:14 -07:00
EvolutionVerifier.cs Move some static arrays closer to where they're used 2020-11-02 13:11:51 -08:00
MysteryGiftRestriction.cs Minor clean 2020-01-05 18:46:30 -08:00
MysteryGiftVerifier.cs Split VivillonTables into two classes 2020-10-04 14:15:13 -07:00
VerifyCurrentMoves.cs Move some static arrays closer to where they're used 2020-11-02 13:11:51 -08:00
VerifyRelearnMoves.cs Remove relearn suggestion logic from relearn move verification 2020-11-07 12:25:15 -08:00