mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
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.
This commit is contained in:
parent
dbf10d1c29
commit
1c42cbebb7
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
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 @@
|
|||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_Count.Visible = false;
|
||||
//
|
||||
// L_Count
|
||||
//
|
||||
|
@ -123,6 +125,7 @@
|
|||
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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue