PKHeX/PKHeX.Core/Saves/Substructures/Gen9
Kurt fa9a809751
Encapsulate item pouch arrays/etc for finer control (#3860)
* 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.
2023-04-16 12:58:07 -07:00
..
BoxLayout9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ConfigSave9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Epoch1900Value.cs Minor clean 2023-04-13 00:05:10 -07:00
FixedSpawnList9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Meta9.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
MyItem9.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
MyStatus9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Party9.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
PlayerAppearance9.cs Misc changes 2023-03-28 16:00:44 -04:00
PlayerFashion9.cs Misc changes 2023-03-28 16:00:44 -04:00
PlayTime9.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
PouchSize9.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
RaidSevenStar9.cs Add Cinderace raid handling 2022-12-29 19:20:01 -05:00
RaidSpawnList9.cs Fully update button naming/localization for propagating SV raids 2023-02-23 11:08:33 -06:00
RentalTeam9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
RentalTeamSet9.cs Label properties for language and entity count 2022-12-10 19:55:24 -08:00
TeamIndexes9.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00