From 20cd29c088ebcdb1ec462ba0f8f38cae1d5857e2 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 24 Nov 2017 12:05:08 -0800 Subject: [PATCH] remove mind blown for sm off by one Closes #1658, thanks @Ntonio36 --- PKHeX.Core/Legality/Tables7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index c6a2ef517..735b93dec 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -6,7 +6,7 @@ namespace PKHeX.Core public static partial class Legal { internal const int MaxSpeciesID_7 = 802; - internal const int MaxMoveID_7 = 720; + internal const int MaxMoveID_7 = 719; internal const int MaxItemID_7 = 920; internal const int MaxAbilityID_7 = 232; internal const int MaxBallID_7 = 0x1A; // 26