mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-25 21:40:21 +00:00
Merge pull request #15 from SciresM/master
Enable editing of Hall of Fame entries
This commit is contained in:
commit
850510171c
2 changed files with 1279 additions and 29 deletions
517
SAV/SAV_HallOfFame.Designer.cs
generated
517
SAV/SAV_HallOfFame.Designer.cs
generated
|
@ -32,12 +32,51 @@
|
|||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||||
this.RTB = new System.Windows.Forms.RichTextBox();
|
||||
this.B_Close = new System.Windows.Forms.Button();
|
||||
this.bpkx = new System.Windows.Forms.PictureBox();
|
||||
this.NUP_PartyIndex = new System.Windows.Forms.NumericUpDown();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.CB_Species = new System.Windows.Forms.ComboBox();
|
||||
this.Label_Species = new System.Windows.Forms.Label();
|
||||
this.CHK_Nicknamed = new System.Windows.Forms.CheckBox();
|
||||
this.TB_Nickname = new System.Windows.Forms.TextBox();
|
||||
this.TB_EC = new System.Windows.Forms.TextBox();
|
||||
this.Label_EncryptionConstant = new System.Windows.Forms.Label();
|
||||
this.GB_CurrentMoves = new System.Windows.Forms.GroupBox();
|
||||
this.CB_Move4 = new System.Windows.Forms.ComboBox();
|
||||
this.CB_Move3 = new System.Windows.Forms.ComboBox();
|
||||
this.CB_Move2 = new System.Windows.Forms.ComboBox();
|
||||
this.CB_Move1 = new System.Windows.Forms.ComboBox();
|
||||
this.Label_HeldItem = new System.Windows.Forms.Label();
|
||||
this.CB_HeldItem = new System.Windows.Forms.ComboBox();
|
||||
this.GB_OT = new System.Windows.Forms.GroupBox();
|
||||
this.TB_OT = new System.Windows.Forms.TextBox();
|
||||
this.TB_SID = new System.Windows.Forms.MaskedTextBox();
|
||||
this.TB_TID = new System.Windows.Forms.MaskedTextBox();
|
||||
this.Label_OT = new System.Windows.Forms.Label();
|
||||
this.Label_SID = new System.Windows.Forms.Label();
|
||||
this.Label_TID = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.TB_VN = new System.Windows.Forms.MaskedTextBox();
|
||||
this.CAL_MetDate = new System.Windows.Forms.DateTimePicker();
|
||||
this.Label_MetDate = new System.Windows.Forms.Label();
|
||||
this.B_Cancel = new System.Windows.Forms.Button();
|
||||
this.Label_Gender = new System.Windows.Forms.Label();
|
||||
this.CB_Form = new System.Windows.Forms.ComboBox();
|
||||
this.Label_Form = new System.Windows.Forms.Label();
|
||||
this.CHK_Shiny = new System.Windows.Forms.CheckBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.TB_Level = new System.Windows.Forms.MaskedTextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bpkx)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUP_PartyIndex)).BeginInit();
|
||||
this.GB_CurrentMoves.SuspendLayout();
|
||||
this.GB_OT.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// listBox1
|
||||
//
|
||||
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.listBox1.FormattingEnabled = true;
|
||||
this.listBox1.Items.AddRange(new object[] {
|
||||
"First",
|
||||
|
@ -58,20 +97,20 @@
|
|||
"15"});
|
||||
this.listBox1.Location = new System.Drawing.Point(7, 12);
|
||||
this.listBox1.Name = "listBox1";
|
||||
this.listBox1.Size = new System.Drawing.Size(59, 212);
|
||||
this.listBox1.Size = new System.Drawing.Size(59, 264);
|
||||
this.listBox1.TabIndex = 0;
|
||||
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.displayEntry);
|
||||
//
|
||||
// RTB
|
||||
//
|
||||
this.RTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.RTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.RTB.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.RTB.Location = new System.Drawing.Point(77, 12);
|
||||
this.RTB.Location = new System.Drawing.Point(72, 16);
|
||||
this.RTB.Name = "RTB";
|
||||
this.RTB.ReadOnly = true;
|
||||
this.RTB.Size = new System.Drawing.Size(195, 184);
|
||||
this.RTB.Size = new System.Drawing.Size(214, 281);
|
||||
this.RTB.TabIndex = 1;
|
||||
this.RTB.Text = "";
|
||||
this.RTB.WordWrap = false;
|
||||
|
@ -79,31 +118,446 @@
|
|||
// B_Close
|
||||
//
|
||||
this.B_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.B_Close.Location = new System.Drawing.Point(197, 201);
|
||||
this.B_Close.Location = new System.Drawing.Point(520, 274);
|
||||
this.B_Close.Name = "B_Close";
|
||||
this.B_Close.Size = new System.Drawing.Size(75, 23);
|
||||
this.B_Close.Size = new System.Drawing.Size(76, 23);
|
||||
this.B_Close.TabIndex = 3;
|
||||
this.B_Close.Text = "Close";
|
||||
this.B_Close.Text = "Save";
|
||||
this.B_Close.UseVisualStyleBackColor = true;
|
||||
this.B_Close.Click += new System.EventHandler(this.B_Close_Click);
|
||||
//
|
||||
// bpkx
|
||||
//
|
||||
this.bpkx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.bpkx.Location = new System.Drawing.Point(310, 89);
|
||||
this.bpkx.Name = "bpkx";
|
||||
this.bpkx.Size = new System.Drawing.Size(42, 32);
|
||||
this.bpkx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.bpkx.TabIndex = 31;
|
||||
this.bpkx.TabStop = false;
|
||||
//
|
||||
// NUP_PartyIndex
|
||||
//
|
||||
this.NUP_PartyIndex.Location = new System.Drawing.Point(549, 58);
|
||||
this.NUP_PartyIndex.Maximum = new decimal(new int[] {
|
||||
6,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUP_PartyIndex.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUP_PartyIndex.Name = "NUP_PartyIndex";
|
||||
this.NUP_PartyIndex.Size = new System.Drawing.Size(50, 20);
|
||||
this.NUP_PartyIndex.TabIndex = 32;
|
||||
this.NUP_PartyIndex.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUP_PartyIndex.ValueChanged += new System.EventHandler(this.NUP_PartyIndex_ValueChanged);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(484, 60);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(63, 13);
|
||||
this.label1.TabIndex = 33;
|
||||
this.label1.Text = "Party Index:";
|
||||
//
|
||||
// CB_Species
|
||||
//
|
||||
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_Species.FormattingEnabled = true;
|
||||
this.CB_Species.Location = new System.Drawing.Point(468, 89);
|
||||
this.CB_Species.Name = "CB_Species";
|
||||
this.CB_Species.Size = new System.Drawing.Size(122, 21);
|
||||
this.CB_Species.TabIndex = 35;
|
||||
this.CB_Species.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_Species
|
||||
//
|
||||
this.Label_Species.Location = new System.Drawing.Point(388, 92);
|
||||
this.Label_Species.Name = "Label_Species";
|
||||
this.Label_Species.Size = new System.Drawing.Size(77, 13);
|
||||
this.Label_Species.TabIndex = 34;
|
||||
this.Label_Species.Text = "Species:";
|
||||
this.Label_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// CHK_Nicknamed
|
||||
//
|
||||
this.CHK_Nicknamed.Location = new System.Drawing.Point(388, 116);
|
||||
this.CHK_Nicknamed.Name = "CHK_Nicknamed";
|
||||
this.CHK_Nicknamed.Size = new System.Drawing.Size(80, 17);
|
||||
this.CHK_Nicknamed.TabIndex = 36;
|
||||
this.CHK_Nicknamed.Text = "Nickname:";
|
||||
this.CHK_Nicknamed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.CHK_Nicknamed.UseVisualStyleBackColor = true;
|
||||
this.CHK_Nicknamed.CheckedChanged += new System.EventHandler(this.updateNickname);
|
||||
//
|
||||
// TB_Nickname
|
||||
//
|
||||
this.TB_Nickname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_Nickname.Location = new System.Drawing.Point(468, 114);
|
||||
this.TB_Nickname.MaxLength = 11;
|
||||
this.TB_Nickname.Name = "TB_Nickname";
|
||||
this.TB_Nickname.Size = new System.Drawing.Size(122, 20);
|
||||
this.TB_Nickname.TabIndex = 37;
|
||||
this.TB_Nickname.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// TB_EC
|
||||
//
|
||||
this.TB_EC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_EC.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.TB_EC.Location = new System.Drawing.Point(414, 57);
|
||||
this.TB_EC.MaxLength = 8;
|
||||
this.TB_EC.Name = "TB_EC";
|
||||
this.TB_EC.Size = new System.Drawing.Size(60, 20);
|
||||
this.TB_EC.TabIndex = 63;
|
||||
this.TB_EC.Text = "12345678";
|
||||
this.TB_EC.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_EncryptionConstant
|
||||
//
|
||||
this.Label_EncryptionConstant.Location = new System.Drawing.Point(307, 60);
|
||||
this.Label_EncryptionConstant.Name = "Label_EncryptionConstant";
|
||||
this.Label_EncryptionConstant.Size = new System.Drawing.Size(105, 13);
|
||||
this.Label_EncryptionConstant.TabIndex = 62;
|
||||
this.Label_EncryptionConstant.Text = "Encryption Constant:";
|
||||
this.Label_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// GB_CurrentMoves
|
||||
//
|
||||
this.GB_CurrentMoves.Controls.Add(this.CB_Move4);
|
||||
this.GB_CurrentMoves.Controls.Add(this.CB_Move3);
|
||||
this.GB_CurrentMoves.Controls.Add(this.CB_Move2);
|
||||
this.GB_CurrentMoves.Controls.Add(this.CB_Move1);
|
||||
this.GB_CurrentMoves.Location = new System.Drawing.Point(293, 184);
|
||||
this.GB_CurrentMoves.Name = "GB_CurrentMoves";
|
||||
this.GB_CurrentMoves.Size = new System.Drawing.Size(139, 112);
|
||||
this.GB_CurrentMoves.TabIndex = 64;
|
||||
this.GB_CurrentMoves.TabStop = false;
|
||||
this.GB_CurrentMoves.Text = "Current Moves";
|
||||
//
|
||||
// CB_Move4
|
||||
//
|
||||
this.CB_Move4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_Move4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_Move4.FormattingEnabled = true;
|
||||
this.CB_Move4.Location = new System.Drawing.Point(9, 85);
|
||||
this.CB_Move4.Name = "CB_Move4";
|
||||
this.CB_Move4.Size = new System.Drawing.Size(121, 21);
|
||||
this.CB_Move4.TabIndex = 10;
|
||||
this.CB_Move4.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// CB_Move3
|
||||
//
|
||||
this.CB_Move3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_Move3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_Move3.FormattingEnabled = true;
|
||||
this.CB_Move3.Location = new System.Drawing.Point(9, 63);
|
||||
this.CB_Move3.Name = "CB_Move3";
|
||||
this.CB_Move3.Size = new System.Drawing.Size(121, 21);
|
||||
this.CB_Move3.TabIndex = 7;
|
||||
this.CB_Move3.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// CB_Move2
|
||||
//
|
||||
this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_Move2.FormattingEnabled = true;
|
||||
this.CB_Move2.Location = new System.Drawing.Point(9, 41);
|
||||
this.CB_Move2.Name = "CB_Move2";
|
||||
this.CB_Move2.Size = new System.Drawing.Size(121, 21);
|
||||
this.CB_Move2.TabIndex = 4;
|
||||
this.CB_Move2.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// CB_Move1
|
||||
//
|
||||
this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_Move1.FormattingEnabled = true;
|
||||
this.CB_Move1.Location = new System.Drawing.Point(9, 19);
|
||||
this.CB_Move1.Name = "CB_Move1";
|
||||
this.CB_Move1.Size = new System.Drawing.Size(121, 21);
|
||||
this.CB_Move1.TabIndex = 1;
|
||||
this.CB_Move1.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_HeldItem
|
||||
//
|
||||
this.Label_HeldItem.Location = new System.Drawing.Point(388, 142);
|
||||
this.Label_HeldItem.Name = "Label_HeldItem";
|
||||
this.Label_HeldItem.Size = new System.Drawing.Size(77, 13);
|
||||
this.Label_HeldItem.TabIndex = 66;
|
||||
this.Label_HeldItem.Text = "Held Item:";
|
||||
this.Label_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// CB_HeldItem
|
||||
//
|
||||
this.CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_HeldItem.FormattingEnabled = true;
|
||||
this.CB_HeldItem.Location = new System.Drawing.Point(468, 139);
|
||||
this.CB_HeldItem.Name = "CB_HeldItem";
|
||||
this.CB_HeldItem.Size = new System.Drawing.Size(122, 21);
|
||||
this.CB_HeldItem.TabIndex = 65;
|
||||
this.CB_HeldItem.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// GB_OT
|
||||
//
|
||||
this.GB_OT.Controls.Add(this.TB_OT);
|
||||
this.GB_OT.Controls.Add(this.TB_SID);
|
||||
this.GB_OT.Controls.Add(this.TB_TID);
|
||||
this.GB_OT.Controls.Add(this.Label_OT);
|
||||
this.GB_OT.Controls.Add(this.Label_SID);
|
||||
this.GB_OT.Controls.Add(this.Label_TID);
|
||||
this.GB_OT.Location = new System.Drawing.Point(438, 193);
|
||||
this.GB_OT.Name = "GB_OT";
|
||||
this.GB_OT.Size = new System.Drawing.Size(161, 75);
|
||||
this.GB_OT.TabIndex = 67;
|
||||
this.GB_OT.TabStop = false;
|
||||
this.GB_OT.Text = "Trainer Information";
|
||||
//
|
||||
// TB_OT
|
||||
//
|
||||
this.TB_OT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_OT.Location = new System.Drawing.Point(36, 46);
|
||||
this.TB_OT.MaxLength = 11;
|
||||
this.TB_OT.Name = "TB_OT";
|
||||
this.TB_OT.Size = new System.Drawing.Size(94, 20);
|
||||
this.TB_OT.TabIndex = 3;
|
||||
this.TB_OT.Text = "PKHeX";
|
||||
this.TB_OT.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// TB_SID
|
||||
//
|
||||
this.TB_SID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_SID.Location = new System.Drawing.Point(117, 20);
|
||||
this.TB_SID.Mask = "00000";
|
||||
this.TB_SID.Name = "TB_SID";
|
||||
this.TB_SID.Size = new System.Drawing.Size(40, 20);
|
||||
this.TB_SID.TabIndex = 2;
|
||||
this.TB_SID.Text = "54321";
|
||||
this.TB_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.TB_SID.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// TB_TID
|
||||
//
|
||||
this.TB_TID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_TID.Location = new System.Drawing.Point(36, 20);
|
||||
this.TB_TID.Mask = "00000";
|
||||
this.TB_TID.Name = "TB_TID";
|
||||
this.TB_TID.Size = new System.Drawing.Size(40, 20);
|
||||
this.TB_TID.TabIndex = 1;
|
||||
this.TB_TID.Text = "12345";
|
||||
this.TB_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.TB_TID.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_OT
|
||||
//
|
||||
this.Label_OT.Location = new System.Drawing.Point(9, 48);
|
||||
this.Label_OT.Name = "Label_OT";
|
||||
this.Label_OT.Size = new System.Drawing.Size(25, 13);
|
||||
this.Label_OT.TabIndex = 5;
|
||||
this.Label_OT.Text = "OT:";
|
||||
this.Label_OT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// Label_SID
|
||||
//
|
||||
this.Label_SID.Location = new System.Drawing.Point(80, 22);
|
||||
this.Label_SID.Name = "Label_SID";
|
||||
this.Label_SID.Size = new System.Drawing.Size(36, 13);
|
||||
this.Label_SID.TabIndex = 4;
|
||||
this.Label_SID.Text = "SID:";
|
||||
this.Label_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// Label_TID
|
||||
//
|
||||
this.Label_TID.Location = new System.Drawing.Point(6, 22);
|
||||
this.Label_TID.Name = "Label_TID";
|
||||
this.Label_TID.Size = new System.Drawing.Size(28, 13);
|
||||
this.Label_TID.TabIndex = 3;
|
||||
this.Label_TID.Text = "TID:";
|
||||
this.Label_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(307, 23);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(82, 13);
|
||||
this.label2.TabIndex = 68;
|
||||
this.label2.Text = "Victory Number:";
|
||||
//
|
||||
// TB_VN
|
||||
//
|
||||
this.TB_VN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_VN.Location = new System.Drawing.Point(395, 21);
|
||||
this.TB_VN.Mask = "000";
|
||||
this.TB_VN.Name = "TB_VN";
|
||||
this.TB_VN.Size = new System.Drawing.Size(30, 20);
|
||||
this.TB_VN.TabIndex = 6;
|
||||
this.TB_VN.Text = "000";
|
||||
this.TB_VN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.TB_VN.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// CAL_MetDate
|
||||
//
|
||||
this.CAL_MetDate.CustomFormat = "MM/dd/yyyy";
|
||||
this.CAL_MetDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||||
this.CAL_MetDate.Location = new System.Drawing.Point(487, 20);
|
||||
this.CAL_MetDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
|
||||
this.CAL_MetDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
||||
this.CAL_MetDate.Name = "CAL_MetDate";
|
||||
this.CAL_MetDate.Size = new System.Drawing.Size(100, 20);
|
||||
this.CAL_MetDate.TabIndex = 70;
|
||||
this.CAL_MetDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
||||
this.CAL_MetDate.ValueChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_MetDate
|
||||
//
|
||||
this.Label_MetDate.Location = new System.Drawing.Point(426, 23);
|
||||
this.Label_MetDate.Name = "Label_MetDate";
|
||||
this.Label_MetDate.Size = new System.Drawing.Size(55, 13);
|
||||
this.Label_MetDate.TabIndex = 69;
|
||||
this.Label_MetDate.Text = "Date:";
|
||||
this.Label_MetDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// B_Cancel
|
||||
//
|
||||
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.B_Cancel.Location = new System.Drawing.Point(437, 274);
|
||||
this.B_Cancel.Name = "B_Cancel";
|
||||
this.B_Cancel.Size = new System.Drawing.Size(76, 23);
|
||||
this.B_Cancel.TabIndex = 71;
|
||||
this.B_Cancel.Text = "Cancel";
|
||||
this.B_Cancel.UseVisualStyleBackColor = true;
|
||||
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
||||
//
|
||||
// Label_Gender
|
||||
//
|
||||
this.Label_Gender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Label_Gender.Location = new System.Drawing.Point(396, 92);
|
||||
this.Label_Gender.Name = "Label_Gender";
|
||||
this.Label_Gender.Size = new System.Drawing.Size(16, 13);
|
||||
this.Label_Gender.TabIndex = 72;
|
||||
this.Label_Gender.Text = "-";
|
||||
this.Label_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.Label_Gender.Click += new System.EventHandler(this.Label_Gender_Click);
|
||||
//
|
||||
// CB_Form
|
||||
//
|
||||
this.CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CB_Form.DropDownWidth = 85;
|
||||
this.CB_Form.Enabled = false;
|
||||
this.CB_Form.FormattingEnabled = true;
|
||||
this.CB_Form.Location = new System.Drawing.Point(468, 166);
|
||||
this.CB_Form.Name = "CB_Form";
|
||||
this.CB_Form.Size = new System.Drawing.Size(122, 21);
|
||||
this.CB_Form.TabIndex = 74;
|
||||
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// Label_Form
|
||||
//
|
||||
this.Label_Form.AutoSize = true;
|
||||
this.Label_Form.Location = new System.Drawing.Point(432, 169);
|
||||
this.Label_Form.Name = "Label_Form";
|
||||
this.Label_Form.Size = new System.Drawing.Size(33, 13);
|
||||
this.Label_Form.TabIndex = 73;
|
||||
this.Label_Form.Text = "Form:";
|
||||
//
|
||||
// CHK_Shiny
|
||||
//
|
||||
this.CHK_Shiny.AutoSize = true;
|
||||
this.CHK_Shiny.Location = new System.Drawing.Point(367, 141);
|
||||
this.CHK_Shiny.Name = "CHK_Shiny";
|
||||
this.CHK_Shiny.Size = new System.Drawing.Size(15, 14);
|
||||
this.CHK_Shiny.TabIndex = 75;
|
||||
this.CHK_Shiny.UseVisualStyleBackColor = true;
|
||||
this.CHK_Shiny.CheckedChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(325, 141);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(36, 13);
|
||||
this.label3.TabIndex = 76;
|
||||
this.label3.Text = "Shiny:";
|
||||
//
|
||||
// TB_Level
|
||||
//
|
||||
this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.TB_Level.Location = new System.Drawing.Point(367, 161);
|
||||
this.TB_Level.Mask = "000";
|
||||
this.TB_Level.Name = "TB_Level";
|
||||
this.TB_Level.Size = new System.Drawing.Size(30, 20);
|
||||
this.TB_Level.TabIndex = 77;
|
||||
this.TB_Level.Text = "001";
|
||||
this.TB_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.TB_Level.TextChanged += new System.EventHandler(this.Write_Entry);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(325, 164);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(36, 13);
|
||||
this.label4.TabIndex = 78;
|
||||
this.label4.Text = "Level:";
|
||||
//
|
||||
// SAV_HallOfFame
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(284, 232);
|
||||
this.ClientSize = new System.Drawing.Size(608, 305);
|
||||
this.Controls.Add(this.TB_Level);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.CHK_Shiny);
|
||||
this.Controls.Add(this.CB_Form);
|
||||
this.Controls.Add(this.Label_Form);
|
||||
this.Controls.Add(this.Label_Gender);
|
||||
this.Controls.Add(this.B_Cancel);
|
||||
this.Controls.Add(this.CAL_MetDate);
|
||||
this.Controls.Add(this.Label_MetDate);
|
||||
this.Controls.Add(this.TB_VN);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.GB_OT);
|
||||
this.Controls.Add(this.Label_HeldItem);
|
||||
this.Controls.Add(this.CB_HeldItem);
|
||||
this.Controls.Add(this.GB_CurrentMoves);
|
||||
this.Controls.Add(this.TB_EC);
|
||||
this.Controls.Add(this.Label_EncryptionConstant);
|
||||
this.Controls.Add(this.CHK_Nicknamed);
|
||||
this.Controls.Add(this.TB_Nickname);
|
||||
this.Controls.Add(this.CB_Species);
|
||||
this.Controls.Add(this.Label_Species);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.NUP_PartyIndex);
|
||||
this.Controls.Add(this.bpkx);
|
||||
this.Controls.Add(this.B_Close);
|
||||
this.Controls.Add(this.RTB);
|
||||
this.Controls.Add(this.listBox1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(400, 840);
|
||||
this.MaximumSize = new System.Drawing.Size(624, 344);
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = new System.Drawing.Size(300, 260);
|
||||
this.MinimumSize = new System.Drawing.Size(624, 344);
|
||||
this.Name = "SAV_HallOfFame";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Hall of Fame Viewer";
|
||||
((System.ComponentModel.ISupportInitialize)(this.bpkx)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUP_PartyIndex)).EndInit();
|
||||
this.GB_CurrentMoves.ResumeLayout(false);
|
||||
this.GB_OT.ResumeLayout(false);
|
||||
this.GB_OT.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
|
@ -112,5 +566,40 @@
|
|||
private System.Windows.Forms.ListBox listBox1;
|
||||
private System.Windows.Forms.RichTextBox RTB;
|
||||
private System.Windows.Forms.Button B_Close;
|
||||
private System.Windows.Forms.PictureBox bpkx;
|
||||
private System.Windows.Forms.NumericUpDown NUP_PartyIndex;
|
||||
private System.Windows.Forms.Label label1;
|
||||
public System.Windows.Forms.ComboBox CB_Species;
|
||||
private System.Windows.Forms.Label Label_Species;
|
||||
private System.Windows.Forms.CheckBox CHK_Nicknamed;
|
||||
public System.Windows.Forms.TextBox TB_Nickname;
|
||||
private System.Windows.Forms.TextBox TB_EC;
|
||||
private System.Windows.Forms.Label Label_EncryptionConstant;
|
||||
private System.Windows.Forms.GroupBox GB_CurrentMoves;
|
||||
private System.Windows.Forms.ComboBox CB_Move4;
|
||||
private System.Windows.Forms.ComboBox CB_Move3;
|
||||
private System.Windows.Forms.ComboBox CB_Move2;
|
||||
public System.Windows.Forms.ComboBox CB_Move1;
|
||||
private System.Windows.Forms.Label Label_HeldItem;
|
||||
private System.Windows.Forms.ComboBox CB_HeldItem;
|
||||
public System.Windows.Forms.GroupBox GB_OT;
|
||||
public System.Windows.Forms.TextBox TB_OT;
|
||||
private System.Windows.Forms.MaskedTextBox TB_SID;
|
||||
private System.Windows.Forms.MaskedTextBox TB_TID;
|
||||
private System.Windows.Forms.Label Label_OT;
|
||||
private System.Windows.Forms.Label Label_SID;
|
||||
private System.Windows.Forms.Label Label_TID;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.MaskedTextBox TB_VN;
|
||||
private System.Windows.Forms.DateTimePicker CAL_MetDate;
|
||||
private System.Windows.Forms.Label Label_MetDate;
|
||||
private System.Windows.Forms.Button B_Cancel;
|
||||
private System.Windows.Forms.Label Label_Gender;
|
||||
private System.Windows.Forms.ComboBox CB_Form;
|
||||
private System.Windows.Forms.Label Label_Form;
|
||||
private System.Windows.Forms.CheckBox CHK_Shiny;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.MaskedTextBox TB_Level;
|
||||
private System.Windows.Forms.Label label4;
|
||||
}
|
||||
}
|
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
@ -19,7 +20,37 @@ namespace PKHeX
|
|||
savindex = m_parent.savindex;
|
||||
shiftval = savindex * 0x7F000;
|
||||
if (m_parent.savegame_oras) data_offset = 0x1F200;
|
||||
listBox1.SelectedIndex = 0;
|
||||
Array.Copy(sav, shiftval + data_offset, data, 0, data.Length); //Copy HoF section of save into Data
|
||||
Setup();
|
||||
editor_spec = new object[]{
|
||||
GB_OT,
|
||||
GB_CurrentMoves,
|
||||
CB_Form,
|
||||
CB_Species,
|
||||
CB_HeldItem,
|
||||
TB_EC,
|
||||
TB_VN,
|
||||
CAL_MetDate,
|
||||
CHK_Nicknamed,
|
||||
CHK_Shiny,
|
||||
label1,
|
||||
label2,
|
||||
label3,
|
||||
label4,
|
||||
Label_TID,
|
||||
Label_Form,
|
||||
Label_Gender,
|
||||
Label_HeldItem,
|
||||
Label_OT,
|
||||
Label_TID,
|
||||
Label_SID,
|
||||
Label_Species,
|
||||
TB_Level,
|
||||
NUP_PartyIndex
|
||||
};
|
||||
listBox1.SelectedIndex = 0;
|
||||
NUP_PartyIndex_ValueChanged(null, null);
|
||||
editing = true;
|
||||
}
|
||||
Form1 m_parent;
|
||||
public byte[] sav = new Byte[0x100000];
|
||||
|
@ -27,20 +58,164 @@ namespace PKHeX
|
|||
public bool editing = false;
|
||||
private int data_offset = 0x1E800;
|
||||
|
||||
private string[] types = Form1.types;
|
||||
private string[] forms = Form1.forms;
|
||||
private string[] gendersymbols = Form1.gendersymbols;
|
||||
|
||||
private byte[] data = new byte[0x1B40];
|
||||
|
||||
private object[] editor_spec;
|
||||
|
||||
private void Setup()
|
||||
{
|
||||
try
|
||||
{
|
||||
CB_Species.Items.Clear();
|
||||
CB_HeldItem.Items.Clear();
|
||||
CB_Move1.Items.Clear();
|
||||
CB_Move2.Items.Clear();
|
||||
CB_Move3.Items.Clear();
|
||||
CB_Move4.Items.Clear();
|
||||
}
|
||||
catch { }
|
||||
|
||||
#region Species
|
||||
{
|
||||
List<cbItem> species_list = new List<cbItem>();
|
||||
// Sort the Rest based on String Name
|
||||
string[] sortedspecies = new string[Form1.specieslist.Length];
|
||||
Array.Copy(Form1.specieslist, sortedspecies, Form1.specieslist.Length);
|
||||
Array.Sort(sortedspecies);
|
||||
|
||||
// Add the rest of the items
|
||||
for (int i = 0; i < sortedspecies.Length; i++)
|
||||
{
|
||||
cbItem ncbi = new cbItem();
|
||||
ncbi.Text = sortedspecies[i];
|
||||
ncbi.Value = Array.IndexOf(Form1.specieslist, sortedspecies[i]);
|
||||
species_list.Add(ncbi);
|
||||
}
|
||||
species_list.RemoveAt(0); // Remove 0th Entry
|
||||
CB_Species.DisplayMember = "Text";
|
||||
CB_Species.ValueMember = "Value";
|
||||
CB_Species.DataSource = species_list;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Moves
|
||||
{
|
||||
string[] movelist = Form1.movelist;
|
||||
List<cbItem> move_list = new List<cbItem>();
|
||||
// Sort the Rest based on String Name
|
||||
string[] sortedmoves = new string[movelist.Length];
|
||||
Array.Copy(movelist, sortedmoves, movelist.Length);
|
||||
Array.Sort(sortedmoves);
|
||||
|
||||
// Add the rest of the items
|
||||
for (int i = 0; i < sortedmoves.Length; i++)
|
||||
{
|
||||
cbItem ncbi = new cbItem();
|
||||
ncbi.Text = sortedmoves[i];
|
||||
ncbi.Value = Array.IndexOf(movelist, sortedmoves[i]);
|
||||
move_list.Add(ncbi);
|
||||
}
|
||||
|
||||
CB_Move1.DisplayMember = CB_Move2.DisplayMember = CB_Move3.DisplayMember = CB_Move4.DisplayMember = "Text";
|
||||
CB_Move1.ValueMember = CB_Move2.ValueMember = CB_Move3.ValueMember = CB_Move4.ValueMember = "Value";
|
||||
|
||||
var move1_list = new BindingSource(move_list, null);
|
||||
CB_Move1.DataSource = move1_list;
|
||||
|
||||
var move2_list = new BindingSource(move_list, null);
|
||||
CB_Move2.DataSource = move2_list;
|
||||
|
||||
var move3_list = new BindingSource(move_list, null);
|
||||
CB_Move3.DataSource = move3_list;
|
||||
|
||||
var move4_list = new BindingSource(move_list, null);
|
||||
CB_Move4.DataSource = move4_list;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Items
|
||||
{
|
||||
string[] itemlist = Form1.itemlist;
|
||||
int[] item_nums = {
|
||||
000,001,002,003,004,005,006,007,008,009,010,011,012,013,014,015,017,018,019,020,021,022,023,024,025,026,027,028,029,030,031,032,033,034,035,
|
||||
036,037,038,039,040,041,042,043,044,045,046,047,048,049,050,051,052,053,054,055,056,057,058,059,060,061,062,063,064,065,066,067,068,069,070,
|
||||
071,072,073,074,075,076,077,078,079,080,081,082,083,084,085,086,087,088,089,090,091,092,093,094,099,100,101,102,103,104,105,106,107,108,109,
|
||||
110,112,116,117,118,119,134,135,136,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,
|
||||
175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,
|
||||
210,211,212,213,214,215,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,
|
||||
245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,
|
||||
280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,
|
||||
315,316,317,318,319,320,321,322,323,324,325,326,327,504,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,
|
||||
558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,577,580,581,582,583,584,585,586,587,588,589,590,591,639,640,644,645,646,647,
|
||||
648,649,650,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,
|
||||
684,685,686,687,688,699,704,708,709,710,711,715,
|
||||
|
||||
// Appended ORAS Items (Orbs & Mega Stones)
|
||||
534,535,
|
||||
752,753,754,755,756,757,758,759,760,761,762,763,764,767,768,769,770,
|
||||
};
|
||||
|
||||
string filename = Path.GetFileNameWithoutExtension(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName);
|
||||
|
||||
|
||||
if (filename.IndexOf("HaX") >= 0) // allow all items to be selected
|
||||
{
|
||||
item_nums = new int[itemlist.Length];
|
||||
for (int i = 0; i < itemlist.Length; i++)
|
||||
item_nums[i] = i;
|
||||
}
|
||||
|
||||
List<cbItem> item_list = new List<cbItem>();
|
||||
// Sort the Rest based on String Name
|
||||
string[] itemnames = new string[item_nums.Length];
|
||||
for (int i = 0; i < item_nums.Length; i++)
|
||||
itemnames[i] = itemlist[item_nums[i]];
|
||||
|
||||
string[] sorteditems = new string[item_nums.Length];
|
||||
Array.Copy(itemnames, sorteditems, itemnames.Length);
|
||||
Array.Sort(sorteditems);
|
||||
|
||||
// Add the rest of the items
|
||||
for (int i = 0; i < sorteditems.Length; i++)
|
||||
{
|
||||
cbItem ncbi = new cbItem();
|
||||
ncbi.Text = sorteditems[i];
|
||||
ncbi.Value = item_nums[Array.IndexOf(itemnames, sorteditems[i])];
|
||||
item_list.Add(ncbi);
|
||||
}
|
||||
CB_HeldItem.DisplayMember = "Text";
|
||||
CB_HeldItem.ValueMember = "Value";
|
||||
CB_HeldItem.DataSource = item_list;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
private void B_Cancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
Close();
|
||||
}
|
||||
|
||||
private void B_Close_Click(object sender, EventArgs e)
|
||||
{
|
||||
Array.Copy(data, 0, m_parent.savefile, shiftval + data_offset, data.Length);
|
||||
Close();
|
||||
}
|
||||
private void displayEntry(object sender, EventArgs e)
|
||||
{
|
||||
editing = false;
|
||||
RTB.Font = new Font("Courier New", 8);
|
||||
RTB.Text = "";
|
||||
RTB.LanguageOption = RichTextBoxLanguageOptions.DualFont;
|
||||
int index = listBox1.SelectedIndex;
|
||||
int offset = shiftval + data_offset + index * 0x1B4;
|
||||
int offset = index * 0x1B4;
|
||||
|
||||
uint vnd = BitConverter.ToUInt32(sav, offset + 0x1B0);
|
||||
uint vnd = BitConverter.ToUInt32(data, offset + 0x1B0);
|
||||
uint vn = vnd & 0xFF;
|
||||
TB_VN.Text = vn.ToString("000");
|
||||
RTB.Text = "Entry #" + vn + "\r\n";
|
||||
uint date = (vnd >> 14) & 0x1FFFF;
|
||||
uint year = (date & 0xFF) + 2000;
|
||||
|
@ -49,36 +224,52 @@ namespace PKHeX
|
|||
if (day == 0)
|
||||
{
|
||||
RTB.Text += "No records in this slot.";
|
||||
for (int i = 0; i < editor_spec.Length; i++)
|
||||
{
|
||||
((Control)editor_spec[i]).Enabled = false;
|
||||
}
|
||||
editing = false;
|
||||
NUP_PartyIndex_ValueChanged(sender, e);
|
||||
return;
|
||||
}
|
||||
RTB.Text += "Date: " + year.ToString() + "/" + month.ToString() + "/" + day.ToString() + "\r\n\r\n";
|
||||
else
|
||||
{
|
||||
for (int i = 0; i < editor_spec.Length; i++)
|
||||
{
|
||||
((Control)editor_spec[i]).Enabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
RTB.Text += "Date: " + year.ToString() + "/" + month.ToString() + "/" + day.ToString() + "\r\n\r\n";
|
||||
CAL_MetDate.Value = new DateTime((int)year, (int)month, (int)day);
|
||||
int moncount = 0;
|
||||
for (int i = 0; i < 6; i++)
|
||||
{
|
||||
int species = BitConverter.ToUInt16(sav, offset + 0x00);
|
||||
int helditem = BitConverter.ToUInt16(sav, offset + 0x02);
|
||||
int move1 = BitConverter.ToUInt16(sav, offset + 0x04);
|
||||
int move2 = BitConverter.ToUInt16(sav, offset + 0x06);
|
||||
int move3 = BitConverter.ToUInt16(sav, offset + 0x08);
|
||||
int move4 = BitConverter.ToUInt16(sav, offset + 0x0A);
|
||||
int species = BitConverter.ToUInt16(data, offset + 0x00);
|
||||
int helditem = BitConverter.ToUInt16(data, offset + 0x02);
|
||||
int move1 = BitConverter.ToUInt16(data, offset + 0x04);
|
||||
int move2 = BitConverter.ToUInt16(data, offset + 0x06);
|
||||
int move3 = BitConverter.ToUInt16(data, offset + 0x08);
|
||||
int move4 = BitConverter.ToUInt16(data, offset + 0x0A);
|
||||
|
||||
int TID = BitConverter.ToUInt16(sav, offset + 0x10);
|
||||
int SID = BitConverter.ToUInt16(sav, offset + 0x12);
|
||||
int TID = BitConverter.ToUInt16(data, offset + 0x10);
|
||||
int SID = BitConverter.ToUInt16(data, offset + 0x12);
|
||||
|
||||
uint slgf = BitConverter.ToUInt32(sav, offset + 0x14);
|
||||
uint slgf = BitConverter.ToUInt32(data, offset + 0x14);
|
||||
uint form = slgf & 0x1F;
|
||||
uint gender = (slgf >> 5) & 3; // 0 M; 1 F; 2 G
|
||||
uint level = (slgf >> 7) & 0x7F;
|
||||
uint shiny = (slgf >> 14) & 0x1;
|
||||
uint unkn = slgf >> 15;
|
||||
|
||||
string nickname = Util.TrimFromZero(Encoding.Unicode.GetString(sav, offset + 0x18, 22));
|
||||
string OTname = Util.TrimFromZero(Encoding.Unicode.GetString(sav, offset + 0x30, 22));
|
||||
string nickname = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x18, 22));
|
||||
string OTname = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x30, 22));
|
||||
|
||||
if (species == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
moncount++;
|
||||
string genderstr="";
|
||||
switch (gender)
|
||||
{
|
||||
|
@ -115,6 +306,576 @@ namespace PKHeX
|
|||
}
|
||||
RTB.Text = RTB.Text;
|
||||
RTB.Font = new Font("Courier New", 8);
|
||||
|
||||
NUP_PartyIndex.Maximum = moncount;
|
||||
NUP_PartyIndex.Value = 1;
|
||||
NUP_PartyIndex_ValueChanged(sender, e);
|
||||
}
|
||||
|
||||
private void UpdateImage(int species, int form, int item, int gender)
|
||||
{
|
||||
string file = "";
|
||||
|
||||
if (species == 0)
|
||||
{ bpkx.Image = (Image)Properties.Resources.ResourceManager.GetObject("_0"); }
|
||||
else
|
||||
{
|
||||
file = "_" + species.ToString();
|
||||
if (form > 0) // Alt Form Handling
|
||||
file = file + "_" + form.ToString();
|
||||
else if ((gender == 1) && (species == 521 || species == 668)) // Unfezant & Pyroar
|
||||
file = file = "_" + species.ToString() + "f";
|
||||
}
|
||||
|
||||
Image baseImage = (Image)Properties.Resources.ResourceManager.GetObject(file);
|
||||
if (CB_HeldItem.SelectedIndex > 0)
|
||||
{
|
||||
// Has Item
|
||||
Image itemimg = (Image)Properties.Resources.ResourceManager.GetObject("item_" + item.ToString());
|
||||
if (itemimg == null) itemimg = Properties.Resources.helditem;
|
||||
// Redraw
|
||||
baseImage = PKHeX.Util.LayerImage(baseImage, itemimg, 22 + (15 - itemimg.Width) / 2, 15 + (15 - itemimg.Height), 1);
|
||||
}
|
||||
bpkx.Image = baseImage;
|
||||
editing = true;
|
||||
}
|
||||
|
||||
private void NUP_PartyIndex_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
editing = false;
|
||||
int index = listBox1.SelectedIndex;
|
||||
int offset = index * 0x1B4 + (Convert.ToInt32(NUP_PartyIndex.Value)-1) * 0x48;
|
||||
|
||||
int species = BitConverter.ToUInt16(data, offset + 0x00);
|
||||
CB_Species.SelectedValue = species;
|
||||
int item = BitConverter.ToUInt16(data, offset + 0x02);
|
||||
CB_HeldItem.SelectedValue = item;
|
||||
int move1 = BitConverter.ToUInt16(data, offset + 0x04);
|
||||
int move2 = BitConverter.ToUInt16(data, offset + 0x06);
|
||||
int move3 = BitConverter.ToUInt16(data, offset + 0x08);
|
||||
int move4 = BitConverter.ToUInt16(data, offset + 0x0A);
|
||||
CB_Move1.SelectedValue = move1;
|
||||
CB_Move2.SelectedValue = move2;
|
||||
CB_Move3.SelectedValue = move3;
|
||||
CB_Move4.SelectedValue = move4;
|
||||
|
||||
uint EC = BitConverter.ToUInt32(data, offset + 0xC);
|
||||
TB_EC.Text = EC.ToString("X8");
|
||||
|
||||
TB_TID.Text = BitConverter.ToUInt16(data, offset + 0x10).ToString("00000");
|
||||
TB_SID.Text = BitConverter.ToUInt16(data, offset + 0x12).ToString("00000");
|
||||
|
||||
TB_Nickname.Text = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x18, 22));
|
||||
TB_OT.Text = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x30, 22));
|
||||
|
||||
uint slgf = BitConverter.ToUInt32(data, offset + 0x14);
|
||||
uint form = slgf & 0x1F;
|
||||
uint gender = (slgf >> 5) & 3; // 0 M; 1 F; 2 G
|
||||
uint level = (slgf >> 7) & 0x7F;
|
||||
uint shiny = (slgf >> 14) & 0x1;
|
||||
uint nick = BitConverter.ToUInt16(data,offset+0x16);
|
||||
|
||||
CHK_Shiny.Checked = shiny == 1;
|
||||
|
||||
TB_Level.Text = level.ToString("000");
|
||||
|
||||
CHK_Nicknamed.Checked = nick == 1;
|
||||
|
||||
setForms(species, CB_Form);
|
||||
|
||||
CB_Form.SelectedIndex = (int)form;
|
||||
|
||||
setGenderLabel((int)gender);
|
||||
|
||||
updateNickname(sender, e);
|
||||
|
||||
UpdateImage(species, (int)form, item, (int)gender);
|
||||
}
|
||||
|
||||
private void Write_Entry(object sender, EventArgs e)
|
||||
{
|
||||
if (!editing)
|
||||
{
|
||||
return; //Don't do writing until shit gets loaded
|
||||
}
|
||||
Validate_TextBoxes();
|
||||
byte[] StringBuffer = new byte[22]; //Mimic in-game behavior of not clearing strings. It's awful, but accuracy > good.
|
||||
string[] text_writes = new string[6 * 2]; //2 strings per mon, 6 mons
|
||||
|
||||
int index = listBox1.SelectedIndex;
|
||||
|
||||
int offset = index * 0x1B4;
|
||||
for (int i = 0; i < text_writes.Length; i++)
|
||||
{
|
||||
string nickname = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x18, 22));
|
||||
string OTname = Util.TrimFromZero(Encoding.Unicode.GetString(data, offset + 0x30, 22));
|
||||
text_writes[i] = nickname;
|
||||
i++;
|
||||
text_writes[i] = OTname;
|
||||
offset += 0x48;
|
||||
}
|
||||
|
||||
int partymember = (Convert.ToInt32(NUP_PartyIndex.Value) - 1);
|
||||
|
||||
text_writes[partymember * 2] = TB_Nickname.Text;
|
||||
text_writes[partymember * 2 + 1] = TB_OT.Text;
|
||||
|
||||
offset = index * 0x1B4 + partymember * 0x48;
|
||||
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_Species.SelectedValue)), 0, data, offset + 0x00, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_HeldItem.SelectedValue)), 0, data, offset + 0x02, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_Move1.SelectedValue)), 0, data, offset + 0x04, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_Move2.SelectedValue)), 0, data, offset + 0x06, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_Move3.SelectedValue)), 0, data, offset + 0x08, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(CB_Move4.SelectedValue)), 0, data, offset + 0x0A, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt32(TB_EC.Text,16)), 0, data, offset + 0x0C, 4);
|
||||
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(TB_TID.Text)), 0, data, offset + 0x010, 2);
|
||||
Array.Copy(BitConverter.GetBytes(Convert.ToUInt16(TB_SID.Text)), 0, data, offset + 0x012, 2);
|
||||
|
||||
#region Write Strings
|
||||
{
|
||||
int ofs = index * 0x1B4;
|
||||
for (int i = 0; i < 6; i++)
|
||||
{
|
||||
Array.Copy(Encoding.Unicode.GetBytes(text_writes[i * 2]), StringBuffer, text_writes[i*2].Length*2);
|
||||
int pos = text_writes[i * 2].Length * 2;
|
||||
if (pos<StringBuffer.Length){
|
||||
StringBuffer[pos] = 0;
|
||||
}
|
||||
Array.Copy(StringBuffer, 0, data, ofs + 0x18, 22);
|
||||
Array.Copy(Encoding.Unicode.GetBytes(text_writes[i * 2 + 1]), StringBuffer, text_writes[i * 2 + 1].Length * 2);
|
||||
pos = text_writes[i * 2 + 1].Length * 2;
|
||||
if (pos < StringBuffer.Length)
|
||||
{
|
||||
StringBuffer[pos] = 0;
|
||||
}
|
||||
Array.Copy(StringBuffer, 0, data, ofs + 0x30, 22);
|
||||
ofs += 0x48;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
uint rawslgf = BitConverter.ToUInt32(data, offset + 0x14);
|
||||
uint slgf = 0;
|
||||
slgf |= (uint)(CB_Form.SelectedIndex & 0x1F);
|
||||
slgf |= (uint)((PKX.getGender(Label_Gender.Text) & 0x3) << 5);
|
||||
slgf |= (uint)((Convert.ToUInt16(TB_Level.Text) & 0x7F) << 7);
|
||||
if (CHK_Shiny.Checked)
|
||||
{
|
||||
slgf |= 1 << 14;
|
||||
}
|
||||
slgf |= (rawslgf & 0x8000);
|
||||
Array.Copy(BitConverter.GetBytes(slgf), 0, data, offset + 0x014, 2);
|
||||
|
||||
uint nick = 0;
|
||||
if (CHK_Nicknamed.Checked)
|
||||
nick = 1;
|
||||
Array.Copy(BitConverter.GetBytes(nick), 0, data, offset + 0x016, 2);
|
||||
|
||||
offset = index * 0x1B4;
|
||||
|
||||
uint vnd = 0;
|
||||
uint date = 0;
|
||||
vnd |= (Convert.ToUInt32(TB_VN.Text) & 0xFF);
|
||||
date |= (uint)((CAL_MetDate.Value.Year-2000) & 0xFF);
|
||||
date |= (uint)((CAL_MetDate.Value.Month & 0xF) << 8);
|
||||
date |= (uint)((CAL_MetDate.Value.Day & 0x1F) << 12);
|
||||
vnd |= ((date & 0x1FFFF) << 14);
|
||||
Array.Copy(BitConverter.GetBytes(vnd), 0, data, offset + 0x1B0, 4);
|
||||
/*
|
||||
* uint vnd = BitConverter.ToUInt32(data, offset + 0x1B0);
|
||||
uint vn = vnd & 0xFF;
|
||||
TB_VN.Text = vn.ToString("000");
|
||||
RTB.Text = "Entry #" + vn + "\r\n";
|
||||
uint date = (vnd >> 14) & 0x1FFFF;
|
||||
uint year = (date & 0xFF) + 2000;
|
||||
uint month = (date >> 8) & 0xF;
|
||||
uint day = (date >> 12);
|
||||
* */
|
||||
|
||||
UpdateImage((int)CB_Species.SelectedValue, (int)(CB_Form.SelectedIndex & 0x1F), (int)CB_HeldItem.SelectedValue, (int)PKX.getGender(Label_Gender.Text));
|
||||
}
|
||||
|
||||
private void setGenderLabel(int gender)
|
||||
{
|
||||
if (gender == 0)
|
||||
Label_Gender.Text = gendersymbols[0]; // Male
|
||||
else if (gender == 1)
|
||||
Label_Gender.Text = gendersymbols[1]; // Female
|
||||
else
|
||||
Label_Gender.Text = gendersymbols[2]; // Genderless
|
||||
|
||||
Write_Entry(null,null);
|
||||
}
|
||||
|
||||
private void updateNickname(object sender, EventArgs e)
|
||||
{
|
||||
if (!CHK_Nicknamed.Checked)
|
||||
{
|
||||
// Fetch Current Species and set it as Nickname Text
|
||||
int species = Util.getIndex(CB_Species);
|
||||
if (species == 0 || species > 721)
|
||||
TB_Nickname.Text = "";
|
||||
else
|
||||
{
|
||||
// get language
|
||||
string l = Form1.curlanguage;
|
||||
TB_Nickname.Text = Util.getStringList("Species", l)[species];
|
||||
}
|
||||
}
|
||||
TB_Nickname.ReadOnly = !CHK_Nicknamed.Checked;
|
||||
|
||||
Write_Entry(null, null);
|
||||
}
|
||||
|
||||
private void Validate_TextBoxes()
|
||||
{
|
||||
if (Convert.ToInt32(TB_Level.Text) > 255)
|
||||
{
|
||||
TB_Level.Text = "100";
|
||||
}
|
||||
if (Convert.ToInt32(TB_VN.Text) > 255)
|
||||
{
|
||||
TB_VN.Text = "255";
|
||||
}
|
||||
if (Convert.ToUInt32(TB_TID.Text) > 65535)
|
||||
{
|
||||
TB_TID.Text = "65535";
|
||||
}
|
||||
if (Convert.ToUInt32(TB_SID.Text) > 65535)
|
||||
{
|
||||
TB_SID.Text = "65535";
|
||||
}
|
||||
}
|
||||
|
||||
private void Label_Gender_Click(object sender, EventArgs e)
|
||||
{
|
||||
// Get Gender Threshold
|
||||
int species = Util.getIndex(CB_Species);
|
||||
DataTable spectable = PKX.SpeciesTable();
|
||||
int gt = (int)spectable.Rows[species][8];
|
||||
|
||||
if (gt > 255) // Single gender/genderless
|
||||
return;
|
||||
|
||||
if (gt < 256) // If not a single gender(less) species:
|
||||
{
|
||||
if (PKX.getGender(Label_Gender.Text) == 0) // ♂
|
||||
Label_Gender.Text = gendersymbols[1]; // ♀
|
||||
else
|
||||
Label_Gender.Text = gendersymbols[0]; // ♂
|
||||
|
||||
if (PKX.getGender(CB_Form.Text) == 0 && Label_Gender.Text != gendersymbols[0])
|
||||
CB_Form.SelectedIndex = 1;
|
||||
else if (PKX.getGender(CB_Form.Text) == 1 && Label_Gender.Text != gendersymbols[1])
|
||||
CB_Form.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
if (species == 668)
|
||||
CB_Form.SelectedIndex = PKX.getGender(Label_Gender.Text);
|
||||
|
||||
Write_Entry(null, null);
|
||||
}
|
||||
|
||||
public void setForms(int species, ComboBox cb)
|
||||
{
|
||||
// Form Tables
|
||||
//
|
||||
var form_unown = new[] {
|
||||
new { Text = "A", Value = 0 },
|
||||
new { Text = "B", Value = 1 },
|
||||
new { Text = "C", Value = 2 },
|
||||
new { Text = "D", Value = 3 },
|
||||
new { Text = "E", Value = 4 },
|
||||
new { Text = "F", Value = 5 },
|
||||
new { Text = "G", Value = 6 },
|
||||
new { Text = "H", Value = 7 },
|
||||
new { Text = "I", Value = 8 },
|
||||
new { Text = "J", Value = 9 },
|
||||
new { Text = "K", Value = 10 },
|
||||
new { Text = "L", Value = 11 },
|
||||
new { Text = "M", Value = 12 },
|
||||
new { Text = "N", Value = 13 },
|
||||
new { Text = "O", Value = 14 },
|
||||
new { Text = "P", Value = 15 },
|
||||
new { Text = "Q", Value = 16 },
|
||||
new { Text = "R", Value = 17 },
|
||||
new { Text = "S", Value = 18 },
|
||||
new { Text = "T", Value = 19 },
|
||||
new { Text = "U", Value = 20 },
|
||||
new { Text = "V", Value = 21 },
|
||||
new { Text = "W", Value = 22 },
|
||||
new { Text = "X", Value = 23 },
|
||||
new { Text = "Y", Value = 24 },
|
||||
new { Text = "Z", Value = 25 },
|
||||
new { Text = "!", Value = 26 },
|
||||
new { Text = "?", Value = 27 },
|
||||
};
|
||||
var form_castform = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = forms[789], Value = 1 }, // Sunny
|
||||
new { Text = forms[790], Value = 2 }, // Rainy
|
||||
new { Text = forms[791], Value = 3 }, // Snowy
|
||||
};
|
||||
var form_shellos = new[] {
|
||||
new { Text = forms[422], Value = 0 }, // West
|
||||
new { Text = forms[811], Value = 1 }, // East
|
||||
};
|
||||
var form_deoxys = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = forms[802], Value = 1 }, // Attack
|
||||
new { Text = forms[803], Value = 2 }, // Defense
|
||||
new { Text = forms[804], Value = 3 }, // Speed
|
||||
};
|
||||
var form_burmy = new[] {
|
||||
new { Text = forms[412], Value = 0 }, // Plant
|
||||
new { Text = forms[805], Value = 1 }, // Sandy
|
||||
new { Text = forms[806], Value = 2 }, // Trash
|
||||
};
|
||||
var form_cherrim = new[] {
|
||||
new { Text = forms[421], Value = 0 }, // Overcast
|
||||
new { Text = forms[809], Value = 1 }, // Sunshine
|
||||
};
|
||||
var form_rotom = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = forms[817], Value = 1 }, // Heat
|
||||
new { Text = forms[818], Value = 2 }, // Wash
|
||||
new { Text = forms[819], Value = 3 }, // Frost
|
||||
new { Text = forms[820], Value = 4 }, // Fan
|
||||
new { Text = forms[821], Value = 5 }, // Mow
|
||||
};
|
||||
var form_giratina = new[] {
|
||||
new { Text = forms[487], Value = 0 }, // Altered
|
||||
new { Text = forms[822], Value = 1 }, // Origin
|
||||
};
|
||||
var form_shaymin = new[] {
|
||||
new { Text = forms[492], Value = 0 }, // Land
|
||||
new { Text = forms[823], Value = 1 }, // Sky
|
||||
};
|
||||
var form_arceus = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = types[1], Value = 1 }, // Fighting
|
||||
new { Text = types[2], Value = 2 }, // Flying
|
||||
new { Text = types[3], Value = 3 }, // Poison
|
||||
new { Text = types[4], Value = 4 }, // etc
|
||||
new { Text = types[5], Value = 5 },
|
||||
new { Text = types[6], Value = 6 },
|
||||
new { Text = types[7], Value = 7 },
|
||||
new { Text = types[8], Value = 8 },
|
||||
new { Text = types[9], Value = 9 },
|
||||
new { Text = types[10], Value = 10 },
|
||||
new { Text = types[11], Value = 11 },
|
||||
new { Text = types[12], Value = 12 },
|
||||
new { Text = types[13], Value = 13 },
|
||||
new { Text = types[14], Value = 14 },
|
||||
new { Text = types[15], Value = 15 },
|
||||
new { Text = types[16], Value = 16 },
|
||||
new { Text = types[17], Value = 17 },
|
||||
};
|
||||
var form_basculin = new[] {
|
||||
new { Text = forms[550], Value = 0 }, // Red
|
||||
new { Text = forms[842], Value = 1 }, // Blue
|
||||
};
|
||||
var form_darmanitan = new[] {
|
||||
new { Text = forms[555], Value = 0 }, // Standard
|
||||
new { Text = forms[843], Value = 1 }, // Zen
|
||||
};
|
||||
var form_deerling = new[] {
|
||||
new { Text = forms[585], Value = 0 }, // Spring
|
||||
new { Text = forms[844], Value = 1 }, // Summer
|
||||
new { Text = forms[845], Value = 2 }, // Autumn
|
||||
new { Text = forms[846], Value = 3 }, // Winter
|
||||
};
|
||||
var form_gender = new[] {
|
||||
new { Text = gendersymbols[0], Value = 0 }, // Male
|
||||
new { Text = gendersymbols[1], Value = 1 }, // Female
|
||||
};
|
||||
var form_therian = new[] {
|
||||
new { Text = forms[641], Value = 0 }, // Incarnate
|
||||
new { Text = forms[852], Value = 1 }, // Therian
|
||||
};
|
||||
var form_kyurem = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = forms[853], Value = 1 }, // White
|
||||
new { Text = forms[854], Value = 2 }, // Black
|
||||
};
|
||||
var form_keldeo = new[] {
|
||||
new { Text = forms[647], Value = 0 }, // Ordinary
|
||||
new { Text = forms[855], Value = 1 }, // Resolute
|
||||
};
|
||||
var form_meloetta = new[] {
|
||||
new { Text = forms[648], Value = 0 }, // Aria
|
||||
new { Text = forms[856], Value = 1 }, // Pirouette
|
||||
};
|
||||
var form_genesect = new[] {
|
||||
new { Text = types[0], Value = 0 }, // Normal
|
||||
new { Text = types[10], Value = 1 }, // Douse
|
||||
new { Text = types[12], Value = 2 }, // Shock
|
||||
new { Text = types[9], Value = 3 }, // Burn
|
||||
new { Text = types[14], Value = 4 }, // Chill
|
||||
};
|
||||
var form_flabebe = new[] {
|
||||
new { Text = forms[669], Value = 0 }, // Red
|
||||
new { Text = forms[884], Value = 1 }, // Yellow
|
||||
new { Text = forms[885], Value = 2 }, // Orange
|
||||
new { Text = forms[886], Value = 3 }, // Blue
|
||||
new { Text = forms[887], Value = 4 }, // White
|
||||
};
|
||||
var form_floette = new[] {
|
||||
new { Text = forms[669], Value = 0 }, // Red
|
||||
new { Text = forms[884], Value = 1 }, // Yellow
|
||||
new { Text = forms[885], Value = 2 }, // Orange
|
||||
new { Text = forms[886], Value = 3 }, // Blue
|
||||
new { Text = forms[887], Value = 4 }, // White
|
||||
new { Text = forms[888], Value = 5 }, // Eternal
|
||||
};
|
||||
var form_furfrou = new[] {
|
||||
new { Text = forms[676], Value = 0 }, // Natural
|
||||
new { Text = forms[893], Value = 1 }, // Heart
|
||||
new { Text = forms[894], Value = 2 }, // Star
|
||||
new { Text = forms[895], Value = 3 }, // Diamond
|
||||
new { Text = forms[896], Value = 4 }, // Deputante
|
||||
new { Text = forms[897], Value = 5 }, // Matron
|
||||
new { Text = forms[898], Value = 6 }, // Dandy
|
||||
new { Text = forms[899], Value = 7 }, // La Reine
|
||||
new { Text = forms[900], Value = 8 }, // Kabuki
|
||||
new { Text = forms[901], Value = 9 }, // Pharaoh
|
||||
};
|
||||
var form_aegislash = new[] {
|
||||
new { Text = forms[681], Value = 0 }, // Shield
|
||||
new { Text = forms[903], Value = 1 }, // Blade
|
||||
};
|
||||
var form_butterfly = new[] {
|
||||
new { Text = forms[666], Value = 0 }, // Icy Snow
|
||||
new { Text = forms[861], Value = 1 }, // Polar
|
||||
new { Text = forms[862], Value = 2 }, // Tundra
|
||||
new { Text = forms[863], Value = 3 }, // Continental
|
||||
new { Text = forms[864], Value = 4 }, // Garden
|
||||
new { Text = forms[865], Value = 5 }, // Elegant
|
||||
new { Text = forms[866], Value = 6 }, // Meadow
|
||||
new { Text = forms[867], Value = 7 }, // Modern
|
||||
new { Text = forms[868], Value = 8 }, // Marine
|
||||
new { Text = forms[869], Value = 9 }, // Archipelago
|
||||
new { Text = forms[870], Value = 10 }, // High-Plains
|
||||
new { Text = forms[871], Value = 11 }, // Sandstorm
|
||||
new { Text = forms[872], Value = 12 }, // River
|
||||
new { Text = forms[873], Value = 13 }, // Monsoon
|
||||
new { Text = forms[874], Value = 14 }, // Savannah
|
||||
new { Text = forms[875], Value = 15 }, // Sun
|
||||
new { Text = forms[876], Value = 16 }, // Ocean
|
||||
new { Text = forms[877], Value = 17 }, // Jungle
|
||||
new { Text = forms[878], Value = 18 }, // Fancy
|
||||
new { Text = forms[879], Value = 19 }, // Poké Ball
|
||||
};
|
||||
var form_list = new[] {
|
||||
new { Text = "", Value = 0}, // None
|
||||
};
|
||||
var form_pump = new[] {
|
||||
new { Text = forms[904], Value = 0 }, // Small
|
||||
new { Text = forms[710], Value = 1 }, // Average
|
||||
new { Text = forms[905], Value = 2 }, // Large
|
||||
new { Text = forms[907], Value = 3 }, // Super
|
||||
};
|
||||
var form_mega = new[] {
|
||||
new { Text = types[0], Value = 0}, // Normal
|
||||
new { Text = forms[723], Value = 1}, // Mega
|
||||
};
|
||||
var form_megaxy = new[] {
|
||||
new { Text = types[0], Value = 0}, // Normal
|
||||
new { Text = forms[724], Value = 1}, // Mega X
|
||||
new { Text = forms[725], Value = 2}, // Mega Y
|
||||
};
|
||||
|
||||
var form_primal = new[] {
|
||||
new { Text = types[0], Value = 0},
|
||||
new { Text = forms[800], Value = 1},
|
||||
};
|
||||
var form_hoopa = new[] {
|
||||
new { Text = types[0], Value = 0},
|
||||
new { Text = forms[912], Value = 1},
|
||||
};
|
||||
var form_pikachu = new[] {
|
||||
new { Text = types[0], Value = 0}, // Normal
|
||||
new { Text = forms[729], Value = 1}, // Rockstar
|
||||
new { Text = forms[730], Value = 2}, // Belle
|
||||
new { Text = forms[731], Value = 3}, // Pop
|
||||
new { Text = forms[732], Value = 4}, // PhD
|
||||
new { Text = forms[733], Value = 5}, // Libre
|
||||
new { Text = forms[734], Value = 6}, // Cosplay
|
||||
};
|
||||
|
||||
cb.DataSource = form_list;
|
||||
cb.DisplayMember = "Text";
|
||||
cb.ValueMember = "Value";
|
||||
|
||||
// Mega List
|
||||
int[] mspec = { // XY
|
||||
003, 009, 065, 094, 115, 127, 130, 142, 181, 212, 214, 229, 248, 257, 282, 303, 306, 308, 310, 354, 359, 380, 381, 445, 448, 460,
|
||||
// ORAS
|
||||
015, 018, 080, 208, 254, 260, 302, 319, 323, 334, 362, 373, 376, 384, 428, 475, 531, 719,
|
||||
};
|
||||
for (int i = 0; i < mspec.Length; i++)
|
||||
{
|
||||
if (mspec[i] == species)
|
||||
{
|
||||
cb.DataSource = form_mega;
|
||||
cb.Enabled = true; // Mega Form Selection
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// MegaXY List
|
||||
if ((species == 6) || (species == 150))
|
||||
{
|
||||
cb.DataSource = form_megaxy;
|
||||
cb.Enabled = true; // Mega Form Selection
|
||||
return;
|
||||
}
|
||||
|
||||
// Regular Form List
|
||||
if (species == 025) { form_list = form_pikachu; }
|
||||
else if (species == 201) { form_list = form_unown; }
|
||||
else if (species == 351) { form_list = form_castform; }
|
||||
else if (species == 386) { form_list = form_deoxys; }
|
||||
else if (species == 421) { form_list = form_cherrim; }
|
||||
else if (species == 479) { form_list = form_rotom; }
|
||||
else if (species == 487) { form_list = form_giratina; }
|
||||
else if (species == 492) { form_list = form_shaymin; }
|
||||
else if (species == 493) { form_list = form_arceus; }
|
||||
else if (species == 550) { form_list = form_basculin; }
|
||||
else if (species == 555) { form_list = form_darmanitan; }
|
||||
else if (species == 646) { form_list = form_kyurem; }
|
||||
else if (species == 647) { form_list = form_keldeo; }
|
||||
else if (species == 648) { form_list = form_meloetta; }
|
||||
else if (species == 649) { form_list = form_genesect; }
|
||||
else if (species == 676) { form_list = form_furfrou; }
|
||||
else if (species == 681) { form_list = form_aegislash; }
|
||||
else if (species == 670) { form_list = form_floette; }
|
||||
|
||||
else if ((species == 669) || (species == 671)) { form_list = form_flabebe; }
|
||||
else if ((species == 412) || (species == 413)) { form_list = form_burmy; }
|
||||
else if ((species == 422) || (species == 423)) { form_list = form_shellos; }
|
||||
else if ((species == 585) || (species == 586)) { form_list = form_deerling; }
|
||||
else if ((species == 710) || (species == 711)) { form_list = form_pump; }
|
||||
|
||||
else if ((species == 666) || (species == 665) || (species == 664)) { form_list = form_butterfly; }
|
||||
else if ((species == 592) || (species == 593) || (species == 678)) { form_list = form_gender; }
|
||||
else if ((species == 641) || (species == 642) || (species == 645)) { form_list = form_therian; }
|
||||
|
||||
// ORAS
|
||||
else if (species == 382 || species == 383) { form_list = form_primal; }
|
||||
else if (species == 720) { form_list = form_hoopa; }
|
||||
|
||||
else
|
||||
{
|
||||
cb.Enabled = false;
|
||||
return;
|
||||
};
|
||||
|
||||
cb.DataSource = form_list;
|
||||
cb.Enabled = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue