From e183db7fddc5fded7e9d9cb7416fc60087d4ef43 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 10 Dec 2016 23:12:23 -0800 Subject: [PATCH] Hide giveall new count tweaks on gen3 Added in a recent commit, needs to be hidden with the button --- PKHeX/Subforms/Save Editors/SAV_Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX/Subforms/Save Editors/SAV_Inventory.cs b/PKHeX/Subforms/Save Editors/SAV_Inventory.cs index 121883b58..cb4ace395 100644 --- a/PKHeX/Subforms/Save Editors/SAV_Inventory.cs +++ b/PKHeX/Subforms/Save Editors/SAV_Inventory.cs @@ -12,7 +12,7 @@ public SAV_Inventory() InitializeComponent(); Util.TranslateInterface(this, Main.curlanguage); if (SAV.Generation <= 3) - B_GiveAll.Visible = false; + NUD_Count.Visible = L_Count.Visible = B_GiveAll.Visible = false; itemlist = Main.GameStrings.getItemStrings(SAV.Generation, SAV.Version); for (int i = 0; i < itemlist.Length; i++)