diff --git a/PKHeX.Core/Legality/Checks.cs b/PKHeX.Core/Legality/Checks.cs index df0dfc890..33184c8ab 100644 --- a/PKHeX.Core/Legality/Checks.cs +++ b/PKHeX.Core/Legality/Checks.cs @@ -1022,7 +1022,7 @@ private static IEnumerable VerifyRibbonSet1(PKM pkm, object encoun } private static IEnumerable VerifyRibbonSet2(PKM pkm, object encounterContent) { - if (!(pkm is IRibbonSetEvent3 set2)) + if (!(pkm is IRibbonSetEvent4 set2)) yield break; var names = set2.RibbonNames(); var sb = set2.RibbonBits();