From 685e4cfd9555feb0c67eaee29d52c1d3dd94b75c Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 17 Sep 2023 20:23:00 -0700 Subject: [PATCH] Add new Raid display requirements (3/4) --- PKHeX.Core/Saves/Substructures/Gen9/RaidSpawnList9.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKHeX.Core/Saves/Substructures/Gen9/RaidSpawnList9.cs b/PKHeX.Core/Saves/Substructures/Gen9/RaidSpawnList9.cs index fba85be2f..1d01cb829 100644 --- a/PKHeX.Core/Saves/Substructures/Gen9/RaidSpawnList9.cs +++ b/PKHeX.Core/Saves/Substructures/Gen9/RaidSpawnList9.cs @@ -143,6 +143,8 @@ public enum TeraRaidDisplayType : uint None = 0, Unrestricted = 1, RequiresRide = 2, + Requires3 = 3, + Requires4 = 4, } public enum TeraRaidContentType : uint