PKHeX/PKHeX.Core/Saves/Substructures/Gen3
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
..
HallFame3.cs add g3 hall of fame r/w 2019-01-02 18:15:29 -08:00
PokeBlock3.cs style updates 2018-09-14 22:37:47 -07:00
PokeBlock3Case.cs style updates 2018-09-14 22:37:47 -07:00
PokeBlock3Color.cs Rearranging 2018-07-07 21:47:29 -07:00
Roamer3.cs style updates 2018-09-14 22:37:47 -07:00
SecretBase3.cs style updates 2018-09-14 22:37:47 -07:00
SecretBase3PKM.cs Add gen3 secret base classes 2018-07-08 00:26:31 -07:00
SecretBase3Team.cs style updates 2018-09-14 22:37:47 -07:00
ShadowInfo.cs Misc reorg 2018-07-29 14:04:16 -07:00
StrategyMemo.cs Misc reorg 2018-07-29 14:04:16 -07:00