diff --git a/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs b/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs index 0e45ceb54..041500c01 100644 --- a/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs +++ b/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs @@ -7,7 +7,7 @@ public sealed class RaidSpawnList8 : SaveBlock { public RaidSpawnList8(SaveFile sav, SCBlock block) : base(sav, block.Data) { } - public const int RaidCountLegal = 93; + public const int RaidCountLegal = 100; public const int RaidCount = 111; public RaidSpawnDetail GetRaid(int entry) => new RaidSpawnDetail(Data, entry * RaidSpawnDetail.SIZE);