PKHeX/Tests/PKHeX.Core.Tests/Legality
Kurt 69fafcab83 Performance: Slightly reduce allocations in moveset validation (#3460)
* Reuses move parse result objects for each encounter parsed in a LegalityCheck attempt, instead of creating a new object.
* Ensures the objects are never-null, and makes cleanup easier.

Slightly adjusts some other parts of the moveset validation to reduce allocations.
2022-03-12 17:39:00 -08:00
..
Illegal Rearrange how some memory info is checked 2021-08-22 16:41:57 -07:00
Legal Update bdsp underground table for area6 2022-02-26 11:54:24 -08:00
BreedTests.cs Rename Silver SV->SI 2022-02-27 11:16:12 -08:00
LearnabilityTests.cs Update 21.11.19 - Brilliant Diamond & Shining Pearl (#3289) 2021-11-19 18:23:49 -08:00
LegalityData.cs Handle test case for no feebas in PLA 2022-02-08 18:55:55 -08:00
LegalityRules.cs Split encounter areas, relocate slot finding to obj 2019-09-12 23:20:52 -07:00
LegalityTests.cs Performance: Slightly reduce allocations in moveset validation (#3460) 2022-03-12 17:39:00 -08:00
RaidTests.cs Add private files legality test method 2021-08-06 13:19:27 -07:00
ShadowTests.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
TempTests.cs Ban more BDSP egg moves before HOME 2021-12-20 19:00:48 -08:00
Wild8aRNGTests.cs Add logic for PLA wild RNG correlation (#3443) 2022-02-20 17:59:48 -08:00
Wild8bRNGTests.cs Handle fixed ability for 8b RNG 2022-03-08 08:44:55 -08:00