mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
416f5fe183
Closes #2990 ty @Atrius97 ! Remove the `object Content` accessor only used for Mystery Gifts (used to trickle up the PKM object since the two ribbon interfaces weren't implemented on the IEncounterable). Just make PCD/PGT implement the ribbon interfaces and delegate the get/set to PKM directly. Rewrite the national ribbon check for clarity Optimize invalid/missing ribbon string replace to operate on the final string rather than do linq and replace each input. With this we make 1 temp string only, rather than 1-per-ribbon. Replace hardcoded "Ribbon" strings to use a shared const string in a central spot. |
||
---|---|---|
.. | ||
Editing | ||
Game | ||
Legality | ||
MysteryGifts | ||
PersonalInfo | ||
PKM | ||
Resources | ||
Ribbons | ||
Saves | ||
Util | ||
app.config | ||
PKHeX.Core.csproj |