Skip to content

Commit

Permalink
Fix TM50 not a valid item
Browse files Browse the repository at this point in the history
Thanks bokepall !
  • Loading branch information
kwsch committed Sep 22, 2016
1 parent 4c87e82 commit 0c818ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKHeX/Legality/Tables1.cs
Expand Up @@ -11,7 +11,7 @@ public static partial class Legal
.Concat(Enumerable.Range(45, 5)) // 45-49
.Concat(Enumerable.Range(51, 8)) // 51-58
.Concat(Enumerable.Range(60, 24)) // 60-83
.Concat(Enumerable.Range(196, 54)) // 196-249
.Concat(Enumerable.Range(196, 55)) // 196-250
.Select(i => (ushort)i).ToArray();

internal static readonly int[] MovePP_RBY =
Expand Down

0 comments on commit 0c818ed

Please sign in to comment.