PKHeX/PKHeX.Core/Saves/Substructures/Gen5
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
..
Entree Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
BattleSubway5.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
BoxLayout5.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
CGearBackground.cs Use byte[] instead of int[] for tile sel 2023-04-15 11:28:35 -07:00
Daycare5.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Encount5.cs Add gen5 roamer get 2022-06-18 19:12:41 -07:00
Entralink5.cs Add entree MissionsComplete for BW 2022-06-19 08:39:43 -07:00
FestaBlock5.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Misc5.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Musical5.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyItem5B2W2.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
MyItem5BW.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
MysteryBlock5.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
PassPower5.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PlayerData5.cs Add Geonet location editing for Gen 4/5 (#3810) 2023-02-26 16:33:53 -08:00
PWTBlock5.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PWTRecordID.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Roamer5.cs Add gen5 roamer get 2022-06-18 19:12:41 -07:00