From 1c42cbebb7d004bc9e31659c23cf492dcb751906 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 14 Nov 2017 21:48:38 -0800 Subject: [PATCH] Hide debug values Closes #1607 wasn't Hall of Fame clear count values, just the 4 bytes prior to the HoF 2 * 6 * u16 teams that serves an unknown purpose. --- .../Subforms/Save Editors/Gen7/SAV_HallOfFame7.Designer.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_HallOfFame7.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_HallOfFame7.Designer.cs index b1f92c413..30a8e14bd 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_HallOfFame7.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_HallOfFame7.Designer.cs @@ -95,6 +95,7 @@ private void InitializeComponent() this.CHK_Flag.TabIndex = 25; this.CHK_Flag.Text = "Flag"; this.CHK_Flag.UseVisualStyleBackColor = true; + this.CHK_Flag.Visible = false; // // NUD_Count // @@ -113,6 +114,7 @@ private void InitializeComponent() 0, 0, 0}); + this.NUD_Count.Visible = false; // // L_Count // @@ -123,6 +125,7 @@ private void InitializeComponent() this.L_Count.TabIndex = 26; this.L_Count.Text = "Count:"; this.L_Count.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.L_Count.Visible = false; // // L_F1 //