PKHeX/PKHeX.Core/Legality
Kurt 15779513f5 Add stubs for raid correlation verifiers/generators
Not going to implement this within the base repo as z3 is too large of a
dependency and is platform specific.

If anyone wants to implement as a plugin project, just inject your new
methods via the setters on the static func/action at the top of the 3
classes.

Since z3's searches aren't instant, I'd recommend caching recent results
in a dictionary, as re-parses are common. Something like the Wordfilter
is what you'd be aiming for :)

Closes #2617
2020-01-03 20:03:04 -08:00
..
Areas Add glalie/skuntank locations 2019-12-10 19:54:26 -08:00
Encounters Add stubs for raid correlation verifiers/generators 2020-01-03 20:03:04 -08:00
Enums Handle more messages 2019-10-27 20:39:15 -07:00
Evolutions Fix form change evolution linking 2019-12-06 19:31:18 -08:00
Learnset PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
Moves Simplify form egg move handling 2019-12-21 13:37:20 -08:00
RNG Use enum for species comparisons 2019-12-08 17:39:19 -08:00
Structures comment typo fix (#2535) 2019-11-28 10:35:18 -08:00
Tables Add Ingredients to swsh held item list 2019-12-22 12:16:06 -08:00
Verifiers Add Move PP verification 2019-12-26 14:28:01 -08:00
Analysis.cs Fix VC transfer evo chain population 2019-12-09 15:48:54 -08:00
BulkAnalysis.cs Cleanup 2019-10-26 12:33:58 -07:00
BulkGenerator.cs Misc clean 2019-10-26 12:58:55 -07:00
Checks.cs Misc clean 2020-01-01 19:07:21 -08:00
Core.cs Add alcremie form change case 2019-12-28 18:59:00 -08:00
Data.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
GBRestrictions.cs Use enum for species comparisons 2019-12-08 17:39:19 -08:00
LegalityCheckStrings.cs Add Move PP verification 2019-12-26 14:28:01 -08:00
Memories.cs Update memory verifier 2019-12-07 23:36:39 -08:00
VivillonTables.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
WordFilter.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00