mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-25 18:55:06 +00:00
15779513f5
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 |
||
---|---|---|
.. | ||
Areas | ||
Encounters | ||
Enums | ||
Evolutions | ||
Learnset | ||
Moves | ||
RNG | ||
Structures | ||
Tables | ||
Verifiers | ||
Analysis.cs | ||
BulkAnalysis.cs | ||
BulkGenerator.cs | ||
Checks.cs | ||
Core.cs | ||
Data.cs | ||
GBRestrictions.cs | ||
LegalityCheckStrings.cs | ||
Memories.cs | ||
VivillonTables.cs | ||
WordFilter.cs |