mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 12:35:20 -05:00
condense repeated logic, reduce overall operations removes 1 array alloc for pkm encryption (shuffle clones the array, so don't clone->clone) removes 1 array alloc for pkm decryption (mutate encrypted array), be aware that no current use cases input an encrypted region and expect the reference to stay encrypted (always was a temp array). remove duplicate bounds checks (early return & for loop) |
||
|---|---|---|
| .. | ||
| Game | ||
| Legality | ||
| MysteryGifts | ||
| PersonalInfo | ||
| PKM | ||
| Resources | ||
| Ribbons | ||
| Saves | ||
| Util | ||
| app.config | ||
| PKHeX.Core.csproj | ||