mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 00:54:44 -05:00
Update legal raid counts (#2878)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user