PKHeX/PKHeX.Core/Editing/Saves/Slots/Info
Kurt 69fafcab83 Performance: Slightly reduce allocations in moveset validation (#3460)
* Reuses move parse result objects for each encounter parsed in a LegalityCheck attempt, instead of creating a new object.
* Ensures the objects are never-null, and makes cleanup easier.

Slightly adjusts some other parts of the moveset validation to reduce allocations.
2022-03-12 17:39:00 -08:00
..
ISlotInfo.cs Don't set dex on slot swap within save 2022-02-07 15:03:26 -08:00
SlotCache.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
SlotInfoBox.cs More records/sealing 2021-12-05 23:54:59 -08:00
SlotInfoFile.cs More records/sealing 2021-12-05 23:54:59 -08:00
SlotInfoLoader.cs Fix moving 5th party slot between boxes 2022-02-25 16:32:15 -08:00
SlotInfoMisc.cs More records/sealing 2021-12-05 23:54:59 -08:00
SlotInfoParty.cs Fix moving 5th party slot between boxes 2022-02-25 16:32:15 -08:00
SlotOrigin.cs Performance: Slightly reduce allocations in moveset validation (#3460) 2022-03-12 17:39:00 -08:00
WriteBlockedMessage.cs Refactoring 2019-09-02 19:30:58 -07:00