2
0
Fork 0
mirror of https://github.com/kwsch/PKHeX synced 2025-03-07 08:47:21 +00:00
PKHeX/PKHeX.Core/Legality
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
..
Areas Devirtualize GetMatchingSlots 2023-05-07 13:34:47 -07:00
Bulk struct CheckResult 2023-04-23 16:04:04 -07:00
Encounters Permit Unknown Dungeon/Secret Base hatch locations 2023-05-14 15:16:31 -04:00
Enums Add more xmldoc 2023-03-31 13:00:34 -07:00
Evolutions Add more xmldoc 2023-03-31 13:00:34 -07:00
Formatting Update from .NET Framework 4.6 to .NET 7 () 2023-01-21 20:02:33 -08:00
Learnset Condense some expressions for move fetch 2023-04-23 15:51:48 -07:00
LearnSource Condense some expressions for move fetch 2023-04-23 15:51:48 -07:00
Moves Privatize some static fields, more robust legal helper classes. () 2023-04-20 21:23:15 -07:00
Restrictions Allow BDSP Slate/Shard to be given via "Give All" 2023-05-18 19:30:39 -07:00
RNG Minor tweaks 2023-04-22 17:51:32 -07:00
Structures struct CheckResult 2023-04-23 16:04:04 -07:00
Tables Privatize some static fields, more robust legal helper classes. () 2023-04-20 21:23:15 -07:00
Verifiers Add latest distribution raid data 🪨 2023-05-11 20:04:24 -04:00
BinLinkerAccessor.cs Update from .NET Framework 4.6 to .NET 7 () 2023-01-21 20:02:33 -08:00
Breeding.cs Privatize some static fields, more robust legal helper classes. () 2023-04-20 21:23:15 -07:00
BulkGenerator.cs Add more xmldoc 2023-03-31 13:00:34 -07:00
Core.cs Fix ORAS Held Items Using XY Held Items By Mistake () 2023-04-23 01:35:26 -07:00
LegalityAnalysis.cs struct CheckResult 2023-04-23 16:04:04 -07:00
LegalityAnalyzers.cs Handle "random" AV gains from level up 2022-07-10 15:53:33 -07:00
MoveListSuggest.cs Privatize some static fields, more robust legal helper classes. () 2023-04-20 21:23:15 -07:00
MoveSourceType.cs Add more xmldoc 2023-03-31 13:00:34 -07:00