mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 15:25:35 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user