PKHeX/PKHeX.Core/Saves/Access
Kurt 105d8f415d Remove unnecessary abstraction/leftovers
SCBlock doesn't have an absolute index; it was only used for tagging in dumps. Offset and Length weren't used.

Removing these 2 ints from the SCBlock object reduces alloc req by 8 bytes each; if we have 2,500 blocks in a save file, this reduces the memory footprint of a sav by 20KB. Nice side effect :D

Remove block dump comment from accessor; new logic in Meta8 for dumping DLC sizes does the same logic with less hassle.
2020-06-27 13:38:21 -05:00
..
ISaveBlock5B2W2.cs Simplify block property names 2019-10-18 20:42:03 -07:00
ISaveBlock5BW.cs Simplify block property names 2019-10-18 20:42:03 -07:00
ISaveBlock6AO.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
ISaveBlock6Core.cs Simplify block property names 2019-10-18 20:42:03 -07:00
ISaveBlock6Main.cs Add encount block 2020-05-24 17:31:10 -07:00
ISaveBlock6XY.cs Simplify block property names 2019-10-18 20:42:03 -07:00
ISaveBlock7Main.cs Simplify block property names 2019-10-18 20:42:03 -07:00
ISaveBlock7SM.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
ISaveBlock7USUM.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
ISaveBlock8Main.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00
ISaveBlock8SWSH.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
ISaveBlockAccessor.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SaveBlockAccessor5B2W2.cs add generic sav block editor 2020-04-26 16:23:06 -07:00
SaveBlockAccessor5BW.cs Add GymTeam records for Gen5 saves 2019-12-28 21:51:10 -08:00
SaveBlockAccessor6AO.cs Add encount block 2020-05-24 17:31:10 -07:00
SaveBlockAccessor6AODemo.cs Add missing generation to accessor type name 2020-01-23 23:22:54 -08:00
SaveBlockAccessor6XY.cs Add encount block 2020-05-24 17:31:10 -07:00
SaveBlockAccessor7b.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
SaveBlockAccessor7SM.cs Simplify block property names 2019-10-18 20:42:03 -07:00
SaveBlockAccessor7USUM.cs add generic sav block editor 2020-04-26 16:23:06 -07:00
SaveBlockAccessor8SWSH.cs Remove unnecessary abstraction/leftovers 2020-06-27 13:38:21 -05:00
SaveBlockMetadata.cs add generic sav block editor 2020-04-26 16:23:06 -07:00
SCBlockAccessor.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00