mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-04-25 07:36:53 -05:00
Added extra parameter to Item editor.
This commit is contained in:
parent
2a22ad35c2
commit
1c38758976
Binary file not shown.
232
GBAPokemonGameEditor/ItemEditor.Designer.vb
generated
232
GBAPokemonGameEditor/ItemEditor.Designer.vb
generated
|
|
@ -63,6 +63,8 @@ Partial Class ItemEditor
|
|||
Me.BattleUsagePTTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.Label14 = New System.Windows.Forms.Label()
|
||||
Me.BUTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.Label15 = New System.Windows.Forms.Label()
|
||||
Me.ExtParTxt = New System.Windows.Forms.TextBox()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
CType(Me.ItemImagePictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
|
|
@ -73,35 +75,40 @@ Partial Class ItemEditor
|
|||
'
|
||||
Me.GroupBox1.Controls.Add(Me.ChangeNameTextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.ItemListComboBox)
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(16, 15)
|
||||
Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(150, 82)
|
||||
Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(200, 101)
|
||||
Me.GroupBox1.TabIndex = 0
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Item Names:"
|
||||
'
|
||||
'ChangeNameTextBox
|
||||
'
|
||||
Me.ChangeNameTextBox.Location = New System.Drawing.Point(18, 46)
|
||||
Me.ChangeNameTextBox.Location = New System.Drawing.Point(24, 57)
|
||||
Me.ChangeNameTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ChangeNameTextBox.MaxLength = 13
|
||||
Me.ChangeNameTextBox.Name = "ChangeNameTextBox"
|
||||
Me.ChangeNameTextBox.Size = New System.Drawing.Size(118, 20)
|
||||
Me.ChangeNameTextBox.Size = New System.Drawing.Size(156, 22)
|
||||
Me.ChangeNameTextBox.TabIndex = 1
|
||||
'
|
||||
'ItemListComboBox
|
||||
'
|
||||
Me.ItemListComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.ItemListComboBox.FormattingEnabled = True
|
||||
Me.ItemListComboBox.Location = New System.Drawing.Point(18, 19)
|
||||
Me.ItemListComboBox.Location = New System.Drawing.Point(24, 23)
|
||||
Me.ItemListComboBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ItemListComboBox.Name = "ItemListComboBox"
|
||||
Me.ItemListComboBox.Size = New System.Drawing.Size(118, 21)
|
||||
Me.ItemListComboBox.Size = New System.Drawing.Size(156, 24)
|
||||
Me.ItemListComboBox.TabIndex = 0
|
||||
'
|
||||
'SaveBttn
|
||||
'
|
||||
Me.SaveBttn.Location = New System.Drawing.Point(30, 268)
|
||||
Me.SaveBttn.Location = New System.Drawing.Point(40, 330)
|
||||
Me.SaveBttn.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.SaveBttn.Name = "SaveBttn"
|
||||
Me.SaveBttn.Size = New System.Drawing.Size(95, 33)
|
||||
Me.SaveBttn.Size = New System.Drawing.Size(127, 41)
|
||||
Me.SaveBttn.TabIndex = 1
|
||||
Me.SaveBttn.Text = "Save"
|
||||
Me.SaveBttn.UseVisualStyleBackColor = True
|
||||
|
|
@ -109,33 +116,37 @@ Partial Class ItemEditor
|
|||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(165, 209)
|
||||
Me.Label1.Location = New System.Drawing.Point(220, 257)
|
||||
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(36, 13)
|
||||
Me.Label1.Size = New System.Drawing.Size(45, 17)
|
||||
Me.Label1.TabIndex = 2
|
||||
Me.Label1.Text = "Index:"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(165, 234)
|
||||
Me.Label2.Location = New System.Drawing.Point(220, 288)
|
||||
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(34, 13)
|
||||
Me.Label2.Size = New System.Drawing.Size(44, 17)
|
||||
Me.Label2.TabIndex = 3
|
||||
Me.Label2.Text = "Price:"
|
||||
'
|
||||
'IndexTextBox
|
||||
'
|
||||
Me.IndexTextBox.Location = New System.Drawing.Point(230, 206)
|
||||
Me.IndexTextBox.Location = New System.Drawing.Point(307, 254)
|
||||
Me.IndexTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.IndexTextBox.Name = "IndexTextBox"
|
||||
Me.IndexTextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.IndexTextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.IndexTextBox.TabIndex = 4
|
||||
'
|
||||
'PriceTextBox
|
||||
'
|
||||
Me.PriceTextBox.Location = New System.Drawing.Point(230, 231)
|
||||
Me.PriceTextBox.Location = New System.Drawing.Point(307, 284)
|
||||
Me.PriceTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.PriceTextBox.Name = "PriceTextBox"
|
||||
Me.PriceTextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.PriceTextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.PriceTextBox.TabIndex = 5
|
||||
'
|
||||
'GroupBox2
|
||||
|
|
@ -146,67 +157,76 @@ Partial Class ItemEditor
|
|||
Me.GroupBox2.Controls.Add(Me.ItmImgPntrTextBox)
|
||||
Me.GroupBox2.Controls.Add(Me.Label3)
|
||||
Me.GroupBox2.Controls.Add(Me.ItemImagePictureBox)
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(12, 100)
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(16, 123)
|
||||
Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(134, 153)
|
||||
Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(179, 188)
|
||||
Me.GroupBox2.TabIndex = 6
|
||||
Me.GroupBox2.TabStop = False
|
||||
Me.GroupBox2.Text = "Item Image:"
|
||||
'
|
||||
'ItmRpntBttn
|
||||
'
|
||||
Me.ItmRpntBttn.Location = New System.Drawing.Point(20, 80)
|
||||
Me.ItmRpntBttn.Location = New System.Drawing.Point(27, 98)
|
||||
Me.ItmRpntBttn.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ItmRpntBttn.Name = "ItmRpntBttn"
|
||||
Me.ItmRpntBttn.Size = New System.Drawing.Size(99, 23)
|
||||
Me.ItmRpntBttn.Size = New System.Drawing.Size(132, 28)
|
||||
Me.ItmRpntBttn.TabIndex = 5
|
||||
Me.ItmRpntBttn.Text = "Repoint"
|
||||
Me.ItmRpntBttn.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ItmPlPntrTextBox
|
||||
'
|
||||
Me.ItmPlPntrTextBox.Location = New System.Drawing.Point(62, 46)
|
||||
Me.ItmPlPntrTextBox.Location = New System.Drawing.Point(83, 57)
|
||||
Me.ItmPlPntrTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ItmPlPntrTextBox.Name = "ItmPlPntrTextBox"
|
||||
Me.ItmPlPntrTextBox.Size = New System.Drawing.Size(57, 20)
|
||||
Me.ItmPlPntrTextBox.Size = New System.Drawing.Size(75, 22)
|
||||
Me.ItmPlPntrTextBox.TabIndex = 4
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(17, 49)
|
||||
Me.Label4.Location = New System.Drawing.Point(23, 60)
|
||||
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(25, 13)
|
||||
Me.Label4.Size = New System.Drawing.Size(32, 17)
|
||||
Me.Label4.TabIndex = 3
|
||||
Me.Label4.Text = "Pal:"
|
||||
'
|
||||
'ItmImgPntrTextBox
|
||||
'
|
||||
Me.ItmImgPntrTextBox.Location = New System.Drawing.Point(62, 16)
|
||||
Me.ItmImgPntrTextBox.Location = New System.Drawing.Point(83, 20)
|
||||
Me.ItmImgPntrTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ItmImgPntrTextBox.Name = "ItmImgPntrTextBox"
|
||||
Me.ItmImgPntrTextBox.Size = New System.Drawing.Size(57, 20)
|
||||
Me.ItmImgPntrTextBox.Size = New System.Drawing.Size(75, 22)
|
||||
Me.ItmImgPntrTextBox.TabIndex = 2
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(17, 22)
|
||||
Me.Label3.Location = New System.Drawing.Point(23, 27)
|
||||
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(39, 13)
|
||||
Me.Label3.Size = New System.Drawing.Size(50, 17)
|
||||
Me.Label3.TabIndex = 1
|
||||
Me.Label3.Text = "Image:"
|
||||
'
|
||||
'ItemImagePictureBox
|
||||
'
|
||||
Me.ItemImagePictureBox.Location = New System.Drawing.Point(62, 109)
|
||||
Me.ItemImagePictureBox.Location = New System.Drawing.Point(83, 134)
|
||||
Me.ItemImagePictureBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ItemImagePictureBox.Name = "ItemImagePictureBox"
|
||||
Me.ItemImagePictureBox.Size = New System.Drawing.Size(32, 32)
|
||||
Me.ItemImagePictureBox.Size = New System.Drawing.Size(43, 39)
|
||||
Me.ItemImagePictureBox.TabIndex = 0
|
||||
Me.ItemImagePictureBox.TabStop = False
|
||||
'
|
||||
'DscrpRpntBttn
|
||||
'
|
||||
Me.DscrpRpntBttn.Location = New System.Drawing.Point(104, 19)
|
||||
Me.DscrpRpntBttn.Location = New System.Drawing.Point(139, 23)
|
||||
Me.DscrpRpntBttn.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.DscrpRpntBttn.Name = "DscrpRpntBttn"
|
||||
Me.DscrpRpntBttn.Size = New System.Drawing.Size(67, 20)
|
||||
Me.DscrpRpntBttn.Size = New System.Drawing.Size(89, 25)
|
||||
Me.DscrpRpntBttn.TabIndex = 31
|
||||
Me.DscrpRpntBttn.Text = "Repoint"
|
||||
Me.DscrpRpntBttn.UseVisualStyleBackColor = True
|
||||
|
|
@ -214,25 +234,28 @@ Partial Class ItemEditor
|
|||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Location = New System.Drawing.Point(12, 49)
|
||||
Me.Label10.Location = New System.Drawing.Point(16, 60)
|
||||
Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(63, 13)
|
||||
Me.Label10.Size = New System.Drawing.Size(83, 17)
|
||||
Me.Label10.TabIndex = 30
|
||||
Me.Label10.Text = "Description:"
|
||||
'
|
||||
'DsrptnTextBox
|
||||
'
|
||||
Me.DsrptnTextBox.Location = New System.Drawing.Point(15, 72)
|
||||
Me.DsrptnTextBox.Location = New System.Drawing.Point(20, 89)
|
||||
Me.DsrptnTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.DsrptnTextBox.Multiline = True
|
||||
Me.DsrptnTextBox.Name = "DsrptnTextBox"
|
||||
Me.DsrptnTextBox.Size = New System.Drawing.Size(156, 74)
|
||||
Me.DsrptnTextBox.Size = New System.Drawing.Size(207, 90)
|
||||
Me.DsrptnTextBox.TabIndex = 29
|
||||
'
|
||||
'DescribPointTextBox
|
||||
'
|
||||
Me.DescribPointTextBox.Location = New System.Drawing.Point(15, 19)
|
||||
Me.DescribPointTextBox.Location = New System.Drawing.Point(20, 23)
|
||||
Me.DescribPointTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.DescribPointTextBox.Name = "DescribPointTextBox"
|
||||
Me.DescribPointTextBox.Size = New System.Drawing.Size(83, 20)
|
||||
Me.DescribPointTextBox.Size = New System.Drawing.Size(109, 22)
|
||||
Me.DescribPointTextBox.TabIndex = 28
|
||||
'
|
||||
'GroupBox3
|
||||
|
|
@ -243,9 +266,11 @@ Partial Class ItemEditor
|
|||
Me.GroupBox3.Controls.Add(Me.DscrpRpntBttn)
|
||||
Me.GroupBox3.Controls.Add(Me.DsrptnTextBox)
|
||||
Me.GroupBox3.Controls.Add(Me.Label10)
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(168, 12)
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(224, 15)
|
||||
Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(188, 188)
|
||||
Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(251, 231)
|
||||
Me.GroupBox3.TabIndex = 32
|
||||
Me.GroupBox3.TabStop = False
|
||||
Me.GroupBox3.Text = "Description Pointer:"
|
||||
|
|
@ -254,17 +279,19 @@ Partial Class ItemEditor
|
|||
'
|
||||
Me.Label21.AutoSize = True
|
||||
Me.Label21.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
Me.Label21.Location = New System.Drawing.Point(14, 149)
|
||||
Me.Label21.Location = New System.Drawing.Point(19, 183)
|
||||
Me.Label21.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label21.Name = "Label21"
|
||||
Me.Label21.Size = New System.Drawing.Size(43, 13)
|
||||
Me.Label21.Size = New System.Drawing.Size(56, 17)
|
||||
Me.Label21.TabIndex = 33
|
||||
Me.Label21.Text = "Length:"
|
||||
'
|
||||
'Button6
|
||||
'
|
||||
Me.Button6.Location = New System.Drawing.Point(104, 162)
|
||||
Me.Button6.Location = New System.Drawing.Point(139, 199)
|
||||
Me.Button6.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.Button6.Name = "Button6"
|
||||
Me.Button6.Size = New System.Drawing.Size(67, 20)
|
||||
Me.Button6.Size = New System.Drawing.Size(89, 25)
|
||||
Me.Button6.TabIndex = 32
|
||||
Me.Button6.Text = "Save"
|
||||
Me.Button6.UseVisualStyleBackColor = True
|
||||
|
|
@ -272,64 +299,72 @@ Partial Class ItemEditor
|
|||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(162, 260)
|
||||
Me.Label5.Location = New System.Drawing.Point(216, 320)
|
||||
Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(63, 13)
|
||||
Me.Label5.Size = New System.Drawing.Size(81, 17)
|
||||
Me.Label5.TabIndex = 33
|
||||
Me.Label5.Text = "Hold Effect:"
|
||||
'
|
||||
'HoldEffectTextBox
|
||||
'
|
||||
Me.HoldEffectTextBox.Location = New System.Drawing.Point(230, 257)
|
||||
Me.HoldEffectTextBox.Location = New System.Drawing.Point(307, 316)
|
||||
Me.HoldEffectTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.HoldEffectTextBox.Name = "HoldEffectTextBox"
|
||||
Me.HoldEffectTextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.HoldEffectTextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.HoldEffectTextBox.TabIndex = 34
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(162, 286)
|
||||
Me.Label6.Location = New System.Drawing.Point(216, 352)
|
||||
Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(37, 13)
|
||||
Me.Label6.Size = New System.Drawing.Size(78, 17)
|
||||
Me.Label6.TabIndex = 35
|
||||
Me.Label6.Text = "Value:"
|
||||
Me.Label6.Text = "Parameter:"
|
||||
'
|
||||
'ValueTextBox
|
||||
'
|
||||
Me.ValueTextBox.Location = New System.Drawing.Point(230, 283)
|
||||
Me.ValueTextBox.Location = New System.Drawing.Point(307, 348)
|
||||
Me.ValueTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.ValueTextBox.Name = "ValueTextBox"
|
||||
Me.ValueTextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.ValueTextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.ValueTextBox.TabIndex = 36
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(282, 209)
|
||||
Me.Label7.Location = New System.Drawing.Point(376, 257)
|
||||
Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(78, 13)
|
||||
Me.Label7.Size = New System.Drawing.Size(102, 17)
|
||||
Me.Label7.TabIndex = 37
|
||||
Me.Label7.Text = "KeyItem Value:"
|
||||
'
|
||||
'MysteryValue2TextBox
|
||||
'
|
||||
Me.MysteryValue2TextBox.Location = New System.Drawing.Point(378, 231)
|
||||
Me.MysteryValue2TextBox.Location = New System.Drawing.Point(504, 284)
|
||||
Me.MysteryValue2TextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.MysteryValue2TextBox.Name = "MysteryValue2TextBox"
|
||||
Me.MysteryValue2TextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.MysteryValue2TextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.MysteryValue2TextBox.TabIndex = 39
|
||||
'
|
||||
'MysteryValue1TextBox
|
||||
'
|
||||
Me.MysteryValue1TextBox.Location = New System.Drawing.Point(378, 206)
|
||||
Me.MysteryValue1TextBox.Location = New System.Drawing.Point(504, 254)
|
||||
Me.MysteryValue1TextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.MysteryValue1TextBox.Name = "MysteryValue1TextBox"
|
||||
Me.MysteryValue1TextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.MysteryValue1TextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.MysteryValue1TextBox.TabIndex = 38
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(282, 260)
|
||||
Me.Label8.Location = New System.Drawing.Point(376, 320)
|
||||
Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(44, 13)
|
||||
Me.Label8.Size = New System.Drawing.Size(55, 17)
|
||||
Me.Label8.TabIndex = 40
|
||||
Me.Label8.Text = "Pocket:"
|
||||
'
|
||||
|
|
@ -338,89 +373,117 @@ Partial Class ItemEditor
|
|||
Me.PocketComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.PocketComboBox.FormattingEnabled = True
|
||||
Me.PocketComboBox.Items.AddRange(New Object() {"???", "Items", "Poke Balls", "TM/HM's", "Berries", "Key Items"})
|
||||
Me.PocketComboBox.Location = New System.Drawing.Point(378, 257)
|
||||
Me.PocketComboBox.Location = New System.Drawing.Point(504, 316)
|
||||
Me.PocketComboBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.PocketComboBox.Name = "PocketComboBox"
|
||||
Me.PocketComboBox.Size = New System.Drawing.Size(82, 21)
|
||||
Me.PocketComboBox.Size = New System.Drawing.Size(108, 24)
|
||||
Me.PocketComboBox.TabIndex = 41
|
||||
'
|
||||
'TypeTextBox
|
||||
'
|
||||
Me.TypeTextBox.Location = New System.Drawing.Point(378, 283)
|
||||
Me.TypeTextBox.Location = New System.Drawing.Point(504, 348)
|
||||
Me.TypeTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.TypeTextBox.Name = "TypeTextBox"
|
||||
Me.TypeTextBox.Size = New System.Drawing.Size(40, 20)
|
||||
Me.TypeTextBox.Size = New System.Drawing.Size(52, 22)
|
||||
Me.TypeTextBox.TabIndex = 43
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(282, 283)
|
||||
Me.Label9.Location = New System.Drawing.Point(376, 348)
|
||||
Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(34, 13)
|
||||
Me.Label9.Size = New System.Drawing.Size(44, 17)
|
||||
Me.Label9.TabIndex = 42
|
||||
Me.Label9.Text = "Type:"
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Location = New System.Drawing.Point(282, 234)
|
||||
Me.Label11.Location = New System.Drawing.Point(376, 288)
|
||||
Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(69, 13)
|
||||
Me.Label11.Size = New System.Drawing.Size(91, 17)
|
||||
Me.Label11.TabIndex = 44
|
||||
Me.Label11.Text = "Bag Keyitem:"
|
||||
'
|
||||
'FieldUsagePTTextBox
|
||||
'
|
||||
Me.FieldUsagePTTextBox.Location = New System.Drawing.Point(372, 58)
|
||||
Me.FieldUsagePTTextBox.Location = New System.Drawing.Point(496, 71)
|
||||
Me.FieldUsagePTTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.FieldUsagePTTextBox.Name = "FieldUsagePTTextBox"
|
||||
Me.FieldUsagePTTextBox.Size = New System.Drawing.Size(83, 20)
|
||||
Me.FieldUsagePTTextBox.Size = New System.Drawing.Size(109, 22)
|
||||
Me.FieldUsagePTTextBox.TabIndex = 45
|
||||
'
|
||||
'Label12
|
||||
'
|
||||
Me.Label12.AutoSize = True
|
||||
Me.Label12.Location = New System.Drawing.Point(369, 35)
|
||||
Me.Label12.Location = New System.Drawing.Point(492, 43)
|
||||
Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label12.Name = "Label12"
|
||||
Me.Label12.Size = New System.Drawing.Size(102, 13)
|
||||
Me.Label12.Size = New System.Drawing.Size(136, 17)
|
||||
Me.Label12.TabIndex = 46
|
||||
Me.Label12.Text = "Field Usage Pointer:"
|
||||
'
|
||||
'Label13
|
||||
'
|
||||
Me.Label13.AutoSize = True
|
||||
Me.Label13.Location = New System.Drawing.Point(369, 87)
|
||||
Me.Label13.Location = New System.Drawing.Point(492, 107)
|
||||
Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(107, 13)
|
||||
Me.Label13.Size = New System.Drawing.Size(142, 17)
|
||||
Me.Label13.TabIndex = 48
|
||||
Me.Label13.Text = "Battle Usage Pointer:"
|
||||
'
|
||||
'BattleUsagePTTextBox
|
||||
'
|
||||
Me.BattleUsagePTTextBox.Location = New System.Drawing.Point(372, 115)
|
||||
Me.BattleUsagePTTextBox.Location = New System.Drawing.Point(496, 142)
|
||||
Me.BattleUsagePTTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.BattleUsagePTTextBox.Name = "BattleUsagePTTextBox"
|
||||
Me.BattleUsagePTTextBox.Size = New System.Drawing.Size(83, 20)
|
||||
Me.BattleUsagePTTextBox.Size = New System.Drawing.Size(109, 22)
|
||||
Me.BattleUsagePTTextBox.TabIndex = 47
|
||||
'
|
||||
'Label14
|
||||
'
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Location = New System.Drawing.Point(369, 144)
|
||||
Me.Label14.Location = New System.Drawing.Point(492, 177)
|
||||
Me.Label14.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(71, 13)
|
||||
Me.Label14.Size = New System.Drawing.Size(93, 17)
|
||||
Me.Label14.TabIndex = 49
|
||||
Me.Label14.Text = "Battle Usage:"
|
||||
'
|
||||
'BUTextBox
|
||||
'
|
||||
Me.BUTextBox.Location = New System.Drawing.Point(446, 141)
|
||||
Me.BUTextBox.Location = New System.Drawing.Point(595, 174)
|
||||
Me.BUTextBox.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.BUTextBox.Name = "BUTextBox"
|
||||
Me.BUTextBox.Size = New System.Drawing.Size(25, 20)
|
||||
Me.BUTextBox.Size = New System.Drawing.Size(32, 22)
|
||||
Me.BUTextBox.TabIndex = 50
|
||||
'
|
||||
'Label15
|
||||
'
|
||||
Me.Label15.AutoSize = True
|
||||
Me.Label15.Location = New System.Drawing.Point(492, 198)
|
||||
Me.Label15.Name = "Label15"
|
||||
Me.Label15.Size = New System.Drawing.Size(114, 17)
|
||||
Me.Label15.TabIndex = 51
|
||||
Me.Label15.Text = "Extra Parameter:"
|
||||
'
|
||||
'ExtParTxt
|
||||
'
|
||||
Me.ExtParTxt.Location = New System.Drawing.Point(495, 218)
|
||||
Me.ExtParTxt.Name = "ExtParTxt"
|
||||
Me.ExtParTxt.Size = New System.Drawing.Size(110, 22)
|
||||
Me.ExtParTxt.TabIndex = 52
|
||||
'
|
||||
'ItemEditor
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(496, 316)
|
||||
Me.ClientSize = New System.Drawing.Size(661, 389)
|
||||
Me.Controls.Add(Me.ExtParTxt)
|
||||
Me.Controls.Add(Me.Label15)
|
||||
Me.Controls.Add(Me.BUTextBox)
|
||||
Me.Controls.Add(Me.Label14)
|
||||
Me.Controls.Add(Me.Label13)
|
||||
|
|
@ -449,6 +512,7 @@ Partial Class ItemEditor
|
|||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.MaximizeBox = False
|
||||
Me.Name = "ItemEditor"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
|
|
@ -505,4 +569,6 @@ Partial Class ItemEditor
|
|||
Friend WithEvents BUTextBox As TextBox
|
||||
Friend WithEvents Label21 As Label
|
||||
Friend WithEvents Button6 As Button
|
||||
Friend WithEvents Label15 As System.Windows.Forms.Label
|
||||
Friend WithEvents ExtParTxt As System.Windows.Forms.TextBox
|
||||
End Class
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Public Class ItemEditor
|
|||
BattleUsagePTTextBox.Text = Hex(Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, ((ItemBaseOff) + 36) + (ItemListComboBox.SelectedIndex * 44), 4))), System.Globalization.NumberStyles.HexNumber) - &H8000000)
|
||||
BUTextBox.Text = Int32.Parse((((ReadHEX(LoadedROM, ((ItemBaseOff) + 32) + (ItemListComboBox.SelectedIndex * 44), 1)))), System.Globalization.NumberStyles.HexNumber)
|
||||
|
||||
ExtParTxt.Text = ReverseHEX(ReadHEX(LoadedROM, ((ItemBaseOff) + 40) + (ItemListComboBox.SelectedIndex * 44), 4))
|
||||
|
||||
FileNum = FreeFile()
|
||||
FileOpen(FileNum, LoadedROM, OpenMode.Binary)
|
||||
|
|
@ -120,6 +121,8 @@ Public Class ItemEditor
|
|||
WriteHEX(LoadedROM, ((ItemBaseOff) + 36) + (ItemListComboBox.SelectedIndex * 44), ReverseHEX(Hex(Int32.Parse(((BattleUsagePTTextBox.Text)), System.Globalization.NumberStyles.HexNumber) + &H8000000)))
|
||||
WriteHEX(LoadedROM, ((ItemBaseOff) + 32) + (listvar * 44), Hex(BUTextBox.Text))
|
||||
|
||||
WriteHEX(LoadedROM, ((ItemBaseOff) + 40) + (ItemListComboBox.SelectedIndex * 44), ReverseHEX(ExtParTxt.Text))
|
||||
|
||||
If header2 = "BPR" Or header2 = "BPG" Or header2 = "BPE" Then
|
||||
|
||||
Else
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ Public Class Pokemonedit
|
|||
|
||||
While LoopVar < (GetString(GetINIFileLocation(), header, "NumberOfEvolutionTypes", "") + 1) = True
|
||||
|
||||
EvoTypes.Items.Add(GetString(GetINIFileLocation(), header, "EvolutionName" & LoopVar, ""))
|
||||
EvoTypes.Items.Add(GetString(GetINIFileLocation(), header, "EvolutionName" & LoopVar, "Filler"))
|
||||
|
||||
LoopVar = LoopVar + 1
|
||||
|
||||
|
|
@ -2185,6 +2185,8 @@ Public Class Pokemonedit
|
|||
TextBox6.Enabled = False
|
||||
TextBox6.Text = ""
|
||||
|
||||
'MsgBox(GetString(GetINIFileLocation(), header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0"))
|
||||
|
||||
If (GetString(GetINIFileLocation(), header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0")) = "none" Then
|
||||
|
||||
EvoPKMNames.Enabled = False
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>h21/oRf+OrZ0SKL2Eze383c55aiU/Jcj/l/9Ah+uiSQ=</dsig:DigestValue>
|
||||
<dsig:DigestValue>6ew58NOBldGe6c8PkTZKCPnWQJPc23GmAtZYU9hbcg8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -43,14 +43,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2046464">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2048512">
|
||||
<assemblyIdentity name="PokemonGameEditor" version="3.7.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tfWFhScAg+LRxfX58UOy3LgHaPfSRDHg41EYHZstFYo=</dsig:DigestValue>
|
||||
<dsig:DigestValue>EucaHAdTZ8vwaknRacYCHNL84YRF45iFTgVK+FSsjJs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -16,7 +16,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>h21/oRf+OrZ0SKL2Eze383c55aiU/Jcj/l/9Ah+uiSQ=</dsig:DigestValue>
|
||||
<dsig:DigestValue>6ew58NOBldGe6c8PkTZKCPnWQJPc23GmAtZYU9hbcg8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -43,14 +43,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2046464">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2048512">
|
||||
<assemblyIdentity name="PokemonGameEditor" version="3.7.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tfWFhScAg+LRxfX58UOy3LgHaPfSRDHg41EYHZstFYo=</dsig:DigestValue>
|
||||
<dsig:DigestValue>EucaHAdTZ8vwaknRacYCHNL84YRF45iFTgVK+FSsjJs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
238
GBAPokemonGameEditor/bin/Debug/errors.txt
Normal file
238
GBAPokemonGameEditor/bin/Debug/errors.txt
Normal file
|
|
@ -0,0 +1,238 @@
|
|||
Error! EvolutionName16 is missing for ROM BPEE!
|
||||
Error! EvolutionName17 is missing for ROM BPEE!
|
||||
Error! EvolutionName18 is missing for ROM BPEE!
|
||||
Error! EvolutionName19 is missing for ROM BPEE!
|
||||
Error! EvolutionName20 is missing for ROM BPEE!
|
||||
Error! EvolutionName21 is missing for ROM BPEE!
|
||||
Error! EvolutionName22 is missing for ROM BPEE!
|
||||
Error! EvolutionName23 is missing for ROM BPEE!
|
||||
Error! EvolutionName24 is missing for ROM BPEE!
|
||||
Error! EvolutionName25 is missing for ROM BPEE!
|
||||
Error! EvolutionName26 is missing for ROM BPEE!
|
||||
Error! EvolutionName27 is missing for ROM BPEE!
|
||||
Error! EvolutionName28 is missing for ROM BPEE!
|
||||
Error! EvolutionName29 is missing for ROM BPEE!
|
||||
Error! EvolutionName30 is missing for ROM BPEE!
|
||||
Error! EvolutionName31 is missing for ROM BPEE!
|
||||
Error! EvolutionName32 is missing for ROM BPEE!
|
||||
Error! EvolutionName33 is missing for ROM BPEE!
|
||||
Error! EvolutionName34 is missing for ROM BPEE!
|
||||
Error! EvolutionName35 is missing for ROM BPEE!
|
||||
Error! EvolutionName36 is missing for ROM BPEE!
|
||||
Error! EvolutionName37 is missing for ROM BPEE!
|
||||
Error! EvolutionName38 is missing for ROM BPEE!
|
||||
Error! EvolutionName39 is missing for ROM BPEE!
|
||||
Error! EvolutionName40 is missing for ROM BPEE!
|
||||
Error! EvolutionName41 is missing for ROM BPEE!
|
||||
Error! EvolutionName42 is missing for ROM BPEE!
|
||||
Error! EvolutionName43 is missing for ROM BPEE!
|
||||
Error! EvolutionName44 is missing for ROM BPEE!
|
||||
Error! EvolutionName45 is missing for ROM BPEE!
|
||||
Error! EvolutionName46 is missing for ROM BPEE!
|
||||
Error! EvolutionName47 is missing for ROM BPEE!
|
||||
Error! EvolutionName48 is missing for ROM BPEE!
|
||||
Error! EvolutionName49 is missing for ROM BPEE!
|
||||
Error! EvolutionName50 is missing for ROM BPEE!
|
||||
Error! EvolutionName51 is missing for ROM BPEE!
|
||||
Error! EvolutionName52 is missing for ROM BPEE!
|
||||
Error! EvolutionName53 is missing for ROM BPEE!
|
||||
Error! EvolutionName54 is missing for ROM BPEE!
|
||||
Error! EvolutionName55 is missing for ROM BPEE!
|
||||
Error! EvolutionName56 is missing for ROM BPEE!
|
||||
Error! EvolutionName57 is missing for ROM BPEE!
|
||||
Error! EvolutionName58 is missing for ROM BPEE!
|
||||
Error! EvolutionName59 is missing for ROM BPEE!
|
||||
Error! EvolutionName60 is missing for ROM BPEE!
|
||||
Error! EvolutionName61 is missing for ROM BPEE!
|
||||
Error! EvolutionName62 is missing for ROM BPEE!
|
||||
Error! EvolutionName63 is missing for ROM BPEE!
|
||||
Error! EvolutionName64 is missing for ROM BPEE!
|
||||
Error! EvolutionName65 is missing for ROM BPEE!
|
||||
Error! EvolutionName66 is missing for ROM BPEE!
|
||||
Error! EvolutionName67 is missing for ROM BPEE!
|
||||
Error! EvolutionName68 is missing for ROM BPEE!
|
||||
Error! EvolutionName69 is missing for ROM BPEE!
|
||||
Error! EvolutionName70 is missing for ROM BPEE!
|
||||
Error! EvolutionName71 is missing for ROM BPEE!
|
||||
Error! EvolutionName72 is missing for ROM BPEE!
|
||||
Error! EvolutionName73 is missing for ROM BPEE!
|
||||
Error! EvolutionName74 is missing for ROM BPEE!
|
||||
Error! EvolutionName75 is missing for ROM BPEE!
|
||||
Error! EvolutionName76 is missing for ROM BPEE!
|
||||
Error! EvolutionName77 is missing for ROM BPEE!
|
||||
Error! EvolutionName78 is missing for ROM BPEE!
|
||||
Error! EvolutionName79 is missing for ROM BPEE!
|
||||
Error! EvolutionName80 is missing for ROM BPEE!
|
||||
Error! EvolutionName81 is missing for ROM BPEE!
|
||||
Error! EvolutionName82 is missing for ROM BPEE!
|
||||
Error! EvolutionName83 is missing for ROM BPEE!
|
||||
Error! EvolutionName84 is missing for ROM BPEE!
|
||||
Error! EvolutionName85 is missing for ROM BPEE!
|
||||
Error! EvolutionName86 is missing for ROM BPEE!
|
||||
Error! EvolutionName87 is missing for ROM BPEE!
|
||||
Error! EvolutionName88 is missing for ROM BPEE!
|
||||
Error! EvolutionName89 is missing for ROM BPEE!
|
||||
Error! EvolutionName90 is missing for ROM BPEE!
|
||||
Error! EvolutionName91 is missing for ROM BPEE!
|
||||
Error! EvolutionName92 is missing for ROM BPEE!
|
||||
Error! EvolutionName93 is missing for ROM BPEE!
|
||||
Error! EvolutionName94 is missing for ROM BPEE!
|
||||
Error! EvolutionName95 is missing for ROM BPEE!
|
||||
Error! EvolutionName96 is missing for ROM BPEE!
|
||||
Error! EvolutionName97 is missing for ROM BPEE!
|
||||
Error! EvolutionName98 is missing for ROM BPEE!
|
||||
Error! EvolutionName99 is missing for ROM BPEE!
|
||||
Error! EvolutionName100 is missing for ROM BPEE!
|
||||
Error! EvolutionName101 is missing for ROM BPEE!
|
||||
Error! EvolutionName102 is missing for ROM BPEE!
|
||||
Error! EvolutionName103 is missing for ROM BPEE!
|
||||
Error! EvolutionName104 is missing for ROM BPEE!
|
||||
Error! EvolutionName105 is missing for ROM BPEE!
|
||||
Error! EvolutionName106 is missing for ROM BPEE!
|
||||
Error! EvolutionName107 is missing for ROM BPEE!
|
||||
Error! EvolutionName108 is missing for ROM BPEE!
|
||||
Error! EvolutionName109 is missing for ROM BPEE!
|
||||
Error! EvolutionName110 is missing for ROM BPEE!
|
||||
Error! EvolutionName111 is missing for ROM BPEE!
|
||||
Error! EvolutionName112 is missing for ROM BPEE!
|
||||
Error! EvolutionName113 is missing for ROM BPEE!
|
||||
Error! EvolutionName114 is missing for ROM BPEE!
|
||||
Error! EvolutionName115 is missing for ROM BPEE!
|
||||
Error! EvolutionName116 is missing for ROM BPEE!
|
||||
Error! EvolutionName117 is missing for ROM BPEE!
|
||||
Error! EvolutionName118 is missing for ROM BPEE!
|
||||
Error! EvolutionName119 is missing for ROM BPEE!
|
||||
Error! EvolutionName120 is missing for ROM BPEE!
|
||||
Error! EvolutionName121 is missing for ROM BPEE!
|
||||
Error! EvolutionName122 is missing for ROM BPEE!
|
||||
Error! EvolutionName123 is missing for ROM BPEE!
|
||||
Error! EvolutionName124 is missing for ROM BPEE!
|
||||
Error! EvolutionName125 is missing for ROM BPEE!
|
||||
Error! EvolutionName126 is missing for ROM BPEE!
|
||||
Error! EvolutionName127 is missing for ROM BPEE!
|
||||
Error! EvolutionName128 is missing for ROM BPEE!
|
||||
Error! EvolutionName129 is missing for ROM BPEE!
|
||||
Error! EvolutionName130 is missing for ROM BPEE!
|
||||
Error! EvolutionName131 is missing for ROM BPEE!
|
||||
Error! EvolutionName132 is missing for ROM BPEE!
|
||||
Error! EvolutionName133 is missing for ROM BPEE!
|
||||
Error! EvolutionName134 is missing for ROM BPEE!
|
||||
Error! EvolutionName135 is missing for ROM BPEE!
|
||||
Error! EvolutionName136 is missing for ROM BPEE!
|
||||
Error! EvolutionName137 is missing for ROM BPEE!
|
||||
Error! EvolutionName138 is missing for ROM BPEE!
|
||||
Error! EvolutionName139 is missing for ROM BPEE!
|
||||
Error! EvolutionName140 is missing for ROM BPEE!
|
||||
Error! EvolutionName141 is missing for ROM BPEE!
|
||||
Error! EvolutionName142 is missing for ROM BPEE!
|
||||
Error! EvolutionName143 is missing for ROM BPEE!
|
||||
Error! EvolutionName144 is missing for ROM BPEE!
|
||||
Error! EvolutionName145 is missing for ROM BPEE!
|
||||
Error! EvolutionName146 is missing for ROM BPEE!
|
||||
Error! EvolutionName147 is missing for ROM BPEE!
|
||||
Error! EvolutionName148 is missing for ROM BPEE!
|
||||
Error! EvolutionName149 is missing for ROM BPEE!
|
||||
Error! EvolutionName150 is missing for ROM BPEE!
|
||||
Error! EvolutionName151 is missing for ROM BPEE!
|
||||
Error! EvolutionName152 is missing for ROM BPEE!
|
||||
Error! EvolutionName153 is missing for ROM BPEE!
|
||||
Error! EvolutionName154 is missing for ROM BPEE!
|
||||
Error! EvolutionName155 is missing for ROM BPEE!
|
||||
Error! EvolutionName156 is missing for ROM BPEE!
|
||||
Error! EvolutionName157 is missing for ROM BPEE!
|
||||
Error! EvolutionName158 is missing for ROM BPEE!
|
||||
Error! EvolutionName159 is missing for ROM BPEE!
|
||||
Error! EvolutionName160 is missing for ROM BPEE!
|
||||
Error! EvolutionName161 is missing for ROM BPEE!
|
||||
Error! EvolutionName162 is missing for ROM BPEE!
|
||||
Error! EvolutionName163 is missing for ROM BPEE!
|
||||
Error! EvolutionName164 is missing for ROM BPEE!
|
||||
Error! EvolutionName165 is missing for ROM BPEE!
|
||||
Error! EvolutionName166 is missing for ROM BPEE!
|
||||
Error! EvolutionName167 is missing for ROM BPEE!
|
||||
Error! EvolutionName168 is missing for ROM BPEE!
|
||||
Error! EvolutionName169 is missing for ROM BPEE!
|
||||
Error! EvolutionName170 is missing for ROM BPEE!
|
||||
Error! EvolutionName171 is missing for ROM BPEE!
|
||||
Error! EvolutionName172 is missing for ROM BPEE!
|
||||
Error! EvolutionName173 is missing for ROM BPEE!
|
||||
Error! EvolutionName174 is missing for ROM BPEE!
|
||||
Error! EvolutionName175 is missing for ROM BPEE!
|
||||
Error! EvolutionName176 is missing for ROM BPEE!
|
||||
Error! EvolutionName177 is missing for ROM BPEE!
|
||||
Error! EvolutionName178 is missing for ROM BPEE!
|
||||
Error! EvolutionName179 is missing for ROM BPEE!
|
||||
Error! EvolutionName180 is missing for ROM BPEE!
|
||||
Error! EvolutionName181 is missing for ROM BPEE!
|
||||
Error! EvolutionName182 is missing for ROM BPEE!
|
||||
Error! EvolutionName183 is missing for ROM BPEE!
|
||||
Error! EvolutionName184 is missing for ROM BPEE!
|
||||
Error! EvolutionName185 is missing for ROM BPEE!
|
||||
Error! EvolutionName186 is missing for ROM BPEE!
|
||||
Error! EvolutionName187 is missing for ROM BPEE!
|
||||
Error! EvolutionName188 is missing for ROM BPEE!
|
||||
Error! EvolutionName189 is missing for ROM BPEE!
|
||||
Error! EvolutionName190 is missing for ROM BPEE!
|
||||
Error! EvolutionName191 is missing for ROM BPEE!
|
||||
Error! EvolutionName192 is missing for ROM BPEE!
|
||||
Error! EvolutionName193 is missing for ROM BPEE!
|
||||
Error! EvolutionName194 is missing for ROM BPEE!
|
||||
Error! EvolutionName195 is missing for ROM BPEE!
|
||||
Error! EvolutionName196 is missing for ROM BPEE!
|
||||
Error! EvolutionName197 is missing for ROM BPEE!
|
||||
Error! EvolutionName198 is missing for ROM BPEE!
|
||||
Error! EvolutionName199 is missing for ROM BPEE!
|
||||
Error! EvolutionName200 is missing for ROM BPEE!
|
||||
Error! EvolutionName201 is missing for ROM BPEE!
|
||||
Error! EvolutionName202 is missing for ROM BPEE!
|
||||
Error! EvolutionName203 is missing for ROM BPEE!
|
||||
Error! EvolutionName204 is missing for ROM BPEE!
|
||||
Error! EvolutionName205 is missing for ROM BPEE!
|
||||
Error! EvolutionName206 is missing for ROM BPEE!
|
||||
Error! EvolutionName207 is missing for ROM BPEE!
|
||||
Error! EvolutionName208 is missing for ROM BPEE!
|
||||
Error! EvolutionName209 is missing for ROM BPEE!
|
||||
Error! EvolutionName210 is missing for ROM BPEE!
|
||||
Error! EvolutionName211 is missing for ROM BPEE!
|
||||
Error! EvolutionName212 is missing for ROM BPEE!
|
||||
Error! EvolutionName213 is missing for ROM BPEE!
|
||||
Error! EvolutionName214 is missing for ROM BPEE!
|
||||
Error! EvolutionName215 is missing for ROM BPEE!
|
||||
Error! EvolutionName216 is missing for ROM BPEE!
|
||||
Error! EvolutionName217 is missing for ROM BPEE!
|
||||
Error! EvolutionName218 is missing for ROM BPEE!
|
||||
Error! EvolutionName219 is missing for ROM BPEE!
|
||||
Error! EvolutionName220 is missing for ROM BPEE!
|
||||
Error! EvolutionName221 is missing for ROM BPEE!
|
||||
Error! EvolutionName222 is missing for ROM BPEE!
|
||||
Error! EvolutionName223 is missing for ROM BPEE!
|
||||
Error! EvolutionName224 is missing for ROM BPEE!
|
||||
Error! EvolutionName225 is missing for ROM BPEE!
|
||||
Error! EvolutionName226 is missing for ROM BPEE!
|
||||
Error! EvolutionName227 is missing for ROM BPEE!
|
||||
Error! EvolutionName228 is missing for ROM BPEE!
|
||||
Error! EvolutionName229 is missing for ROM BPEE!
|
||||
Error! EvolutionName230 is missing for ROM BPEE!
|
||||
Error! EvolutionName231 is missing for ROM BPEE!
|
||||
Error! EvolutionName232 is missing for ROM BPEE!
|
||||
Error! EvolutionName233 is missing for ROM BPEE!
|
||||
Error! EvolutionName234 is missing for ROM BPEE!
|
||||
Error! EvolutionName235 is missing for ROM BPEE!
|
||||
Error! EvolutionName236 is missing for ROM BPEE!
|
||||
Error! EvolutionName237 is missing for ROM BPEE!
|
||||
Error! EvolutionName238 is missing for ROM BPEE!
|
||||
Error! EvolutionName239 is missing for ROM BPEE!
|
||||
Error! EvolutionName240 is missing for ROM BPEE!
|
||||
Error! EvolutionName241 is missing for ROM BPEE!
|
||||
Error! EvolutionName242 is missing for ROM BPEE!
|
||||
Error! EvolutionName243 is missing for ROM BPEE!
|
||||
Error! EvolutionName244 is missing for ROM BPEE!
|
||||
Error! EvolutionName245 is missing for ROM BPEE!
|
||||
Error! EvolutionName246 is missing for ROM BPEE!
|
||||
Error! EvolutionName247 is missing for ROM BPEE!
|
||||
Error! EvolutionName248 is missing for ROM BPEE!
|
||||
Error! EvolutionName249 is missing for ROM BPEE!
|
||||
Error! EvolutionName250 is missing for ROM BPEE!
|
||||
Error! EvolutionName251 is missing for ROM BPEE!
|
||||
Error! EvolutionName252 is missing for ROM BPEE!
|
||||
Error! EvolutionName253 is missing for ROM BPEE!
|
||||
|
|
@ -973,7 +973,7 @@ JamboLearnableMovesTerm=0000FF
|
|||
StartSearchingForSpaceOffset=E3CF64
|
||||
FreeSpaceSearchInterval=100
|
||||
NumberOfEvolutionsPerPokemon=5
|
||||
NumberOfEvolutionTypes=15
|
||||
NumberOfEvolutionTypes=255
|
||||
EvolutionName0=None
|
||||
EvolutionName1=Happiness
|
||||
EvolutionName2=Happiness (Day)
|
||||
|
|
@ -1006,6 +1006,12 @@ Evolution12Param=level
|
|||
Evolution13Param=evolvesbutnoparms
|
||||
Evolution14Param=level
|
||||
Evolution15Param=evolvesbasedonvalue
|
||||
EvolutionName252=Wish Mega Evolution
|
||||
Evolution252Param=attack
|
||||
EvolutionName251=Mega Evolution
|
||||
Evolution251Param=item
|
||||
EvolutionName255=Revert Megas
|
||||
Evolution255Param=evolvesbutnoparms
|
||||
EggMoveTable=32ADD8
|
||||
EggMoveTableLimiter=70464
|
||||
TrainerTable=310058
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -16,7 +16,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>h21/oRf+OrZ0SKL2Eze383c55aiU/Jcj/l/9Ah+uiSQ=</dsig:DigestValue>
|
||||
<dsig:DigestValue>6ew58NOBldGe6c8PkTZKCPnWQJPc23GmAtZYU9hbcg8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -43,14 +43,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2046464">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="2048512">
|
||||
<assemblyIdentity name="PokemonGameEditor" version="3.7.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tfWFhScAg+LRxfX58UOy3LgHaPfSRDHg41EYHZstFYo=</dsig:DigestValue>
|
||||
<dsig:DigestValue>EucaHAdTZ8vwaknRacYCHNL84YRF45iFTgVK+FSsjJs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue
Block a user