mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
fa9a809751
* Extract/encapsulate inventory legal arrays to interface+class Hiding them behind methods allows these to be left as ReadOnlySpan<ushort> and thus never allocate on the heap. Also refactors out some logic for checking if an item is legal. End result feels more maintainable and is less bloaty (no more passing in a nullable func) Batch editing * Add HasType filter ``` =HasType=11 .HeldItem=Meadow Plate ``` slaps a meadow plate on any pkm with grass type Use `=PersonalType1=11` for only primary grass types; only-secondary-type grass will not match it. |
||
---|---|---|
.. | ||
Memories.cs | ||
MemoryArgType.cs | ||
MemoryContext.cs | ||
MemoryContext6.cs | ||
MemoryContext6Data.cs | ||
MemoryContext8.cs | ||
MemoryContext8Data.cs | ||
MemoryPermissions.cs | ||
MemoryVariableSet.cs |