diff --git a/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs b/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs index db19b10d8..93e0ac308 100644 --- a/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs +++ b/PKHeX.Core/Saves/Substructures/Gen8/RaidSpawnList8.cs @@ -14,8 +14,8 @@ public RaidSpawnList8(SaveFile sav, SCBlock block, int legal) : base(sav, block. CountUsed = legal; } - public const int RaidCountLegal_O0 = 93; - public const int RaidCountLegal_R1 = 59; + public const int RaidCountLegal_O0 = 100; + public const int RaidCountLegal_R1 = 90; public RaidSpawnDetail GetRaid(int entry) => new RaidSpawnDetail(Data, entry * RaidSpawnDetail.SIZE);