mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-04-26 00:17:21 -05:00
Quality of life changes (#154)
* Quality of life changes * Consistency with Gen 6 wild encounter editors * Add prompts to Move Editors * Caps lock is hard * Fix loose ends
This commit is contained in:
parent
2e07d92636
commit
75297acc3b
|
|
@ -927,7 +927,7 @@ private void B_Mart_Click(object sender, EventArgs e)
|
|||
case 7:
|
||||
if (threadActive()) return;
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "In order to patch the RO module, your device must be running Custom Firmware (for example, Luma3DS).", "Continue anyway?"))
|
||||
return;
|
||||
if (RomFSPath != null) new MartEditor7().Show();
|
||||
break;
|
||||
|
|
@ -955,7 +955,7 @@ private void patchCRO_CRR(object sender, EventArgs e)
|
|||
{
|
||||
if (threadActive()) return;
|
||||
if (RomFSPath == null) return;
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Rebuilding CRO/CRR is not necessary if you patch RO.", "Continue?"))
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Rebuilding CRO/CRR is not necessary if you patch the RO module.", "Continue?"))
|
||||
return;
|
||||
new Thread(() =>
|
||||
{
|
||||
|
|
@ -972,7 +972,7 @@ private void B_Starter_Click(object sender, EventArgs e)
|
|||
{
|
||||
if (threadActive()) return;
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "In order to patch the RO module, your device must be running Custom Firmware (for example, Luma3DS).", "Continue anyway?"))
|
||||
return;
|
||||
string CRO = Path.Combine(RomFSPath, "DllPoke3Select.cro");
|
||||
string CRO2 = Path.Combine(RomFSPath, "DllField.cro");
|
||||
|
|
@ -996,7 +996,7 @@ private void B_TypeChart_Click(object sender, EventArgs e)
|
|||
{
|
||||
case 6:
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "In order to patch the RO module, your device must be running Custom Firmware (for example, Luma3DS).", "Continue anyway?"))
|
||||
return;
|
||||
string CRO = Path.Combine(RomFSPath, "DllBattle.cro");
|
||||
if (!File.Exists(CRO))
|
||||
|
|
@ -1016,7 +1016,7 @@ private void B_Gift_Click(object sender, EventArgs e)
|
|||
{
|
||||
if (threadActive()) return;
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "In order to patch the RO module, your device must be running Custom Firmware (for example, Luma3DS).", "Continue anyway?"))
|
||||
return;
|
||||
string CRO = Path.Combine(RomFSPath, "DllField.cro");
|
||||
if (!File.Exists(CRO))
|
||||
|
|
@ -1045,7 +1045,7 @@ private void B_Static_Click(object sender, EventArgs e)
|
|||
}
|
||||
|
||||
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
|
||||
"CRO Editing causes crashes if you do not patch the RO module.", "In order to patch the RO module, your device must be running Custom Firmware (for example, Luma3DS).", "Continue anyway?"))
|
||||
return;
|
||||
string CRO = Path.Combine(RomFSPath, "DllField.cro");
|
||||
if (!File.Exists(CRO))
|
||||
|
|
|
|||
92
pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs
generated
92
pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs
generated
|
|
@ -63,8 +63,6 @@ private void InitializeComponent()
|
|||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.L_Hint = new System.Windows.Forms.Label();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||||
this.GB_Tweak = new System.Windows.Forms.GroupBox();
|
||||
this.L_RandOpt = new System.Windows.Forms.Label();
|
||||
this.CHK_BST = new System.Windows.Forms.CheckBox();
|
||||
|
|
@ -76,6 +74,8 @@ private void InitializeComponent()
|
|||
this.CHK_G3 = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_G2 = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_G1 = new System.Windows.Forms.CheckBox();
|
||||
this.NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_IV0)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_IV1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_IV2)).BeginInit();
|
||||
|
|
@ -90,8 +90,8 @@ private void InitializeComponent()
|
|||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).BeginInit();
|
||||
this.GB_Tweak.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// B_Cancel
|
||||
|
|
@ -278,7 +278,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// L_Species
|
||||
//
|
||||
this.L_Species.Location = new System.Drawing.Point(6, 3);
|
||||
this.L_Species.Location = new System.Drawing.Point(6, 2);
|
||||
this.L_Species.Name = "L_Species";
|
||||
this.L_Species.Size = new System.Drawing.Size(94, 21);
|
||||
this.L_Species.TabIndex = 477;
|
||||
|
|
@ -387,7 +387,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// L_Nature
|
||||
//
|
||||
this.L_Nature.Location = new System.Drawing.Point(7, 79);
|
||||
this.L_Nature.Location = new System.Drawing.Point(7, 77);
|
||||
this.L_Nature.Name = "L_Nature";
|
||||
this.L_Nature.Size = new System.Drawing.Size(94, 21);
|
||||
this.L_Nature.TabIndex = 490;
|
||||
|
|
@ -527,9 +527,9 @@ private void InitializeComponent()
|
|||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 155);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(59, 65);
|
||||
this.label1.Size = new System.Drawing.Size(83, 65);
|
||||
this.label1.TabIndex = 502;
|
||||
this.label1.Text = "Ability:\r\n0: Random\r\n1: Ability 0\r\n2: Ability 1\r\n3: Hidden";
|
||||
this.label1.Text = "Ability:\r\n0: Random\r\n1: Ability 1\r\n2: Ability 2\r\n3: Hidden Ability";
|
||||
//
|
||||
// L_Hint
|
||||
//
|
||||
|
|
@ -550,44 +550,9 @@ private void InitializeComponent()
|
|||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(272, 225);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Rand Options";
|
||||
this.tabPage2.Text = "Randomizer Options";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NUD_LevelBoost
|
||||
//
|
||||
this.NUD_LevelBoost.DecimalPlaces = 2;
|
||||
this.NUD_LevelBoost.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
this.NUD_LevelBoost.Location = new System.Drawing.Point(140, 6);
|
||||
this.NUD_LevelBoost.Maximum = new decimal(new int[] {
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_LevelBoost.Name = "NUD_LevelBoost";
|
||||
this.NUD_LevelBoost.Size = new System.Drawing.Size(43, 20);
|
||||
this.NUD_LevelBoost.TabIndex = 303;
|
||||
this.NUD_LevelBoost.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Checked = true;
|
||||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(8, 7);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||||
this.CHK_Level.TabIndex = 302;
|
||||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GB_Tweak
|
||||
//
|
||||
this.GB_Tweak.Controls.Add(this.L_RandOpt);
|
||||
|
|
@ -619,8 +584,6 @@ private void InitializeComponent()
|
|||
// CHK_BST
|
||||
//
|
||||
this.CHK_BST.AutoSize = true;
|
||||
this.CHK_BST.Checked = true;
|
||||
this.CHK_BST.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_BST.Location = new System.Drawing.Point(128, 64);
|
||||
this.CHK_BST.Name = "CHK_BST";
|
||||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||||
|
|
@ -631,6 +594,8 @@ private void InitializeComponent()
|
|||
// CHK_E
|
||||
//
|
||||
this.CHK_E.AutoSize = true;
|
||||
this.CHK_E.Checked = true;
|
||||
this.CHK_E.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_E.Location = new System.Drawing.Point(128, 49);
|
||||
this.CHK_E.Name = "CHK_E";
|
||||
this.CHK_E.Size = new System.Drawing.Size(98, 17);
|
||||
|
|
@ -722,6 +687,41 @@ private void InitializeComponent()
|
|||
this.CHK_G1.Text = "Gen 1";
|
||||
this.CHK_G1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NUD_LevelBoost
|
||||
//
|
||||
this.NUD_LevelBoost.DecimalPlaces = 2;
|
||||
this.NUD_LevelBoost.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
this.NUD_LevelBoost.Location = new System.Drawing.Point(140, 6);
|
||||
this.NUD_LevelBoost.Maximum = new decimal(new int[] {
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_LevelBoost.Name = "NUD_LevelBoost";
|
||||
this.NUD_LevelBoost.Size = new System.Drawing.Size(43, 20);
|
||||
this.NUD_LevelBoost.TabIndex = 303;
|
||||
this.NUD_LevelBoost.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Checked = true;
|
||||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(9, 7);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||||
this.CHK_Level.TabIndex = 302;
|
||||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GiftEditor6
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
@ -755,9 +755,9 @@ private void InitializeComponent()
|
|||
this.tabPage1.PerformLayout();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.tabPage2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).EndInit();
|
||||
this.GB_Tweak.ResumeLayout(false);
|
||||
this.GB_Tweak.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,6 +155,8 @@ private void saveEntry()
|
|||
|
||||
private void B_RandAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings in the Randomizer Options tab.") != DialogResult.Yes) return;
|
||||
|
||||
// Randomize by BST
|
||||
bool bst = CHK_BST.Checked;
|
||||
int[] sL = Randomizer.getSpeciesList(CHK_G1.Checked, CHK_G2.Checked, CHK_G3.Checked, CHK_G4.Checked, CHK_G5.Checked, CHK_G6.Checked, false,
|
||||
|
|
@ -175,6 +177,7 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
if (CHK_Level.Checked)
|
||||
NUD_Level.Value = Randomizer.getModifiedLevel((int)NUD_Level.Value, NUD_LevelBoost.Value);
|
||||
}
|
||||
Util.Alert("Randomized all Gift Pokémon according to specification!");
|
||||
}
|
||||
|
||||
private void changeSpecies(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
Util.Shuffle(validItems); ctr = 0;
|
||||
}
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -168,7 +168,13 @@ private void formClosing(object sender, FormClosingEventArgs e)
|
|||
|
||||
private void B_RandAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!CHK_Category.Checked && !CHK_Type.Checked) return;
|
||||
if (!CHK_Category.Checked && !CHK_Type.Checked)
|
||||
{
|
||||
Util.Alert("Cannot randomize Moves.", "Please check any of the options on the right to randomize Moves.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize Moves? Cannot undo.", "Double check options on the right before continuing.") != DialogResult.Yes) return;
|
||||
Random rnd = new Random();
|
||||
for (int i = 0; i < CB_Move.Items.Count; i++)
|
||||
{
|
||||
|
|
@ -183,7 +189,7 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
if (CHK_Type.Checked)
|
||||
CB_Type.SelectedIndex = rnd.Next(0, 18);
|
||||
}
|
||||
Util.Alert("Moves have been randomized!");
|
||||
Util.Alert("All Moves have been randomized!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -452,7 +452,7 @@ private void B_ModifyAll(object sender, EventArgs e)
|
|||
TB_CatchRate.Text = ((int)NUD_CatchRateMod.Value).ToString();
|
||||
}
|
||||
CB_Species.SelectedIndex = 1;
|
||||
Util.Alert("All species modified to specification!");
|
||||
Util.Alert("All species modified according to specification!");
|
||||
}
|
||||
private bool dumping;
|
||||
private void B_Dump_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
if (ctr <= validItems.Length) continue;
|
||||
Util.Shuffle(validItems); ctr = 0;
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
}
|
||||
}
|
||||
12
pk3DS/Subforms/Gen6/RSTE.Designer.cs
generated
12
pk3DS/Subforms/Gen6/RSTE.Designer.cs
generated
|
|
@ -568,7 +568,7 @@ private void InitializeComponent()
|
|||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Pokemon 1";
|
||||
this.tabPage2.Text = "Pokémon 1";
|
||||
//
|
||||
// L_Pokemon_1_Form
|
||||
//
|
||||
|
|
@ -824,7 +824,7 @@ private void InitializeComponent()
|
|||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Pokemon 2";
|
||||
this.tabPage3.Text = "Pokémon 2";
|
||||
//
|
||||
// L_Pokemon_2_Gender
|
||||
//
|
||||
|
|
@ -1080,7 +1080,7 @@ private void InitializeComponent()
|
|||
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage4.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage4.TabIndex = 3;
|
||||
this.tabPage4.Text = "Pokemon 3";
|
||||
this.tabPage4.Text = "Pokémon 3";
|
||||
//
|
||||
// L_Pokemon_3_Gender
|
||||
//
|
||||
|
|
@ -1336,7 +1336,7 @@ private void InitializeComponent()
|
|||
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage5.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage5.TabIndex = 4;
|
||||
this.tabPage5.Text = "Pokemon 4";
|
||||
this.tabPage5.Text = "Pokémon 4";
|
||||
//
|
||||
// L_Pokemon_4_Gender
|
||||
//
|
||||
|
|
@ -1592,7 +1592,7 @@ private void InitializeComponent()
|
|||
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage6.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage6.TabIndex = 5;
|
||||
this.tabPage6.Text = "Pokemon 5";
|
||||
this.tabPage6.Text = "Pokémon 5";
|
||||
//
|
||||
// L_Pokemon_5_Gender
|
||||
//
|
||||
|
|
@ -1848,7 +1848,7 @@ private void InitializeComponent()
|
|||
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage7.Size = new System.Drawing.Size(557, 127);
|
||||
this.tabPage7.TabIndex = 6;
|
||||
this.tabPage7.Text = "Pokemon 6";
|
||||
this.tabPage7.Text = "Pokémon 6";
|
||||
//
|
||||
// L_Pokemon_6_Gender
|
||||
//
|
||||
|
|
|
|||
|
|
@ -770,7 +770,7 @@ private void Randomize()
|
|||
}
|
||||
randomizing = false;
|
||||
CB_TrainerID.SelectedIndex = 1;
|
||||
Util.Alert("Randomized all trainers according to specification!", "Press the Dump to TXT to view the new trainer information!");
|
||||
Util.Alert("Randomized all trainers according to specification!", "Press the Dump to .TXT button to view the new trainer information!");
|
||||
}
|
||||
|
||||
private string[] GetTagsORAS()
|
||||
|
|
@ -1025,7 +1025,7 @@ private int[] GetMegaEvolvableTypes()
|
|||
MEvoTypes.Add(Main.SpeciesStat[spec].Types[1]);
|
||||
}
|
||||
MEvoTypes.Sort();
|
||||
Console.WriteLine("There are " + MEvoTypes.Count + " Types capable of mega evolution.");
|
||||
Console.WriteLine("There are " + MEvoTypes.Count + " Types capable of Mega Evolution.");
|
||||
return MEvoTypes.ToArray();
|
||||
}
|
||||
private int GetRandomMegaEvolvablePokemon(int type)
|
||||
|
|
|
|||
|
|
@ -586,7 +586,7 @@ private void B_Save_Click(object sender, EventArgs e)
|
|||
// Randomization
|
||||
private void B_Randomize_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings @ Horde Tab.") != DialogResult.Yes) return;
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings in the Horde tab.") != DialogResult.Yes) return;
|
||||
|
||||
Enabled = false;
|
||||
|
||||
|
|
|
|||
104
pk3DS/Subforms/Gen6/StaticEncounterEditor6.Designer.cs
generated
104
pk3DS/Subforms/Gen6/StaticEncounterEditor6.Designer.cs
generated
|
|
@ -50,10 +50,8 @@ private void InitializeComponent()
|
|||
this.L_Hint = new System.Windows.Forms.Label();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.GB_Tweak = new System.Windows.Forms.GroupBox();
|
||||
this.L_RandOpt = new System.Windows.Forms.Label();
|
||||
this.CHK_BST = new System.Windows.Forms.CheckBox();
|
||||
|
|
@ -65,6 +63,8 @@ private void InitializeComponent()
|
|||
this.CHK_G3 = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_G2 = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_G1 = new System.Windows.Forms.CheckBox();
|
||||
this.NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_Form)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_Ability)).BeginInit();
|
||||
|
|
@ -72,8 +72,8 @@ private void InitializeComponent()
|
|||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).BeginInit();
|
||||
this.GB_Tweak.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// B_Cancel
|
||||
|
|
@ -310,6 +310,15 @@ private void InitializeComponent()
|
|||
this.tabPage1.Text = "Editor";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(90, 148);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(59, 65);
|
||||
this.label1.TabIndex = 502;
|
||||
this.label1.Text = "Ability:\r\n0: Random\r\n1: Ability 0\r\n2: Ability 1\r\n3: Hidden";
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(this.GB_Tweak);
|
||||
|
|
@ -320,53 +329,9 @@ private void InitializeComponent()
|
|||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(272, 234);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Rand Options";
|
||||
this.tabPage2.Text = "Randomizer Options";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(90, 148);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(59, 65);
|
||||
this.label1.TabIndex = 502;
|
||||
this.label1.Text = "Ability:\r\n0: Random\r\n1: Ability 0\r\n2: Ability 1\r\n3: Hidden";
|
||||
//
|
||||
// NUD_LevelBoost
|
||||
//
|
||||
this.NUD_LevelBoost.DecimalPlaces = 2;
|
||||
this.NUD_LevelBoost.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
this.NUD_LevelBoost.Location = new System.Drawing.Point(140, 6);
|
||||
this.NUD_LevelBoost.Maximum = new decimal(new int[] {
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_LevelBoost.Name = "NUD_LevelBoost";
|
||||
this.NUD_LevelBoost.Size = new System.Drawing.Size(43, 20);
|
||||
this.NUD_LevelBoost.TabIndex = 303;
|
||||
this.NUD_LevelBoost.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Checked = true;
|
||||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(8, 7);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||||
this.CHK_Level.TabIndex = 302;
|
||||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GB_Tweak
|
||||
//
|
||||
this.GB_Tweak.Controls.Add(this.L_RandOpt);
|
||||
|
|
@ -398,8 +363,6 @@ private void InitializeComponent()
|
|||
// CHK_BST
|
||||
//
|
||||
this.CHK_BST.AutoSize = true;
|
||||
this.CHK_BST.Checked = true;
|
||||
this.CHK_BST.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_BST.Location = new System.Drawing.Point(128, 64);
|
||||
this.CHK_BST.Name = "CHK_BST";
|
||||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||||
|
|
@ -410,6 +373,8 @@ private void InitializeComponent()
|
|||
// CHK_E
|
||||
//
|
||||
this.CHK_E.AutoSize = true;
|
||||
this.CHK_E.Checked = true;
|
||||
this.CHK_E.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_E.Location = new System.Drawing.Point(128, 49);
|
||||
this.CHK_E.Name = "CHK_E";
|
||||
this.CHK_E.Size = new System.Drawing.Size(98, 17);
|
||||
|
|
@ -501,6 +466,41 @@ private void InitializeComponent()
|
|||
this.CHK_G1.Text = "Gen 1";
|
||||
this.CHK_G1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NUD_LevelBoost
|
||||
//
|
||||
this.NUD_LevelBoost.DecimalPlaces = 2;
|
||||
this.NUD_LevelBoost.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
this.NUD_LevelBoost.Location = new System.Drawing.Point(140, 6);
|
||||
this.NUD_LevelBoost.Maximum = new decimal(new int[] {
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_LevelBoost.Name = "NUD_LevelBoost";
|
||||
this.NUD_LevelBoost.Size = new System.Drawing.Size(43, 20);
|
||||
this.NUD_LevelBoost.TabIndex = 303;
|
||||
this.NUD_LevelBoost.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Checked = true;
|
||||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(8, 7);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||||
this.CHK_Level.TabIndex = 302;
|
||||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// StaticEncounterEditor6
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
@ -527,9 +527,9 @@ private void InitializeComponent()
|
|||
this.tabPage1.PerformLayout();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.tabPage2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).EndInit();
|
||||
this.GB_Tweak.ResumeLayout(false);
|
||||
this.GB_Tweak.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@ private void saveEntry()
|
|||
|
||||
private void B_RandAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings in the Randomizer Options tab.") != DialogResult.Yes) return;
|
||||
|
||||
// Randomize by BST
|
||||
bool bst = CHK_BST.Checked;
|
||||
int[] sL = Randomizer.getSpeciesList(CHK_G1.Checked, CHK_G2.Checked, CHK_G3.Checked, CHK_G4.Checked, CHK_G5.Checked, CHK_G6.Checked, false,
|
||||
|
|
@ -136,6 +138,7 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
if (CHK_Level.Checked)
|
||||
NUD_Level.Value = Randomizer.getModifiedLevel((int)NUD_Level.Value, NUD_LevelBoost.Value);
|
||||
}
|
||||
Util.Alert("Randomized all Static Encounters according to specification!");
|
||||
}
|
||||
|
||||
private void changeSpecies(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -156,6 +156,8 @@ private void formClosing(object sender, FormClosingEventArgs e)
|
|||
|
||||
private void B_RandomTM_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize TMs?", "Move compatibility will be the same as the base TMs.") != DialogResult.Yes) return;
|
||||
|
||||
int[] randomMoves = Enumerable.Range(1, movelist.Length - 1).Select(i => i).ToArray();
|
||||
Util.Shuffle(randomMoves);
|
||||
|
||||
|
|
@ -170,6 +172,7 @@ private void B_RandomTM_Click(object sender, EventArgs e)
|
|||
|
||||
dgvTM.Rows[i].Cells[1].Value = movelist[randomMoves[ctr++]];
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
|
||||
internal static void getTMHMList(bool oras, ref ushort[] TMs, ref ushort[] HMs)
|
||||
|
|
|
|||
40
pk3DS/Subforms/Gen6/TrainerRand.Designer.cs
generated
40
pk3DS/Subforms/Gen6/TrainerRand.Designer.cs
generated
|
|
@ -43,6 +43,7 @@ private void InitializeComponent()
|
|||
this.NUD_Level = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||||
this.GB_Tweak = new System.Windows.Forms.GroupBox();
|
||||
this.CHK_GymE4Only = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_RandomMegaForm = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_6PKM = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_GymTrainers = new System.Windows.Forms.CheckBox();
|
||||
|
|
@ -65,7 +66,6 @@ private void InitializeComponent()
|
|||
this.NUD_STAB = new System.Windows.Forms.NumericUpDown();
|
||||
this.CB_Moves = new System.Windows.Forms.ComboBox();
|
||||
this.L_Moves = new System.Windows.Forms.Label();
|
||||
this.CHK_GymE4Only = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_GiftPercent)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).BeginInit();
|
||||
this.GB_Tweak.SuspendLayout();
|
||||
|
|
@ -82,7 +82,7 @@ private void InitializeComponent()
|
|||
this.CHK_RandomPKM.Name = "CHK_RandomPKM";
|
||||
this.CHK_RandomPKM.Size = new System.Drawing.Size(114, 17);
|
||||
this.CHK_RandomPKM.TabIndex = 0;
|
||||
this.CHK_RandomPKM.Text = "Random Pokemon";
|
||||
this.CHK_RandomPKM.Text = "Random Pokémon";
|
||||
this.CHK_RandomPKM.UseVisualStyleBackColor = true;
|
||||
this.CHK_RandomPKM.CheckedChanged += new System.EventHandler(this.CHK_RandomPKM_CheckedChanged);
|
||||
//
|
||||
|
|
@ -215,7 +215,7 @@ private void InitializeComponent()
|
|||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(199, 13);
|
||||
this.label2.Location = new System.Drawing.Point(183, 15);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(15, 13);
|
||||
this.label2.TabIndex = 4;
|
||||
|
|
@ -223,7 +223,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// NUD_Level
|
||||
//
|
||||
this.NUD_Level.Location = new System.Drawing.Point(155, 9);
|
||||
this.NUD_Level.Location = new System.Drawing.Point(139, 11);
|
||||
this.NUD_Level.Minimum = new decimal(new int[] {
|
||||
75,
|
||||
0,
|
||||
|
|
@ -242,8 +242,6 @@ private void InitializeComponent()
|
|||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Checked = true;
|
||||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(12, 12);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(126, 17);
|
||||
|
|
@ -278,15 +276,27 @@ private void InitializeComponent()
|
|||
this.GB_Tweak.TabStop = false;
|
||||
this.GB_Tweak.Text = "Options";
|
||||
//
|
||||
// CHK_GymE4Only
|
||||
//
|
||||
this.CHK_GymE4Only.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.CHK_GymE4Only.AutoSize = true;
|
||||
this.CHK_GymE4Only.Enabled = false;
|
||||
this.CHK_GymE4Only.Location = new System.Drawing.Point(141, 129);
|
||||
this.CHK_GymE4Only.Name = "CHK_GymE4Only";
|
||||
this.CHK_GymE4Only.Size = new System.Drawing.Size(125, 17);
|
||||
this.CHK_GymE4Only.TabIndex = 295;
|
||||
this.CHK_GymE4Only.Text = "Theme Gym/E4 Only";
|
||||
this.CHK_GymE4Only.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// CHK_RandomMegaForm
|
||||
//
|
||||
this.CHK_RandomMegaForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.CHK_RandomMegaForm.AutoSize = true;
|
||||
this.CHK_RandomMegaForm.Location = new System.Drawing.Point(9, 75);
|
||||
this.CHK_RandomMegaForm.Location = new System.Drawing.Point(9, 82);
|
||||
this.CHK_RandomMegaForm.Name = "CHK_RandomMegaForm";
|
||||
this.CHK_RandomMegaForm.Size = new System.Drawing.Size(103, 30);
|
||||
this.CHK_RandomMegaForm.Size = new System.Drawing.Size(127, 17);
|
||||
this.CHK_RandomMegaForm.TabIndex = 294;
|
||||
this.CHK_RandomMegaForm.Text = "Allow RandForm\r\nfor Mega PKM";
|
||||
this.CHK_RandomMegaForm.Text = "Random Mega Forms";
|
||||
this.CHK_RandomMegaForm.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// CHK_6PKM
|
||||
|
|
@ -557,18 +567,6 @@ private void InitializeComponent()
|
|||
this.L_Moves.TabIndex = 331;
|
||||
this.L_Moves.Text = "Moves:";
|
||||
//
|
||||
// CHK_GymE4Only
|
||||
//
|
||||
this.CHK_GymE4Only.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.CHK_GymE4Only.AutoSize = true;
|
||||
this.CHK_GymE4Only.Enabled = false;
|
||||
this.CHK_GymE4Only.Location = new System.Drawing.Point(141, 129);
|
||||
this.CHK_GymE4Only.Name = "CHK_GymE4Only";
|
||||
this.CHK_GymE4Only.Size = new System.Drawing.Size(125, 17);
|
||||
this.CHK_GymE4Only.TabIndex = 295;
|
||||
this.CHK_GymE4Only.Text = "Theme Gym/E4 Only";
|
||||
this.CHK_GymE4Only.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// TrainerRand
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ private void B_Save_Click(object sender, EventArgs e)
|
|||
|
||||
RSTE.rThemedClasses = new bool[trClass.Length];
|
||||
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings before continuing.") != DialogResult.Yes) return;
|
||||
RSTE.rDoRand = true;
|
||||
Close();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -498,7 +498,7 @@ internal static uint rnd32()
|
|||
|
||||
private void B_Randomize_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all?", "Cannot undo.") != DialogResult.Yes) return;
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings in the Horde tab.") != DialogResult.Yes) return;
|
||||
|
||||
Enabled = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
Util.Shuffle(validItems); ctr = 0;
|
||||
}
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
|
||||
private void getDataOffsetBP(int index)
|
||||
|
|
@ -243,6 +244,7 @@ private void B_RandomizeBP_Click(object sender, EventArgs e)
|
|||
Util.Shuffle(validItems); ctr = 0;
|
||||
}
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -169,7 +169,13 @@ private void formClosing(object sender, FormClosingEventArgs e)
|
|||
|
||||
private void B_RandAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!CHK_Category.Checked && !CHK_Type.Checked) return;
|
||||
if (!CHK_Category.Checked && !CHK_Type.Checked)
|
||||
{
|
||||
Util.Alert("Cannot randomize Moves.", "Please check any of the options on the right to randomize Moves.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize Moves? Cannot undo.", "Double check options on the right before continuing.") != DialogResult.Yes) return;
|
||||
Random rnd = new Random();
|
||||
for (int i = 0; i < CB_Move.Items.Count; i++)
|
||||
{
|
||||
|
|
@ -184,7 +190,7 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
if (CHK_Type.Checked)
|
||||
CB_Type.SelectedIndex = rnd.Next(0, 18);
|
||||
}
|
||||
Util.Alert("Moves have been randomized!");
|
||||
Util.Alert("All Moves have been randomized!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -404,7 +404,7 @@ private void B_ModifyAll(object sender, EventArgs e)
|
|||
TB_CatchRate.Text = ((int)NUD_CatchRateMod.Value).ToString();
|
||||
}
|
||||
CB_Species.SelectedIndex = 1;
|
||||
Util.Alert("All species modified to specification!");
|
||||
Util.Alert("All species modified according to specification!");
|
||||
}
|
||||
private bool dumping;
|
||||
private void B_Dump_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
if (ctr <= validItems.Length) continue;
|
||||
Util.Shuffle(validItems); ctr = 0;
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
|
||||
private void B_AddRow_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
18
pk3DS/Subforms/Gen7/SMTE.Designer.cs
generated
18
pk3DS/Subforms/Gen7/SMTE.Designer.cs
generated
|
|
@ -1344,7 +1344,7 @@ private void InitializeComponent()
|
|||
this.B_CurrentAttack.Name = "B_CurrentAttack";
|
||||
this.B_CurrentAttack.Size = new System.Drawing.Size(93, 40);
|
||||
this.B_CurrentAttack.TabIndex = 449;
|
||||
this.B_CurrentAttack.Text = "Current Level Levelups";
|
||||
this.B_CurrentAttack.Text = "Current Level Levelup Moves";
|
||||
this.B_CurrentAttack.UseVisualStyleBackColor = true;
|
||||
this.B_CurrentAttack.Click += new System.EventHandler(this.B_CurrentAttack_Click);
|
||||
//
|
||||
|
|
@ -1354,7 +1354,7 @@ private void InitializeComponent()
|
|||
this.B_HighAttack.Name = "B_HighAttack";
|
||||
this.B_HighAttack.Size = new System.Drawing.Size(93, 40);
|
||||
this.B_HighAttack.TabIndex = 448;
|
||||
this.B_HighAttack.Text = "High Attacking Levelups";
|
||||
this.B_HighAttack.Text = "High Attacking Levelup Moves";
|
||||
this.B_HighAttack.UseVisualStyleBackColor = true;
|
||||
this.B_HighAttack.Click += new System.EventHandler(this.B_HighAttack_Click);
|
||||
//
|
||||
|
|
@ -1777,8 +1777,6 @@ private void InitializeComponent()
|
|||
// CHK_BST
|
||||
//
|
||||
this.CHK_BST.AutoSize = true;
|
||||
this.CHK_BST.Checked = true;
|
||||
this.CHK_BST.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_BST.Location = new System.Drawing.Point(100, 17);
|
||||
this.CHK_BST.Name = "CHK_BST";
|
||||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||||
|
|
@ -1795,7 +1793,7 @@ private void InitializeComponent()
|
|||
this.CHK_RandomPKM.Name = "CHK_RandomPKM";
|
||||
this.CHK_RandomPKM.Size = new System.Drawing.Size(114, 17);
|
||||
this.CHK_RandomPKM.TabIndex = 299;
|
||||
this.CHK_RandomPKM.Text = "Random Pokemon";
|
||||
this.CHK_RandomPKM.Text = "Random Pokémon";
|
||||
this.CHK_RandomPKM.UseVisualStyleBackColor = true;
|
||||
this.CHK_RandomPKM.CheckedChanged += new System.EventHandler(this.CHK_RandomPKM_CheckedChanged);
|
||||
//
|
||||
|
|
@ -1897,9 +1895,9 @@ private void InitializeComponent()
|
|||
this.CHK_RandomAbilities.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_RandomAbilities.Location = new System.Drawing.Point(6, 87);
|
||||
this.CHK_RandomAbilities.Name = "CHK_RandomAbilities";
|
||||
this.CHK_RandomAbilities.Size = new System.Drawing.Size(104, 17);
|
||||
this.CHK_RandomAbilities.Size = new System.Drawing.Size(193, 17);
|
||||
this.CHK_RandomAbilities.TabIndex = 331;
|
||||
this.CHK_RandomAbilities.Text = "Random Abilities";
|
||||
this.CHK_RandomAbilities.Text = "Random Abilities (Including Hidden)";
|
||||
this.CHK_RandomAbilities.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NUD_STAB
|
||||
|
|
@ -2044,11 +2042,11 @@ private void InitializeComponent()
|
|||
//
|
||||
this.CHK_RandomMegaForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.CHK_RandomMegaForm.AutoSize = true;
|
||||
this.CHK_RandomMegaForm.Location = new System.Drawing.Point(6, 55);
|
||||
this.CHK_RandomMegaForm.Location = new System.Drawing.Point(6, 68);
|
||||
this.CHK_RandomMegaForm.Name = "CHK_RandomMegaForm";
|
||||
this.CHK_RandomMegaForm.Size = new System.Drawing.Size(103, 30);
|
||||
this.CHK_RandomMegaForm.Size = new System.Drawing.Size(127, 17);
|
||||
this.CHK_RandomMegaForm.TabIndex = 333;
|
||||
this.CHK_RandomMegaForm.Text = "Allow RandForm\r\nfor Mega PKM";
|
||||
this.CHK_RandomMegaForm.Text = "Random Mega Forms";
|
||||
this.CHK_RandomMegaForm.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// CHK_TypeTheme
|
||||
|
|
|
|||
|
|
@ -584,6 +584,8 @@ public static int[] setHPIVs(int type, int[] ivs)
|
|||
|
||||
private void B_Randomize_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings in the Misc/Rand tab.") != DialogResult.Yes) return;
|
||||
|
||||
CB_TrainerID.SelectedIndex = 0;
|
||||
Randomizer rnd = new Randomizer(CHK_G1.Checked, CHK_G2.Checked, CHK_G3.Checked, CHK_G4.Checked, CHK_G5.Checked,
|
||||
CHK_G6.Checked, CHK_G7.Checked, CHK_L.Checked, CHK_E.Checked, Shedinja: true)
|
||||
|
|
@ -670,7 +672,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
}
|
||||
saveData(tr, i);
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
Util.Alert("Randomized all trainers according to specification!", "Press the Dump to .TXT button to view the new trainer information!");
|
||||
}
|
||||
private void B_HighAttack_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -150,435 +150,21 @@
|
|||
<metadata name="Tab_Main.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Moves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Main.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Form.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel7.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Form.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="NUD_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="NUD_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Misc.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Shiny.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Misc.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Shiny.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel7.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatHeader.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Atk.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Def.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Spe.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatHeader.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsHeaderRight.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsHeaderRight.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_IVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_EVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_IVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_EVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Atk.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Def.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Spe.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Total.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_IVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_EVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Total.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_IVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_EVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HiddenPowerPrefix.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HiddenPowerPrefix.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Moves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_Moves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_Moves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
|
@ -591,6 +177,408 @@
|
|||
<metadata name="CB_Move3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Form.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel7.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Species.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Form.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Forme.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="NUD_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="NUD_Level.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Item.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Nature.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Misc.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Shiny.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Misc.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Shiny.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="flowLayoutPanel7.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Gender.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatHeader.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Atk.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Def.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Spe.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatHeader.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsHeaderRight.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsHeaderRight.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_IVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_EVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_IVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_EVs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Stats.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_HPEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Atk.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_ATKEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_ATK.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Def.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_DEFEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_DEF.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPAEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPA.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_SpD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPDEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPD.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_Spe.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEIV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_SPEEV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Stat_SPE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_StatsTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Total.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_IVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_EVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Total.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_IVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_EVTotal.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="FLP_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HiddenPowerPrefix.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_HiddenPowerPrefix.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_HPType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
|
|
|||
46
pk3DS/Subforms/Gen7/SMWE.Designer.cs
generated
46
pk3DS/Subforms/Gen7/SMWE.Designer.cs
generated
|
|
@ -380,9 +380,9 @@ private void InitializeComponent()
|
|||
this.L_Location.AutoSize = true;
|
||||
this.L_Location.Location = new System.Drawing.Point(11, 16);
|
||||
this.L_Location.Name = "L_Location";
|
||||
this.L_Location.Size = new System.Drawing.Size(28, 13);
|
||||
this.L_Location.Size = new System.Drawing.Size(51, 13);
|
||||
this.L_Location.TabIndex = 419;
|
||||
this.L_Location.Text = "Loc:";
|
||||
this.L_Location.Text = "Location:";
|
||||
//
|
||||
// B_Save
|
||||
//
|
||||
|
|
@ -401,7 +401,7 @@ private void InitializeComponent()
|
|||
this.CB_LocationID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_LocationID.Enabled = false;
|
||||
this.CB_LocationID.FormattingEnabled = true;
|
||||
this.CB_LocationID.Location = new System.Drawing.Point(43, 12);
|
||||
this.CB_LocationID.Location = new System.Drawing.Point(67, 12);
|
||||
this.CB_LocationID.Name = "CB_LocationID";
|
||||
this.CB_LocationID.Size = new System.Drawing.Size(164, 21);
|
||||
this.CB_LocationID.TabIndex = 417;
|
||||
|
|
@ -469,7 +469,7 @@ private void InitializeComponent()
|
|||
//
|
||||
this.L_Table.AutoSize = true;
|
||||
this.L_Table.Enabled = false;
|
||||
this.L_Table.Location = new System.Drawing.Point(212, 16);
|
||||
this.L_Table.Location = new System.Drawing.Point(236, 16);
|
||||
this.L_Table.Name = "L_Table";
|
||||
this.L_Table.Size = new System.Drawing.Size(34, 13);
|
||||
this.L_Table.TabIndex = 428;
|
||||
|
|
@ -718,14 +718,14 @@ private void InitializeComponent()
|
|||
"Randomize Regular Only",
|
||||
"Randomize SOS Only",
|
||||
"Randomize Regular, Copy to SOS"});
|
||||
this.CB_SlotRand.Location = new System.Drawing.Point(152, 116);
|
||||
this.CB_SlotRand.Location = new System.Drawing.Point(124, 120);
|
||||
this.CB_SlotRand.Name = "CB_SlotRand";
|
||||
this.CB_SlotRand.Size = new System.Drawing.Size(121, 21);
|
||||
this.CB_SlotRand.TabIndex = 299;
|
||||
//
|
||||
// L_SOS
|
||||
//
|
||||
this.L_SOS.Location = new System.Drawing.Point(13, 116);
|
||||
this.L_SOS.Location = new System.Drawing.Point(-9, 117);
|
||||
this.L_SOS.Name = "L_SOS";
|
||||
this.L_SOS.Size = new System.Drawing.Size(130, 23);
|
||||
this.L_SOS.TabIndex = 298;
|
||||
|
|
@ -737,7 +737,7 @@ private void InitializeComponent()
|
|||
this.CHK_G7.AutoSize = true;
|
||||
this.CHK_G7.Checked = true;
|
||||
this.CHK_G7.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G7.Location = new System.Drawing.Point(33, 97);
|
||||
this.CHK_G7.Location = new System.Drawing.Point(19, 97);
|
||||
this.CHK_G7.Name = "CHK_G7";
|
||||
this.CHK_G7.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G7.TabIndex = 296;
|
||||
|
|
@ -747,7 +747,7 @@ private void InitializeComponent()
|
|||
// CHK_MegaForm
|
||||
//
|
||||
this.CHK_MegaForm.AutoSize = true;
|
||||
this.CHK_MegaForm.Location = new System.Drawing.Point(152, 97);
|
||||
this.CHK_MegaForm.Location = new System.Drawing.Point(138, 97);
|
||||
this.CHK_MegaForm.Name = "CHK_MegaForm";
|
||||
this.CHK_MegaForm.Size = new System.Drawing.Size(127, 17);
|
||||
this.CHK_MegaForm.TabIndex = 295;
|
||||
|
|
@ -757,7 +757,7 @@ private void InitializeComponent()
|
|||
// L_RandOpt
|
||||
//
|
||||
this.L_RandOpt.AutoSize = true;
|
||||
this.L_RandOpt.Location = new System.Drawing.Point(30, 34);
|
||||
this.L_RandOpt.Location = new System.Drawing.Point(16, 34);
|
||||
this.L_RandOpt.Name = "L_RandOpt";
|
||||
this.L_RandOpt.Size = new System.Drawing.Size(105, 13);
|
||||
this.L_RandOpt.TabIndex = 294;
|
||||
|
|
@ -766,7 +766,7 @@ private void InitializeComponent()
|
|||
// CHK_BST
|
||||
//
|
||||
this.CHK_BST.AutoSize = true;
|
||||
this.CHK_BST.Location = new System.Drawing.Point(152, 82);
|
||||
this.CHK_BST.Location = new System.Drawing.Point(138, 82);
|
||||
this.CHK_BST.Name = "CHK_BST";
|
||||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||||
this.CHK_BST.TabIndex = 288;
|
||||
|
|
@ -778,7 +778,7 @@ private void InitializeComponent()
|
|||
this.CHK_E.AutoSize = true;
|
||||
this.CHK_E.Checked = true;
|
||||
this.CHK_E.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_E.Location = new System.Drawing.Point(152, 67);
|
||||
this.CHK_E.Location = new System.Drawing.Point(138, 67);
|
||||
this.CHK_E.Name = "CHK_E";
|
||||
this.CHK_E.Size = new System.Drawing.Size(98, 17);
|
||||
this.CHK_E.TabIndex = 287;
|
||||
|
|
@ -790,7 +790,7 @@ private void InitializeComponent()
|
|||
this.CHK_L.AutoSize = true;
|
||||
this.CHK_L.Checked = true;
|
||||
this.CHK_L.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_L.Location = new System.Drawing.Point(152, 52);
|
||||
this.CHK_L.Location = new System.Drawing.Point(138, 52);
|
||||
this.CHK_L.Name = "CHK_L";
|
||||
this.CHK_L.Size = new System.Drawing.Size(98, 17);
|
||||
this.CHK_L.TabIndex = 286;
|
||||
|
|
@ -802,7 +802,7 @@ private void InitializeComponent()
|
|||
this.CHK_G6.AutoSize = true;
|
||||
this.CHK_G6.Checked = true;
|
||||
this.CHK_G6.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G6.Location = new System.Drawing.Point(91, 82);
|
||||
this.CHK_G6.Location = new System.Drawing.Point(77, 82);
|
||||
this.CHK_G6.Name = "CHK_G6";
|
||||
this.CHK_G6.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G6.TabIndex = 285;
|
||||
|
|
@ -814,7 +814,7 @@ private void InitializeComponent()
|
|||
this.CHK_G5.AutoSize = true;
|
||||
this.CHK_G5.Checked = true;
|
||||
this.CHK_G5.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G5.Location = new System.Drawing.Point(91, 67);
|
||||
this.CHK_G5.Location = new System.Drawing.Point(77, 67);
|
||||
this.CHK_G5.Name = "CHK_G5";
|
||||
this.CHK_G5.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G5.TabIndex = 284;
|
||||
|
|
@ -826,7 +826,7 @@ private void InitializeComponent()
|
|||
this.CHK_G4.AutoSize = true;
|
||||
this.CHK_G4.Checked = true;
|
||||
this.CHK_G4.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G4.Location = new System.Drawing.Point(91, 52);
|
||||
this.CHK_G4.Location = new System.Drawing.Point(77, 52);
|
||||
this.CHK_G4.Name = "CHK_G4";
|
||||
this.CHK_G4.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G4.TabIndex = 283;
|
||||
|
|
@ -838,7 +838,7 @@ private void InitializeComponent()
|
|||
this.CHK_G3.AutoSize = true;
|
||||
this.CHK_G3.Checked = true;
|
||||
this.CHK_G3.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G3.Location = new System.Drawing.Point(33, 82);
|
||||
this.CHK_G3.Location = new System.Drawing.Point(19, 82);
|
||||
this.CHK_G3.Name = "CHK_G3";
|
||||
this.CHK_G3.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G3.TabIndex = 282;
|
||||
|
|
@ -850,7 +850,7 @@ private void InitializeComponent()
|
|||
this.CHK_G2.AutoSize = true;
|
||||
this.CHK_G2.Checked = true;
|
||||
this.CHK_G2.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G2.Location = new System.Drawing.Point(33, 67);
|
||||
this.CHK_G2.Location = new System.Drawing.Point(19, 67);
|
||||
this.CHK_G2.Name = "CHK_G2";
|
||||
this.CHK_G2.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G2.TabIndex = 281;
|
||||
|
|
@ -862,7 +862,7 @@ private void InitializeComponent()
|
|||
this.CHK_G1.AutoSize = true;
|
||||
this.CHK_G1.Checked = true;
|
||||
this.CHK_G1.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_G1.Location = new System.Drawing.Point(33, 52);
|
||||
this.CHK_G1.Location = new System.Drawing.Point(19, 52);
|
||||
this.CHK_G1.Name = "CHK_G1";
|
||||
this.CHK_G1.Size = new System.Drawing.Size(55, 17);
|
||||
this.CHK_G1.TabIndex = 280;
|
||||
|
|
@ -905,11 +905,11 @@ private void InitializeComponent()
|
|||
// CHK_Level
|
||||
//
|
||||
this.CHK_Level.AutoSize = true;
|
||||
this.CHK_Level.Location = new System.Drawing.Point(33, 17);
|
||||
this.CHK_Level.Location = new System.Drawing.Point(19, 17);
|
||||
this.CHK_Level.Name = "CHK_Level";
|
||||
this.CHK_Level.Size = new System.Drawing.Size(105, 17);
|
||||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||||
this.CHK_Level.TabIndex = 279;
|
||||
this.CHK_Level.Text = "Modify All Levels";
|
||||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// PB_NightIcon
|
||||
|
|
@ -3026,7 +3026,7 @@ private void InitializeComponent()
|
|||
this.CB_TableID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_TableID.Enabled = false;
|
||||
this.CB_TableID.FormattingEnabled = true;
|
||||
this.CB_TableID.Location = new System.Drawing.Point(245, 12);
|
||||
this.CB_TableID.Location = new System.Drawing.Point(269, 12);
|
||||
this.CB_TableID.Name = "CB_TableID";
|
||||
this.CB_TableID.Size = new System.Drawing.Size(90, 21);
|
||||
this.CB_TableID.TabIndex = 431;
|
||||
|
|
@ -3074,7 +3074,7 @@ private void InitializeComponent()
|
|||
this.Controls.Add(this.B_Save);
|
||||
this.Controls.Add(this.CB_LocationID);
|
||||
this.Name = "SMWE";
|
||||
this.Text = "Sun Moon Wilds Editor";
|
||||
this.Text = "Sun/Moon Wild Editor";
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUP_Min)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUP_Max)).EndInit();
|
||||
this.GB_Encounters.ResumeLayout(false);
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ private void modifyLevels(object sender, EventArgs e)
|
|||
// Randomization
|
||||
private void B_Randomize_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings.") != DialogResult.Yes) return;
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize all? Cannot undo.", "Double check Randomization settings at the bottom left.") != DialogResult.Yes) return;
|
||||
|
||||
Enabled = false;
|
||||
int slotStart;
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ private void InitializeComponent()
|
|||
this.NUD_GLevel = new System.Windows.Forms.NumericUpDown();
|
||||
this.LB_Gift = new System.Windows.Forms.ListBox();
|
||||
this.Tab_Encounters = new System.Windows.Forms.TabPage();
|
||||
this.CHK_ShinyLock = new System.Windows.Forms.CheckBox();
|
||||
this.GB_EMoves = new System.Windows.Forms.GroupBox();
|
||||
this.CB_EMove3 = new System.Windows.Forms.ComboBox();
|
||||
this.CB_EMove2 = new System.Windows.Forms.ComboBox();
|
||||
|
|
@ -88,7 +89,6 @@ private void InitializeComponent()
|
|||
this.B_Starters = new System.Windows.Forms.Button();
|
||||
this.B_Save = new System.Windows.Forms.Button();
|
||||
this.B_Cancel = new System.Windows.Forms.Button();
|
||||
this.CHK_ShinyLock = new System.Windows.Forms.CheckBox();
|
||||
this.TC_Tabs.SuspendLayout();
|
||||
this.Tab_Gifts.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_GForm)).BeginInit();
|
||||
|
|
@ -258,6 +258,16 @@ private void InitializeComponent()
|
|||
this.Tab_Encounters.Text = "Encounters";
|
||||
this.Tab_Encounters.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// CHK_ShinyLock
|
||||
//
|
||||
this.CHK_ShinyLock.AutoSize = true;
|
||||
this.CHK_ShinyLock.Location = new System.Drawing.Point(218, 232);
|
||||
this.CHK_ShinyLock.Name = "CHK_ShinyLock";
|
||||
this.CHK_ShinyLock.Size = new System.Drawing.Size(79, 17);
|
||||
this.CHK_ShinyLock.TabIndex = 18;
|
||||
this.CHK_ShinyLock.Text = "Shiny Lock";
|
||||
this.CHK_ShinyLock.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GB_EMoves
|
||||
//
|
||||
this.GB_EMoves.Controls.Add(this.CB_EMove3);
|
||||
|
|
@ -435,11 +445,11 @@ private void InitializeComponent()
|
|||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(124, 135);
|
||||
this.label1.Location = new System.Drawing.Point(121, 135);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(100, 23);
|
||||
this.label1.Size = new System.Drawing.Size(106, 23);
|
||||
this.label1.TabIndex = 28;
|
||||
this.label1.Text = "Request Species:";
|
||||
this.label1.Text = "Requested Species:";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// L_TTID
|
||||
|
|
@ -589,7 +599,7 @@ private void InitializeComponent()
|
|||
this.Tab_Randomizer.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.Tab_Randomizer.Size = new System.Drawing.Size(387, 321);
|
||||
this.Tab_Randomizer.TabIndex = 3;
|
||||
this.Tab_Randomizer.Text = "Randomizer";
|
||||
this.Tab_Randomizer.Text = "Randomizer Options";
|
||||
this.Tab_Randomizer.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NUD_LevelBoost
|
||||
|
|
@ -681,8 +691,6 @@ private void InitializeComponent()
|
|||
// CHK_BST
|
||||
//
|
||||
this.CHK_BST.AutoSize = true;
|
||||
this.CHK_BST.Checked = true;
|
||||
this.CHK_BST.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_BST.Location = new System.Drawing.Point(128, 64);
|
||||
this.CHK_BST.Name = "CHK_BST";
|
||||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||||
|
|
@ -693,6 +701,8 @@ private void InitializeComponent()
|
|||
// CHK_E
|
||||
//
|
||||
this.CHK_E.AutoSize = true;
|
||||
this.CHK_E.Checked = true;
|
||||
this.CHK_E.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_E.Location = new System.Drawing.Point(128, 49);
|
||||
this.CHK_E.Name = "CHK_E";
|
||||
this.CHK_E.Size = new System.Drawing.Size(98, 17);
|
||||
|
|
@ -814,16 +824,6 @@ private void InitializeComponent()
|
|||
this.B_Cancel.UseVisualStyleBackColor = true;
|
||||
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
||||
//
|
||||
// CHK_ShinyLock
|
||||
//
|
||||
this.CHK_ShinyLock.AutoSize = true;
|
||||
this.CHK_ShinyLock.Location = new System.Drawing.Point(218, 232);
|
||||
this.CHK_ShinyLock.Name = "CHK_ShinyLock";
|
||||
this.CHK_ShinyLock.Size = new System.Drawing.Size(79, 17);
|
||||
this.CHK_ShinyLock.TabIndex = 18;
|
||||
this.CHK_ShinyLock.Text = "Shiny Lock";
|
||||
this.CHK_ShinyLock.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// StaticEncounterEditor7
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ private void saveData()
|
|||
if (Gifts.Take(3).Select(gift => gift.Species).SequenceEqual(oldStarters))
|
||||
return;
|
||||
|
||||
var dr = Util.Prompt(MessageBoxButtons.YesNo, "Starters have been changed. Update text references?");
|
||||
var dr = Util.Prompt(MessageBoxButtons.YesNo, "Starters have been changed. Update text references?", "Note that this only updates text references for the current language set in pk3DS.", "This can be changed from Options -> Language on the main window.");
|
||||
if (dr == DialogResult.Yes)
|
||||
updateStarterText();
|
||||
}
|
||||
|
|
@ -305,6 +305,8 @@ private int[] getRandomSpeciesList()
|
|||
}
|
||||
private void B_Starters_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize Starters? Cannot undo.", "Double check Randomization settings before continuing.") != DialogResult.Yes) return;
|
||||
|
||||
int[] sL = getRandomSpeciesList();
|
||||
int ctr = 0;
|
||||
|
||||
|
|
@ -323,10 +325,12 @@ private void B_Starters_Click(object sender, EventArgs e)
|
|||
getListBoxEntries();
|
||||
getGift();
|
||||
|
||||
System.Media.SystemSounds.Asterisk.Play();
|
||||
Util.Alert("Randomized Starters according to specification!");
|
||||
}
|
||||
private void B_RandAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize Static Encounters? Cannot undo.", "Double check Randomization Settings before continuing.") != DialogResult.Yes) return;
|
||||
|
||||
int[] sL = getRandomSpeciesList();
|
||||
int ctr = 0;
|
||||
|
||||
|
|
@ -368,7 +372,7 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
getEncounter();
|
||||
getTrade();
|
||||
|
||||
System.Media.SystemSounds.Asterisk.Play();
|
||||
Util.Alert("Randomized Static Encounters according to specification!");
|
||||
}
|
||||
|
||||
// Mirror Changes
|
||||
|
|
|
|||
|
|
@ -98,6 +98,8 @@ private void formClosing(object sender, FormClosingEventArgs e)
|
|||
|
||||
private void B_RandomTM_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Util.Prompt(MessageBoxButtons.YesNo, "Randomize TMs?", "Move compatibility will be the same as the base TMs.") != DialogResult.Yes) return;
|
||||
|
||||
int[] randomMoves = Enumerable.Range(1, movelist.Length - 1).Select(i => i).ToArray();
|
||||
Util.Shuffle(randomMoves);
|
||||
|
||||
|
|
@ -112,6 +114,7 @@ private void B_RandomTM_Click(object sender, EventArgs e)
|
|||
|
||||
dgvTM.Rows[i].Cells[1].Value = movelist[randomMoves[ctr++]];
|
||||
}
|
||||
Util.Alert("Randomized!");
|
||||
}
|
||||
|
||||
internal static void getTMHMList(ref ushort[] TMs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user