PKHeX/PKHeX.Core/Saves
Kurt 8c05b9f391 add g3 hall of fame r/w
no GUI

var sav3 = new SAV3(File.ReadAllBytes(path));
var hof = HallFame3Entry.GetEntries(sav3);
hof.Dump();
2019-01-02 18:15:29 -08:00
..
Blocks fix info output off by one 2019-01-01 20:05:00 -08:00
MemeCrypto Style updates 2018-08-09 21:53:39 -07:00
Storage Fix box sort for empty locked slot(s) 2018-12-22 13:13:06 -08:00
Substructures add g3 hall of fame r/w 2019-01-02 18:15:29 -08:00
Util Simplify gen4 save type detection 2019-01-01 11:16:31 -08:00
SAV1.cs Misc cleanup 2018-12-10 20:32:08 -08:00
SAV2.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV3.cs add g3 hall of fame r/w 2019-01-02 18:15:29 -08:00
SAV3Colosseum.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV3GCMemoryCard.cs Add check for uninitialized save data 2018-09-26 12:42:39 -07:00
SAV3RSBox.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV3XD.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV4.cs Misc cleanup 2018-12-10 20:32:08 -08:00
SAV4BR.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV5.cs Add getstring method with non-sav data 2018-12-04 22:00:57 -08:00
SAV6.cs Misc clean 2019-01-01 20:05:36 -08:00
SAV7.cs Relocate some logic to interfaces 2018-12-18 17:15:35 -08:00
SAV7b.cs Add mystery gift record getset 2018-12-29 22:09:59 -08:00
SaveFile.cs Prevent slot overwriting on bulk import 2018-12-28 17:58:13 -08:00