PKHeX/PKHeX.Core/Saves
Kurt 5a38e118e8 Add raid spawn initial docs
linq dump code I used for ez vis:
var sav = new SAV8SWSH(File.ReadAllBytes(@"D:\Kurt\Downloads\main
(7)"));
var blocks = sav.Blocks;
var raid = blocks.Raid;
raid.GetAllRaids().Dump();
2019-11-21 22:55:21 -08:00
..
Access Add raid/fashion block accessors 2019-11-21 22:26:24 -08:00
Blocks Sword/Shield Update 2019-11-15 17:52:08 -08:00
MemeCrypto Lock sha256 for multithreaded use 2019-11-16 15:46:45 -08:00
Storage Cleanup 2019-10-26 12:33:58 -07:00
Substructures Add raid spawn initial docs 2019-11-21 22:55:21 -08:00
Util Switch pkm export formats to party format 2019-11-16 14:03:25 -08:00
SAV1.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV2.cs Fix Gen. 2 key items and balls (#2432) 2019-11-16 13:15:09 -08:00
SAV3.cs Re-cap berries at 999 2019-11-15 18:06:31 -08:00
SAV3Colosseum.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV3GCMemoryCard.cs Use some c#8 sugar 2019-10-07 18:40:09 -07:00
SAV3RSBox.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV3XD.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV4.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV4BR.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
SAV4DP.cs Simplify block property names 2019-10-18 20:42:03 -07:00
SAV4HGSS.cs Add G4 Box Flags (#2478) 2019-11-20 11:39:31 -08:00
SAV4Pt.cs Cleanup 2019-10-26 12:33:58 -07:00
SAV4Sinnoh.cs Add G4 Box Flags (#2478) 2019-11-20 11:39:31 -08:00
SAV5.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV5B2W2.cs Fix - show daycare tab on sav5/7 2019-11-16 13:19:41 -08:00
SAV5BW.cs Fix - show daycare tab on sav5/7 2019-11-16 13:19:41 -08:00
SAV6.cs gen6 Un-truncate box names 2019-11-17 20:41:40 -08:00
SAV6AO.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV6AODemo.cs More readonly struct tweaks 2019-10-26 23:18:25 -07:00
SAV6XY.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV7.cs Make some usages generic 2019-10-24 18:10:23 -07:00
SAV7b.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV7BlockIndex.cs Split gen5-7 saves with inheritance (#2319) 2019-06-08 19:56:11 -07:00
SAV7SM.cs Fix - show daycare tab on sav5/7 2019-11-16 13:19:41 -08:00
SAV7USUM.cs Fix - show daycare tab on sav5/7 2019-11-16 13:19:41 -08:00
SAV8.cs Remove unnecessary logic 2019-11-19 08:15:58 -08:00
SAV8BlockIndex.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
SAV8SWSH.cs Add accessor for TrainerCard block 2019-11-18 17:57:33 -08:00
SAV_BEEF.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
SaveFile.cs Fix box binary / pcbin export 2019-11-17 14:04:04 -08:00