PKHeX/PKHeX.Core/Saves/Substructures/Gen8
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
..
Box8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
BoxLayout8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
EventWork8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
FashionUnlock8.cs Add raid/fashion block accessors 2019-11-21 22:26:24 -08:00
FieldMoveModelSave8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
Fused8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
GameTime8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
Meta8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
Misc8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
MyItem8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
MyStatus8.cs Add Trainer Card block 2019-11-18 17:57:18 -08:00
Party8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
PlayTime8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
PouchSize8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
RaidSpawnList8.cs Add raid spawn initial docs 2019-11-21 22:55:21 -08:00
Record8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
Situation8.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
TrainerCard8.cs Add Trainer Card block 2019-11-18 17:57:18 -08:00