PKHeX/PKHeX.Core/Legality/Restrictions
Kurt b08843fcc5 Allow BDSP Slate/Shard to be given via "Give All"
https://projectpokemon.org/home/forums/topic/63429-bdsp-slate/

The "Give All" cheat will skip adding unobtainable items.
Since the BDSP-exclusive Treasure (slate/shard) are unable to held, they were also skipped. Revise the logic to allow them to be added via "Give All", but still disallowed as held items (separate arrays needed).

Also condense the logic for BCAT-Dmax crystal IDs since they're all sequential. Just iterate a range instead of a span.
2023-05-18 19:30:39 -07:00
..
Memories Misc tweaks 2023-05-07 13:32:29 -07:00
EvolutionRestrictions.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
GBRestrictions.cs Add more xmldoc 2023-03-31 13:00:34 -07:00
HeldItemLumpImage.cs Add more xmldoc 2023-03-31 13:00:34 -07:00
ItemRestrictions.cs Allow BDSP Slate/Shard to be given via "Give All" 2023-05-18 19:30:39 -07:00
Locale3DS.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Vivillon3DS.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
WordFilter.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00