From ec9beab545fe660f1e10bb2176dfa2ea040c2355 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 12 Nov 2016 20:45:11 -0800 Subject: [PATCH] Add oval charm to key item pouch Closes #391 --- PKHeX/Legality/Tables7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX/Legality/Tables7.cs b/PKHeX/Legality/Tables7.cs index f58c80c9d..5f7f94e65 100644 --- a/PKHeX/Legality/Tables7.cs +++ b/PKHeX/Legality/Tables7.cs @@ -70,7 +70,7 @@ public static partial class Legal internal static readonly ushort[] Pouch_Items_SM = Pouch_Regular_SM.Concat(Pouch_Ball_SM).Concat(Pouch_Battle_SM).ToArray(); internal static readonly ushort[] Pouch_Key_SM = { - 216, 465, 466, 628, 629, 632, 633, 638, 696, + 216, 465, 466, 628, 629, 631, 632, 633, 638, 696, 705, 706, 765, 773, 797, 841, 842, 843, 845, 847, 850, 857, 858, 860, };