diff --git a/PKHeX.Core/PKM/PB7.cs b/PKHeX.Core/PKM/PB7.cs index e04184f1e..b43524a21 100644 --- a/PKHeX.Core/PKM/PB7.cs +++ b/PKHeX.Core/PKM/PB7.cs @@ -663,7 +663,7 @@ namespace PKHeX.Core 0, 0, 0, 0, 0, // Quirky }; - public int CalcCP => AwakeCP + BaseCP; + public int CalcCP => Math.Min(10000, AwakeCP + BaseCP); public int BaseCP {