mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-07-20 09:23:47 -05:00
I was away for a month or so without internet. In that time I continued to work on PGE. There are a lot of new things in this version. The Attack adder has been updated. I've completed Jambo51's move table hack for Fire Red and made it so the Attack adder installs it. I still have yet to port the hack to Emerald. The Pokemon adder works for English Fire Red. I made it add Pokemon the same way that it's done in DoesntKnowHowToPlay's tutorial in order to remain consistent with what others may have already done. If any problems occur with the Pokemon adder please let me know. Unlike G3HS, cries and other things are expanded correctly by PGE. I advise not using G3HS to add more Pokemon. When an offset is missing from the ini, PGE will now dump text to a file named errors.txt letting you know what offset is missing and for what ROM. I may expand on this in the future. Improved importing and exporting of data. Attacks, Abilities, and Pokemon can be exported and imported as inis. It is now handled better than in older versions. I fixed the Pokedex data editor because it seems it wasn't loading some data properly. I've added a Pokedex tab to the Pokemon Editor. Even though I feel they should be seperate I mainly added it because I want Pokedex data to be included when you export Pokemon Data. I made it so that the Pokedex tab shows you how big the sprites will be in the size compare. I will make it show where the sprites will be onscreen once I figure out the formula for it. Bulbapedia is wrong when it comes to the Pokedex data. Added the item use anitmation (FR/LG) bytes to the Pokemon Editor. Added editing of the in battle sprite positions. Has the preview from Advance Series. (Loading of all the Pokemon data seems slow now. Eventually I will have to come back and optimize things.) Pokemon sprites can be imported and exported. The format is the same as Advance Series. The importing and exporting of the animations from Emerald are handled better than in Advance Series. Pokemon Icons can now be imported and exported. Advance Series compatable as well. Pokemon Footprints can be imported and exported. Other Miscellaneous fixes and additions.
252 lines
9.6 KiB
VB.net
252 lines
9.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class AttackAdder
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AttackAdder))
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Location = New System.Drawing.Point(12, 12)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(463, 311)
|
|
Me.TabControl1.TabIndex = 0
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.CheckBox2)
|
|
Me.TabPage1.Controls.Add(Me.CheckBox1)
|
|
Me.TabPage1.Controls.Add(Me.Button1)
|
|
Me.TabPage1.Controls.Add(Me.TextBox1)
|
|
Me.TabPage1.Controls.Add(Me.Label2)
|
|
Me.TabPage1.Controls.Add(Me.Label1)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(455, 285)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Fire Red"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox2
|
|
'
|
|
Me.CheckBox2.AutoSize = True
|
|
Me.CheckBox2.Checked = True
|
|
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox2.Location = New System.Drawing.Point(20, 96)
|
|
Me.CheckBox2.Name = "CheckBox2"
|
|
Me.CheckBox2.Size = New System.Drawing.Size(100, 17)
|
|
Me.CheckBox2.TabIndex = 5
|
|
Me.CheckBox2.Text = "Delete Old data"
|
|
Me.CheckBox2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Checked = True
|
|
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox1.Location = New System.Drawing.Point(20, 73)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(141, 17)
|
|
Me.CheckBox1.TabIndex = 4
|
|
Me.CheckBox1.Text = "Apply Move Table Hack"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(347, 226)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Add"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(154, 47)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(46, 20)
|
|
Me.TextBox1.TabIndex = 2
|
|
Me.TextBox1.Text = "100"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(17, 50)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(131, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Number of Attacks to add:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(17, 26)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(136, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Number of attacks in ROM:"
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.CheckBox3)
|
|
Me.TabPage2.Controls.Add(Me.CheckBox4)
|
|
Me.TabPage2.Controls.Add(Me.Button2)
|
|
Me.TabPage2.Controls.Add(Me.TextBox2)
|
|
Me.TabPage2.Controls.Add(Me.Label3)
|
|
Me.TabPage2.Controls.Add(Me.Label4)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(455, 285)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Emerald"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox3
|
|
'
|
|
Me.CheckBox3.AutoSize = True
|
|
Me.CheckBox3.Location = New System.Drawing.Point(20, 96)
|
|
Me.CheckBox3.Name = "CheckBox3"
|
|
Me.CheckBox3.Size = New System.Drawing.Size(100, 17)
|
|
Me.CheckBox3.TabIndex = 11
|
|
Me.CheckBox3.Text = "Delete Old data"
|
|
Me.CheckBox3.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox4
|
|
'
|
|
Me.CheckBox4.AutoSize = True
|
|
Me.CheckBox4.Enabled = False
|
|
Me.CheckBox4.Location = New System.Drawing.Point(20, 73)
|
|
Me.CheckBox4.Name = "CheckBox4"
|
|
Me.CheckBox4.Size = New System.Drawing.Size(141, 17)
|
|
Me.CheckBox4.TabIndex = 10
|
|
Me.CheckBox4.Text = "Apply Move Table Hack"
|
|
Me.CheckBox4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(347, 226)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 9
|
|
Me.Button2.Text = "Add"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(154, 47)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(46, 20)
|
|
Me.TextBox2.TabIndex = 8
|
|
Me.TextBox2.Text = "100"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(17, 50)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(131, 13)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Number of Attacks to add:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(17, 26)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(136, 13)
|
|
Me.Label4.TabIndex = 6
|
|
Me.Label4.Text = "Number of attacks in ROM:"
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
Me.LinkLabel1.Location = New System.Drawing.Point(46, 326)
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.Size = New System.Drawing.Size(407, 61)
|
|
Me.LinkLabel1.TabIndex = 1
|
|
Me.LinkLabel1.TabStop = True
|
|
Me.LinkLabel1.Text = resources.GetString("LinkLabel1.Text")
|
|
'
|
|
'AttackAdder
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(483, 389)
|
|
Me.Controls.Add(Me.LinkLabel1)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "AttackAdder"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Attack Adder"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TabControl1 As TabControl
|
|
Friend WithEvents TabPage1 As TabPage
|
|
Friend WithEvents TabPage2 As TabPage
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents LinkLabel1 As LinkLabel
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents CheckBox2 As CheckBox
|
|
Friend WithEvents CheckBox3 As CheckBox
|
|
Friend WithEvents CheckBox4 As CheckBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
End Class
|