PKHeX/PKHeX.Core/Legality/Encounters
Kurt bced546c63
Memoize Ball Breeding permission tables (#4050)
O(1) lookup for arbitrary species, some edge handling rules for specific game islands/forms. With HOME, there's only 3 islands of permissions. No allocation besides the singletons which aren't really necessary.

No longer need to peek within multiple hashsets, just fetch the "is possible" bit from the species listing and check if the bit is set.

Will be fun if ball shell swaps are added 🤞, get to set all bits for anything that can enter game with that feature (if ever added).

Add unit test for gen67 no-patch exclusion
2023-11-02 15:55:26 -07:00
..
Data Use byte span for BinLinker check 2023-10-14 19:25:39 -07:00
Generator EncDB: Fix colo starter yield 2023-10-26 01:07:20 -07:00
Information Add GameConsole enum and EncounterDate pivot 2023-10-28 22:01:26 -07:00
Templates Memoize Ball Breeding permission tables (#4050) 2023-11-02 15:55:26 -07:00
Verifiers Update 23.09.16 - Teal Mask 2023-09-15 23:36:21 -07:00