Update legal raid clamp

https: //github.com/kwsch/PKHeX/issues/2681#issuecomment-582215498
Co-Authored-By: slp32 <slp32@users.noreply.github.com>
This commit is contained in:
Kurt
2020-02-04 19:06:33 -08:00
parent d3d6225a73
commit bc45660f99

View File

@@ -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);