diff --git a/.vs/GBAPokemonGameEditor/v15/.suo b/.vs/GBAPokemonGameEditor/v15/.suo
index 951a2c8..74e46c9 100644
Binary files a/.vs/GBAPokemonGameEditor/v15/.suo and b/.vs/GBAPokemonGameEditor/v15/.suo differ
diff --git a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide
index 56758a8..b37431c 100644
Binary files a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide and b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide differ
diff --git a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-shm b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-shm
index ab218f2..e925222 100644
Binary files a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-shm and b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-shm differ
diff --git a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal
index 098d48a..478ee07 100644
Binary files a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal and b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal differ
diff --git a/GBAPokemonGameEditor/EggMoveEditor.Designer.vb b/GBAPokemonGameEditor/EggMoveEditor.Designer.vb
index 2091a45..e732bcb 100644
--- a/GBAPokemonGameEditor/EggMoveEditor.Designer.vb
+++ b/GBAPokemonGameEditor/EggMoveEditor.Designer.vb
@@ -33,6 +33,7 @@ Partial Class EggMoveEditor
Me.Button4 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
+ Me.Label1 = New System.Windows.Forms.Label()
CType(Me.FrntPic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -136,11 +137,21 @@ Partial Class EggMoveEditor
Me.Button6.Text = "Save"
Me.Button6.UseVisualStyleBackColor = True
'
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Location = New System.Drawing.Point(392, 241)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(226, 140)
+ Me.Label1.TabIndex = 15
+ Me.Label1.Text = resources.GetString("Label1.Text")
+ '
'EggMoveEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(624, 403)
+ Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
@@ -160,6 +171,7 @@ Partial Class EggMoveEditor
Me.Text = "Egg Move Editor"
CType(Me.FrntPic, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
+ Me.PerformLayout()
End Sub
@@ -173,4 +185,5 @@ Partial Class EggMoveEditor
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
+ Friend WithEvents Label1 As Label
End Class
diff --git a/GBAPokemonGameEditor/EggMoveEditor.resx b/GBAPokemonGameEditor/EggMoveEditor.resx
index e579452..ef78ec3 100644
--- a/GBAPokemonGameEditor/EggMoveEditor.resx
+++ b/GBAPokemonGameEditor/EggMoveEditor.resx
@@ -117,6 +117,16 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ WIP: Does not repoint data
+ even if it is longer than
+ the original table. Should
+ work fine for data as long
+ as, or shorter than
+ the original table.
+BACK-UP BEFORE USE
+
+
diff --git a/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj b/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj
index ce3534e..1d880de 100644
--- a/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj
+++ b/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj
@@ -79,7 +79,7 @@
GBAPokemonGameEditor_TemporaryKey.pfx
- true
+ false
false
@@ -206,10 +206,10 @@
-
- movetutor2.vb
+
+ MoveTutorEditor.vb
-
+
Form
@@ -335,8 +335,8 @@
MainFrm.vb
-
- movetutor2.vb
+
+ MoveTutorEditor.vb
VbMyResourcesResXFileCodeGenerator
diff --git a/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj.user b/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj.user
new file mode 100644
index 0000000..2e3e041
--- /dev/null
+++ b/GBAPokemonGameEditor/GBAPokemonGameEditor.vbproj.user
@@ -0,0 +1,6 @@
+
+
+
+ false
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/ImportDataFunctions.vb b/GBAPokemonGameEditor/ImportDataFunctions.vb
index 756b89e..a412dae 100644
--- a/GBAPokemonGameEditor/ImportDataFunctions.vb
+++ b/GBAPokemonGameEditor/ImportDataFunctions.vb
@@ -592,10 +592,8 @@ Module ImportDataFunctions
End If
Try
- SynchSprite(FrontSprite, ONormalFrontBitmap, OShinyFrontBitmap)
SynchSprite(BackSprite, ONormalBackBitmap, OShinyBackBitmap)
Catch
- SynchSpriteOverflow(FrontSprite, ONormalFrontBitmap, OShinyFrontBitmap)
SynchSpriteOverflow(BackSprite, ONormalBackBitmap, OShinyBackBitmap)
End Try
@@ -605,17 +603,19 @@ Module ImportDataFunctions
Catch
SynchSprite2Overflow(AnimationNormalSprite, ONormalFrontBitmapAnimation, OShinyFrontBitmapAnimation)
End Try
+ SaveAnimationSpriteToFreeSpace(PokemonIndex, AnimationNormalSprite)
+ Else
+ Try
+ SynchSprite(FrontSprite, ONormalFrontBitmap, OShinyFrontBitmap)
+ Catch
+ SynchSpriteOverflow(FrontSprite, ONormalFrontBitmap, OShinyFrontBitmap)
+ End Try
+ SaveFrontSpriteToFreeSpace(PokemonIndex, FrontSprite, FrontPalette)
End If
mainbitmap.Dispose()
-
- SaveFrontSpriteToFreeSpace(PokemonIndex, FrontSprite, FrontPalette)
SaveBackSpriteToFreeSpace(PokemonIndex, BackSprite, BackPalette)
- If LoadAnimationFlag = True Then
- SaveAnimationSpriteToFreeSpace(PokemonIndex, AnimationNormalSprite)
- End If
-
End Sub
Private Sub SynchSprite(ByRef SpriteArray As Byte(), ByRef NormalSprite As Bitmap, ByRef ShinySprite As Bitmap)
@@ -776,8 +776,6 @@ Module ImportDataFunctions
Public Sub ImportPokemonIcon(filename As String, PokemonIndex As Integer)
- Dim iconpals(2)() As Color
-
Dim importimg As New Bitmap(filename)
@@ -794,21 +792,52 @@ Module ImportDataFunctions
Dim pOffset As Integer = Int32.Parse(GetString(GetINIFileLocation(), header, "IconPals", ""), System.Globalization.NumberStyles.HexNumber)
Dim hexstring As String = ""
+ 'Dim ImgNewOffset
+ 'Dim ImgBytes As Byte()
+ 'Dim ImgString As String
+
+ Dim individualPalettes As Boolean = False
+
+ Try
+ pOffset = Int32.Parse(GetString(GetINIFileLocation(), header, "IconPointerTable2", ""), System.Globalization.NumberStyles.HexNumber)
+ individualPalettes = True
+ Catch
+
+ End Try
+
+ Dim iconpals(Pokemonedit.IconPalCount - 1)() As Color
Using fs As New FileStream(LoadedROM, FileMode.Open, FileAccess.Read)
Using r As New BinaryReader(fs)
+ Dim indexvar As Integer = 0
+
fs.Position = sOffset
sOffset = r.ReadInt32 - &H8000000
- fs.Position = pOffset
+ If Not individualPalettes Then
- Dim indexvar As Integer = 0
+ fs.Position = pOffset
- Do
- iconpals(indexvar) = LoadPaletteFromROM(fs)
- indexvar += 1
- Loop While (indexvar <= 2)
+ Do
+ iconpals(indexvar) = LoadPaletteFromROM(fs)
+ indexvar += 1
+ Loop While (indexvar <= 2)
+
+ Else
+
+ Dim pTable As Integer = pOffset
+
+ Do
+ fs.Position = pTable + (8 * indexvar)
+ pOffset = r.ReadInt32 - &H8000000
+ fs.Position = pOffset
+ iconpals(indexvar) = LoadPaletteFromROM(fs)
+ indexvar += 1
+ Loop While (indexvar <= Pokemonedit.IconPalCount - 1)
+
+
+ End If
fs.Close()
r.Close()
@@ -909,8 +938,8 @@ Module ImportDataFunctions
Dim hexstring As String = ""
Dim ImgNewOffset
- Dim ImgBytes As Byte()
- Dim ImgString As String
+ 'Dim ImgBytes As Byte()
+ 'Dim ImgString As String
Dim individualPalettes As Boolean = False
@@ -930,9 +959,6 @@ Module ImportDataFunctions
If Not individualPalettes Then
- fs.Position = sOffset
- sOffset = r.ReadInt32 - &H8000000
-
fs.Position = pOffset
Do
@@ -964,15 +990,12 @@ Module ImportDataFunctions
palval = GetClosestPalette(importimg, iconpals)
ConvertBitmapToPalette(importimg, iconpals(palval), True)
- ImgBytes = ConvertStringToByteArray(CompressLz77String(ConvertByteArrayToString(SaveBitmapToArray(importimg, iconpals(palval)))))
- ImgString = ByteArrayToHexString(ImgBytes)
+ 'ImgBytes = ConvertStringToByteArray(CompressLz77String(ConvertByteArrayToString(SaveBitmapToArray(importimg, iconpals(palval)))))
+ 'ImgString = ByteArrayToHexString(ImgBytes)
hexstring = ByteArrayToHexString(SaveBitmapToArray(importimg, iconpals(palval)))
ImgNewOffset = SearchFreeSpaceFourAligned(LoadedROM, &HFF, ((Len(hexstring) / 2)), "&H" & GetString(GetINIFileLocation(), header, "B00000", "B00000"))
WriteHEX(LoadedROM, ImgNewOffset, hexstring)
-
- sOffset = Int32.Parse(GetString(GetINIFileLocation(), header, "IconPointerTable", ""), System.Globalization.NumberStyles.HexNumber) + (PokemonIndex * 4)
-
WriteHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "IconPalTable", "")), System.Globalization.NumberStyles.HexNumber) + PokemonIndex, Hex(palval))
WriteHEX(LoadedROM, sOffset, ReverseHEX(Hex((ImgNewOffset) + &H8000000)))
End Sub
diff --git a/GBAPokemonGameEditor/MainFrm.vb b/GBAPokemonGameEditor/MainFrm.vb
index 0a99dd3..d8a6a8f 100644
--- a/GBAPokemonGameEditor/MainFrm.vb
+++ b/GBAPokemonGameEditor/MainFrm.vb
@@ -396,7 +396,8 @@ Public Class MainFrm
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
- movetutor2.Show()
+ MoveTutorEditor.Show()
+ MoveTutorEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -404,6 +405,7 @@ Public Class MainFrm
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
PokedexOrderEditor.Show()
+ PokedexOrderEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -411,6 +413,7 @@ Public Class MainFrm
' Me.Visible = False
Me.Cursor = Cursors.WaitCursor
Pokemonedit.Show()
+ Pokemonedit.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -437,6 +440,7 @@ Public Class MainFrm
Me.Cursor = Cursors.WaitCursor
'Me.Visible = False
AttackEditor.Show()
+ AttackEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -446,6 +450,7 @@ Public Class MainFrm
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
AbilityEdit.Show()
+ AbilityEdit.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -554,6 +559,7 @@ Public Class MainFrm
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
RSEStarterEditor.Show()
+ RSEStarterEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -561,6 +567,7 @@ Public Class MainFrm
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
PokedexDataEditor.Show()
+ PokedexDataEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
@@ -569,6 +576,7 @@ Public Class MainFrm
'Me.Visible = False
Me.Cursor = Cursors.WaitCursor
BattleFrontierEditor.Show()
+ BattleFrontierEditor.BringToFront()
Me.Cursor = Cursors.Arrow
End Sub
diff --git a/GBAPokemonGameEditor/movetutor2.Designer.vb b/GBAPokemonGameEditor/MoveTutorEditor.Designer.vb
similarity index 95%
rename from GBAPokemonGameEditor/movetutor2.Designer.vb
rename to GBAPokemonGameEditor/MoveTutorEditor.Designer.vb
index 8d5f2e3..4940637 100644
--- a/GBAPokemonGameEditor/movetutor2.Designer.vb
+++ b/GBAPokemonGameEditor/MoveTutorEditor.Designer.vb
@@ -1,5 +1,5 @@
_
-Partial Class movetutor2
+Partial Class MoveTutorEditor
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
@@ -22,7 +22,7 @@ Partial Class movetutor2
'Do not modify it using the code editor.
_
Private Sub InitializeComponent()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(movetutor2))
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MoveTutorEditor))
Me.Button2 = New System.Windows.Forms.Button()
Me.Combo1 = New System.Windows.Forms.ComboBox()
Me.ListBox1 = New System.Windows.Forms.ListBox()
@@ -66,7 +66,7 @@ Partial Class movetutor2
'
Me.Button3.Location = New System.Drawing.Point(269, 58)
Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(75, 31)
+ Me.Button3.Size = New System.Drawing.Size(75, 33)
Me.Button3.TabIndex = 20
Me.Button3.Text = "Export"
Me.Button3.UseVisualStyleBackColor = True
@@ -75,7 +75,7 @@ Partial Class movetutor2
'
Me.Button1.Location = New System.Drawing.Point(4, 58)
Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 31)
+ Me.Button1.Size = New System.Drawing.Size(75, 33)
Me.Button1.TabIndex = 19
Me.Button1.Text = "Import"
Me.Button1.UseVisualStyleBackColor = True
@@ -84,7 +84,7 @@ Partial Class movetutor2
'
Me.fileOpenDialog.FileName = "OpenFileDialog1"
'
- 'movetutor2
+ 'MoveTutorEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
@@ -98,7 +98,7 @@ Partial Class movetutor2
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MaximizeBox = False
- Me.Name = "movetutor2"
+ Me.Name = "MoveTutorEditor"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Move Tutor Editor"
Me.ResumeLayout(False)
diff --git a/GBAPokemonGameEditor/movetutor2.resx b/GBAPokemonGameEditor/MoveTutorEditor.resx
similarity index 100%
rename from GBAPokemonGameEditor/movetutor2.resx
rename to GBAPokemonGameEditor/MoveTutorEditor.resx
diff --git a/GBAPokemonGameEditor/movetutor2.vb b/GBAPokemonGameEditor/MoveTutorEditor.vb
similarity index 99%
rename from GBAPokemonGameEditor/movetutor2.vb
rename to GBAPokemonGameEditor/MoveTutorEditor.vb
index ea8c571..65ce0b0 100644
--- a/GBAPokemonGameEditor/movetutor2.vb
+++ b/GBAPokemonGameEditor/MoveTutorEditor.vb
@@ -1,7 +1,7 @@
Option Strict Off
Option Explicit Off
Imports VB = Microsoft.VisualBasic
-Public Class movetutor2
+Public Class MoveTutorEditor
Dim Offset As Integer
diff --git a/GBAPokemonGameEditor/PokedexListEditor.vb b/GBAPokemonGameEditor/PokedexListEditor.vb
index db96642..2ac706d 100644
--- a/GBAPokemonGameEditor/PokedexListEditor.vb
+++ b/GBAPokemonGameEditor/PokedexListEditor.vb
@@ -40,30 +40,39 @@ Public Class PokedexListEditor
LoopVar = 0
- While LoopVar < (GetString(GetINIFileLocation(), header, "NumberOfPokemon", "")) - 1 = True
+ Dim PokedexNumToSpecies As List(Of Integer) = AllPokedexNumbertoSpecies()
+
+ For Looper As Integer = 0 To PokedexNumToSpecies.Count() - 1
+ ListBox1.Items.Add(GetPokemonName(PokedexNumToSpecies(Looper)))
+ Next
+
+ If header2 <> "BPE" Then
+ While LoopVar < (GetString(GetINIFileLocation(), header, "NumberOfPokemon", "")) - 1 = True
- ListBox1.Items.Add(GetPokemonName(PokedexNumbertoSpecies(Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "PokedexAlphabetTable", "")), System.Globalization.NumberStyles.HexNumber) + (LoopVar * 2), 2))), System.Globalization.NumberStyles.HexNumber))))
- If header2 <> "BPE" Then
ListBox4.Items.Add(GetPokemonName((Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "PokedexTypeTable", "")), System.Globalization.NumberStyles.HexNumber) + (LoopVar * 2), 2))), System.Globalization.NumberStyles.HexNumber))))
- End If
- LoopVar = LoopVar + 1
- End While
+ LoopVar = LoopVar + 1
+
+ End While
+ End If
LoopVar = 0
- While LoopVar < (GetString(GetINIFileLocation(), header, "NumberOfDexEntries", "")) - 1
+ Dim PokedexNumToSpeciesLight As List(Of Integer) = AllPokedexNumbertoSpecies("PokedexLightestTable", "NumberOfDexEntries")
- ListBox2.Items.Add(GetPokemonName(PokedexNumbertoSpecies(Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "PokedexLightestTable", "")), System.Globalization.NumberStyles.HexNumber) + (LoopVar * 2), 2))), System.Globalization.NumberStyles.HexNumber))))
- ListBox3.Items.Add(GetPokemonName(PokedexNumbertoSpecies(Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "PokedexSmallestTable", "")), System.Globalization.NumberStyles.HexNumber) + (LoopVar * 2), 2))), System.Globalization.NumberStyles.HexNumber))))
+ For Looper As Integer = 0 To PokedexNumToSpeciesLight.Count() - 1
+ ListBox2.Items.Add(GetPokemonName(PokedexNumToSpeciesLight(Looper)))
+ Next
+ Dim PokedexNumToSpeciesSmall As List(Of Integer) = AllPokedexNumbertoSpecies("PokedexSmallestTable", "NumberOfDexEntries")
- LoopVar = LoopVar + 1
- End While
+ For Looper As Integer = 0 To PokedexNumToSpeciesSmall.Count() - 1
+ ListBox3.Items.Add(GetPokemonName(PokedexNumToSpeciesSmall(Looper)))
+ Next
ListBox1.SelectedIndex = 0
ListBox2.SelectedIndex = 0
diff --git a/GBAPokemonGameEditor/Pokemonedit.Designer.vb b/GBAPokemonGameEditor/Pokemonedit.Designer.vb
index 531fa9a..09332b5 100644
--- a/GBAPokemonGameEditor/Pokemonedit.Designer.vb
+++ b/GBAPokemonGameEditor/Pokemonedit.Designer.vb
@@ -364,11 +364,11 @@ Partial Class Pokemonedit
Me.TabControl1.Controls.Add(Me.TabPage4)
Me.TabControl1.Controls.Add(Me.TabPage5)
Me.TabControl1.Controls.Add(Me.TabPage6)
- Me.TabControl1.Location = New System.Drawing.Point(197, 33)
- Me.TabControl1.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabControl1.Location = New System.Drawing.Point(222, 41)
+ Me.TabControl1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
- Me.TabControl1.Size = New System.Drawing.Size(829, 615)
+ Me.TabControl1.Size = New System.Drawing.Size(933, 769)
Me.TabControl1.TabIndex = 1
'
'TabPage1
@@ -381,11 +381,11 @@ Partial Class Pokemonedit
Me.TabPage1.Controls.Add(Me.GroupBox16)
Me.TabPage1.Controls.Add(Me.GroupBox15)
Me.TabPage1.Controls.Add(Me.GroupBox14)
- Me.TabPage1.Location = New System.Drawing.Point(4, 25)
- Me.TabPage1.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabPage1.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabPage1.Name = "TabPage1"
- Me.TabPage1.Padding = New System.Windows.Forms.Padding(4)
- Me.TabPage1.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage1.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.TabPage1.Size = New System.Drawing.Size(925, 736)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Sprites"
Me.TabPage1.UseVisualStyleBackColor = True
@@ -393,40 +393,40 @@ Partial Class Pokemonedit
'GroupBox26
'
Me.GroupBox26.Controls.Add(Me.ItmAnmtn)
- Me.GroupBox26.Location = New System.Drawing.Point(599, 489)
- Me.GroupBox26.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox26.Location = New System.Drawing.Point(674, 611)
+ Me.GroupBox26.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox26.Name = "GroupBox26"
- Me.GroupBox26.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox26.Size = New System.Drawing.Size(179, 62)
+ Me.GroupBox26.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox26.Size = New System.Drawing.Size(201, 78)
Me.GroupBox26.TabIndex = 6
Me.GroupBox26.TabStop = False
Me.GroupBox26.Text = "Item Animation (FR/LG)"
'
'ItmAnmtn
'
- Me.ItmAnmtn.Location = New System.Drawing.Point(20, 23)
- Me.ItmAnmtn.Margin = New System.Windows.Forms.Padding(4)
+ Me.ItmAnmtn.Location = New System.Drawing.Point(22, 29)
+ Me.ItmAnmtn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ItmAnmtn.MaxLength = 10
Me.ItmAnmtn.Name = "ItmAnmtn"
- Me.ItmAnmtn.Size = New System.Drawing.Size(125, 22)
+ Me.ItmAnmtn.Size = New System.Drawing.Size(140, 26)
Me.ItmAnmtn.TabIndex = 12
'
'Button20
'
- Me.Button20.Location = New System.Drawing.Point(8, 40)
- Me.Button20.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button20.Location = New System.Drawing.Point(9, 50)
+ Me.Button20.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button20.Name = "Button20"
- Me.Button20.Size = New System.Drawing.Size(237, 28)
+ Me.Button20.Size = New System.Drawing.Size(267, 35)
Me.Button20.TabIndex = 9
Me.Button20.Text = "Export A-series Sprite Sheet"
Me.Button20.UseVisualStyleBackColor = True
'
'Button19
'
- Me.Button19.Location = New System.Drawing.Point(8, 7)
- Me.Button19.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button19.Location = New System.Drawing.Point(9, 9)
+ Me.Button19.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button19.Name = "Button19"
- Me.Button19.Size = New System.Drawing.Size(237, 28)
+ Me.Button19.Size = New System.Drawing.Size(267, 35)
Me.Button19.TabIndex = 8
Me.Button19.Text = "Import A-series Sprite Sheet"
Me.Button19.UseVisualStyleBackColor = True
@@ -440,11 +440,11 @@ Partial Class Pokemonedit
Me.GroupBox33.Controls.Add(Me.Label49)
Me.GroupBox33.Controls.Add(Me.Label48)
Me.GroupBox33.Controls.Add(Me.Label47)
- Me.GroupBox33.Location = New System.Drawing.Point(239, 249)
- Me.GroupBox33.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox33.Location = New System.Drawing.Point(269, 311)
+ Me.GroupBox33.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox33.Name = "GroupBox33"
- Me.GroupBox33.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox33.Size = New System.Drawing.Size(352, 302)
+ Me.GroupBox33.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox33.Size = New System.Drawing.Size(396, 378)
Me.GroupBox33.TabIndex = 7
Me.GroupBox33.TabStop = False
Me.GroupBox33.Text = "Battle Sprite Position"
@@ -452,70 +452,70 @@ Partial Class Pokemonedit
'BackgroundBox
'
Me.BackgroundBox.BackColor = System.Drawing.Color.Transparent
- Me.BackgroundBox.Location = New System.Drawing.Point(17, 90)
- Me.BackgroundBox.Margin = New System.Windows.Forms.Padding(4)
+ Me.BackgroundBox.Location = New System.Drawing.Point(19, 112)
+ Me.BackgroundBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.BackgroundBox.Name = "BackgroundBox"
- Me.BackgroundBox.Size = New System.Drawing.Size(320, 197)
+ Me.BackgroundBox.Size = New System.Drawing.Size(360, 246)
Me.BackgroundBox.TabIndex = 6
Me.BackgroundBox.TabStop = False
'
'EnemyAltitudeSelect
'
- Me.EnemyAltitudeSelect.Location = New System.Drawing.Point(148, 58)
- Me.EnemyAltitudeSelect.Margin = New System.Windows.Forms.Padding(4)
+ Me.EnemyAltitudeSelect.Location = New System.Drawing.Point(166, 72)
+ Me.EnemyAltitudeSelect.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EnemyAltitudeSelect.Maximum = New Decimal(New Integer() {127, 0, 0, 0})
Me.EnemyAltitudeSelect.Minimum = New Decimal(New Integer() {127, 0, 0, -2147483648})
Me.EnemyAltitudeSelect.Name = "EnemyAltitudeSelect"
- Me.EnemyAltitudeSelect.Size = New System.Drawing.Size(57, 22)
+ Me.EnemyAltitudeSelect.Size = New System.Drawing.Size(64, 26)
Me.EnemyAltitudeSelect.TabIndex = 5
'
'EnemyYSelect
'
- Me.EnemyYSelect.Location = New System.Drawing.Point(83, 58)
- Me.EnemyYSelect.Margin = New System.Windows.Forms.Padding(4)
+ Me.EnemyYSelect.Location = New System.Drawing.Point(93, 72)
+ Me.EnemyYSelect.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EnemyYSelect.Maximum = New Decimal(New Integer() {127, 0, 0, 0})
Me.EnemyYSelect.Minimum = New Decimal(New Integer() {127, 0, 0, -2147483648})
Me.EnemyYSelect.Name = "EnemyYSelect"
- Me.EnemyYSelect.Size = New System.Drawing.Size(57, 22)
+ Me.EnemyYSelect.Size = New System.Drawing.Size(64, 26)
Me.EnemyYSelect.TabIndex = 4
'
'PlayerYSelect
'
- Me.PlayerYSelect.Location = New System.Drawing.Point(17, 58)
- Me.PlayerYSelect.Margin = New System.Windows.Forms.Padding(4)
+ Me.PlayerYSelect.Location = New System.Drawing.Point(19, 72)
+ Me.PlayerYSelect.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PlayerYSelect.Maximum = New Decimal(New Integer() {127, 0, 0, 0})
Me.PlayerYSelect.Minimum = New Decimal(New Integer() {127, 0, 0, -2147483648})
Me.PlayerYSelect.Name = "PlayerYSelect"
- Me.PlayerYSelect.Size = New System.Drawing.Size(57, 22)
+ Me.PlayerYSelect.Size = New System.Drawing.Size(64, 26)
Me.PlayerYSelect.TabIndex = 3
'
'Label49
'
Me.Label49.AutoSize = True
- Me.Label49.Location = New System.Drawing.Point(152, 27)
+ Me.Label49.Location = New System.Drawing.Point(171, 34)
Me.Label49.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label49.Name = "Label49"
- Me.Label49.Size = New System.Drawing.Size(102, 17)
+ Me.Label49.Size = New System.Drawing.Size(116, 20)
Me.Label49.TabIndex = 2
Me.Label49.Text = "Enemy Altitude"
'
'Label48
'
Me.Label48.AutoSize = True
- Me.Label48.Location = New System.Drawing.Point(83, 27)
+ Me.Label48.Location = New System.Drawing.Point(93, 34)
Me.Label48.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label48.Name = "Label48"
- Me.Label48.Size = New System.Drawing.Size(64, 17)
+ Me.Label48.Size = New System.Drawing.Size(73, 20)
Me.Label48.TabIndex = 1
Me.Label48.Text = "Enemy Y"
'
'Label47
'
Me.Label47.AutoSize = True
- Me.Label47.Location = New System.Drawing.Point(13, 27)
+ Me.Label47.Location = New System.Drawing.Point(15, 34)
Me.Label47.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label47.Name = "Label47"
- Me.Label47.Size = New System.Drawing.Size(61, 17)
+ Me.Label47.Size = New System.Drawing.Size(67, 20)
Me.Label47.TabIndex = 0
Me.Label47.Text = "Player Y"
'
@@ -526,61 +526,61 @@ Partial Class Pokemonedit
Me.GroupBox20.Controls.Add(Me.PictureBox1)
Me.GroupBox20.Controls.Add(Me.Button5)
Me.GroupBox20.Controls.Add(Me.FootPrintPointer)
- Me.GroupBox20.Location = New System.Drawing.Point(8, 322)
- Me.GroupBox20.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox20.Location = New System.Drawing.Point(9, 402)
+ Me.GroupBox20.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox20.Name = "GroupBox20"
- Me.GroupBox20.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox20.Size = New System.Drawing.Size(200, 153)
+ Me.GroupBox20.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox20.Size = New System.Drawing.Size(225, 191)
Me.GroupBox20.TabIndex = 4
Me.GroupBox20.TabStop = False
Me.GroupBox20.Text = "FootPrint"
'
'Button24
'
- Me.Button24.Location = New System.Drawing.Point(20, 114)
- Me.Button24.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button24.Location = New System.Drawing.Point(22, 142)
+ Me.Button24.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button24.Name = "Button24"
- Me.Button24.Size = New System.Drawing.Size(91, 26)
+ Me.Button24.Size = New System.Drawing.Size(102, 32)
Me.Button24.TabIndex = 15
Me.Button24.Text = "Export"
Me.Button24.UseVisualStyleBackColor = True
'
'Button23
'
- Me.Button23.Location = New System.Drawing.Point(20, 85)
- Me.Button23.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button23.Location = New System.Drawing.Point(22, 106)
+ Me.Button23.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button23.Name = "Button23"
- Me.Button23.Size = New System.Drawing.Size(91, 26)
+ Me.Button23.Size = New System.Drawing.Size(102, 32)
Me.Button23.TabIndex = 14
Me.Button23.Text = "Import"
Me.Button23.UseVisualStyleBackColor = True
'
'PictureBox1
'
- Me.PictureBox1.Location = New System.Drawing.Point(136, 31)
- Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4)
+ Me.PictureBox1.Location = New System.Drawing.Point(153, 39)
+ Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(43, 39)
+ Me.PictureBox1.Size = New System.Drawing.Size(48, 49)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 13
Me.PictureBox1.TabStop = False
'
'Button5
'
- Me.Button5.Location = New System.Drawing.Point(20, 55)
- Me.Button5.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button5.Location = New System.Drawing.Point(22, 69)
+ Me.Button5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(91, 26)
+ Me.Button5.Size = New System.Drawing.Size(102, 32)
Me.Button5.TabIndex = 12
Me.Button5.Text = "Repoint"
Me.Button5.UseVisualStyleBackColor = True
'
'FootPrintPointer
'
- Me.FootPrintPointer.Location = New System.Drawing.Point(20, 23)
- Me.FootPrintPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.FootPrintPointer.Location = New System.Drawing.Point(22, 29)
+ Me.FootPrintPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.FootPrintPointer.Name = "FootPrintPointer"
- Me.FootPrintPointer.Size = New System.Drawing.Size(89, 22)
+ Me.FootPrintPointer.Size = New System.Drawing.Size(100, 26)
Me.FootPrintPointer.TabIndex = 11
'
'GroupBox16
@@ -593,11 +593,11 @@ Partial Class Pokemonedit
Me.GroupBox16.Controls.Add(Me.IconPal)
Me.GroupBox16.Controls.Add(Me.Button4)
Me.GroupBox16.Controls.Add(Me.IconPointer)
- Me.GroupBox16.Location = New System.Drawing.Point(8, 76)
- Me.GroupBox16.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox16.Location = New System.Drawing.Point(9, 95)
+ Me.GroupBox16.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox16.Name = "GroupBox16"
- Me.GroupBox16.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox16.Size = New System.Drawing.Size(200, 230)
+ Me.GroupBox16.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox16.Size = New System.Drawing.Size(225, 288)
Me.GroupBox16.TabIndex = 3
Me.GroupBox16.TabStop = False
Me.GroupBox16.Text = "Icons"
@@ -606,49 +606,49 @@ Partial Class Pokemonedit
'
Me.Label61.AutoSize = True
Me.Label61.ForeColor = System.Drawing.Color.Crimson
- Me.Label61.Location = New System.Drawing.Point(16, 95)
+ Me.Label61.Location = New System.Drawing.Point(18, 119)
Me.Label61.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label61.Name = "Label61"
- Me.Label61.Size = New System.Drawing.Size(88, 17)
+ Me.Label61.Size = New System.Drawing.Size(97, 20)
Me.Label61.TabIndex = 13
Me.Label61.Text = "Invalid Pal#: "
'
'Button40
'
- Me.Button40.Location = New System.Drawing.Point(105, 156)
- Me.Button40.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button40.Location = New System.Drawing.Point(118, 195)
+ Me.Button40.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button40.Name = "Button40"
- Me.Button40.Size = New System.Drawing.Size(77, 31)
+ Me.Button40.Size = New System.Drawing.Size(87, 39)
Me.Button40.TabIndex = 15
Me.Button40.Text = "Imp/Rep"
Me.Button40.UseVisualStyleBackColor = True
'
'Button22
'
- Me.Button22.Location = New System.Drawing.Point(20, 192)
- Me.Button22.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button22.Location = New System.Drawing.Point(22, 240)
+ Me.Button22.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button22.Name = "Button22"
- Me.Button22.Size = New System.Drawing.Size(163, 31)
+ Me.Button22.Size = New System.Drawing.Size(183, 39)
Me.Button22.TabIndex = 14
Me.Button22.Text = "Export"
Me.Button22.UseVisualStyleBackColor = True
'
'Button21
'
- Me.Button21.Location = New System.Drawing.Point(20, 156)
- Me.Button21.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button21.Location = New System.Drawing.Point(22, 195)
+ Me.Button21.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button21.Name = "Button21"
- Me.Button21.Size = New System.Drawing.Size(77, 31)
+ Me.Button21.Size = New System.Drawing.Size(87, 39)
Me.Button21.TabIndex = 13
Me.Button21.Text = "Import"
Me.Button21.UseVisualStyleBackColor = True
'
'IconPicBox
'
- Me.IconPicBox.Location = New System.Drawing.Point(140, 22)
- Me.IconPicBox.Margin = New System.Windows.Forms.Padding(4)
+ Me.IconPicBox.Location = New System.Drawing.Point(158, 28)
+ Me.IconPicBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IconPicBox.Name = "IconPicBox"
- Me.IconPicBox.Size = New System.Drawing.Size(43, 79)
+ Me.IconPicBox.Size = New System.Drawing.Size(48, 99)
Me.IconPicBox.TabIndex = 12
Me.IconPicBox.TabStop = False
'
@@ -657,28 +657,28 @@ Partial Class Pokemonedit
Me.IconPal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.IconPal.FormattingEnabled = True
Me.IconPal.Items.AddRange(New Object() {"Pal 0", "Pal 1", "Pal 2"})
- Me.IconPal.Location = New System.Drawing.Point(20, 69)
- Me.IconPal.Margin = New System.Windows.Forms.Padding(4)
+ Me.IconPal.Location = New System.Drawing.Point(22, 86)
+ Me.IconPal.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IconPal.Name = "IconPal"
- Me.IconPal.Size = New System.Drawing.Size(89, 24)
+ Me.IconPal.Size = New System.Drawing.Size(100, 28)
Me.IconPal.TabIndex = 2
'
'Button4
'
- Me.Button4.Location = New System.Drawing.Point(20, 117)
- Me.Button4.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button4.Location = New System.Drawing.Point(22, 146)
+ Me.Button4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(163, 31)
+ Me.Button4.Size = New System.Drawing.Size(183, 39)
Me.Button4.TabIndex = 1
Me.Button4.Text = "Repoint + Save"
Me.Button4.UseVisualStyleBackColor = True
'
'IconPointer
'
- Me.IconPointer.Location = New System.Drawing.Point(20, 22)
- Me.IconPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.IconPointer.Location = New System.Drawing.Point(22, 28)
+ Me.IconPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IconPointer.Name = "IconPointer"
- Me.IconPointer.Size = New System.Drawing.Size(89, 22)
+ Me.IconPointer.Size = New System.Drawing.Size(100, 26)
Me.IconPointer.TabIndex = 0
'
'GroupBox15
@@ -694,107 +694,111 @@ Partial Class Pokemonedit
Me.GroupBox15.Controls.Add(Me.AniPic)
Me.GroupBox15.Controls.Add(Me.Button2)
Me.GroupBox15.Controls.Add(Me.AnimationPointer)
- Me.GroupBox15.Location = New System.Drawing.Point(599, 9)
- Me.GroupBox15.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox15.Location = New System.Drawing.Point(674, 11)
+ Me.GroupBox15.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox15.Name = "GroupBox15"
- Me.GroupBox15.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox15.Size = New System.Drawing.Size(212, 378)
+ Me.GroupBox15.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox15.Size = New System.Drawing.Size(238, 472)
Me.GroupBox15.TabIndex = 2
Me.GroupBox15.TabStop = False
Me.GroupBox15.Text = "Animation (Emerald Only)"
'
'AniSavBttn
'
- Me.AniSavBttn.Location = New System.Drawing.Point(16, 330)
+ Me.AniSavBttn.Location = New System.Drawing.Point(18, 412)
+ Me.AniSavBttn.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.AniSavBttn.Name = "AniSavBttn"
- Me.AniSavBttn.Size = New System.Drawing.Size(182, 35)
+ Me.AniSavBttn.Size = New System.Drawing.Size(205, 44)
Me.AniSavBttn.TabIndex = 20
Me.AniSavBttn.Text = "Save"
Me.AniSavBttn.UseVisualStyleBackColor = True
'
'TextBox10
'
- Me.TextBox10.Location = New System.Drawing.Point(151, 299)
+ Me.TextBox10.Location = New System.Drawing.Point(170, 374)
+ Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(46, 22)
+ Me.TextBox10.Size = New System.Drawing.Size(51, 26)
Me.TextBox10.TabIndex = 19
'
'Label60
'
Me.Label60.AutoSize = True
- Me.Label60.Location = New System.Drawing.Point(17, 304)
+ Me.Label60.Location = New System.Drawing.Point(19, 380)
Me.Label60.Name = "Label60"
- Me.Label60.Size = New System.Drawing.Size(114, 17)
+ Me.Label60.Size = New System.Drawing.Size(128, 20)
Me.Label60.TabIndex = 18
Me.Label60.Text = "Animation Delay:"
'
'TextBox9
'
- Me.TextBox9.Location = New System.Drawing.Point(151, 266)
+ Me.TextBox9.Location = New System.Drawing.Point(170, 332)
+ Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(46, 22)
+ Me.TextBox9.Size = New System.Drawing.Size(51, 26)
Me.TextBox9.TabIndex = 17
'
'Label59
'
Me.Label59.AutoSize = True
- Me.Label59.Location = New System.Drawing.Point(17, 271)
+ Me.Label59.Location = New System.Drawing.Point(19, 339)
Me.Label59.Name = "Label59"
- Me.Label59.Size = New System.Drawing.Size(109, 17)
+ Me.Label59.Size = New System.Drawing.Size(124, 20)
Me.Label59.TabIndex = 16
Me.Label59.Text = "Back Animation:"
'
'TextBox8
'
- Me.TextBox8.Location = New System.Drawing.Point(151, 235)
+ Me.TextBox8.Location = New System.Drawing.Point(170, 294)
+ Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(46, 22)
+ Me.TextBox8.Size = New System.Drawing.Size(51, 26)
Me.TextBox8.TabIndex = 15
'
'Label58
'
Me.Label58.AutoSize = True
- Me.Label58.Location = New System.Drawing.Point(17, 240)
+ Me.Label58.Location = New System.Drawing.Point(19, 300)
Me.Label58.Name = "Label58"
- Me.Label58.Size = New System.Drawing.Size(111, 17)
+ Me.Label58.Size = New System.Drawing.Size(126, 20)
Me.Label58.TabIndex = 14
Me.Label58.Text = "Front Animation:"
'
'AniPic2
'
- Me.AniPic2.Location = New System.Drawing.Point(113, 60)
- Me.AniPic2.Margin = New System.Windows.Forms.Padding(4)
+ Me.AniPic2.Location = New System.Drawing.Point(127, 75)
+ Me.AniPic2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.AniPic2.Name = "AniPic2"
- Me.AniPic2.Size = New System.Drawing.Size(85, 158)
+ Me.AniPic2.Size = New System.Drawing.Size(96, 198)
Me.AniPic2.TabIndex = 13
Me.AniPic2.TabStop = False
'
'AniPic
'
- Me.AniPic.Location = New System.Drawing.Point(16, 60)
- Me.AniPic.Margin = New System.Windows.Forms.Padding(4)
+ Me.AniPic.Location = New System.Drawing.Point(18, 75)
+ Me.AniPic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.AniPic.Name = "AniPic"
- Me.AniPic.Size = New System.Drawing.Size(85, 158)
+ Me.AniPic.Size = New System.Drawing.Size(96, 198)
Me.AniPic.TabIndex = 12
Me.AniPic.TabStop = False
'
'Button2
'
Me.Button2.Enabled = False
- Me.Button2.Location = New System.Drawing.Point(16, 27)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button2.Location = New System.Drawing.Point(18, 34)
+ Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(91, 26)
+ Me.Button2.Size = New System.Drawing.Size(102, 32)
Me.Button2.TabIndex = 11
Me.Button2.Text = "Repoint"
Me.Button2.UseVisualStyleBackColor = True
'
'AnimationPointer
'
- Me.AnimationPointer.Location = New System.Drawing.Point(113, 27)
- Me.AnimationPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.AnimationPointer.Location = New System.Drawing.Point(127, 34)
+ Me.AnimationPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.AnimationPointer.Name = "AnimationPointer"
- Me.AnimationPointer.Size = New System.Drawing.Size(84, 22)
+ Me.AnimationPointer.Size = New System.Drawing.Size(94, 26)
Me.AnimationPointer.TabIndex = 10
'
'GroupBox14
@@ -812,130 +816,130 @@ Partial Class Pokemonedit
Me.GroupBox14.Controls.Add(Me.Label11)
Me.GroupBox14.Controls.Add(Me.Label10)
Me.GroupBox14.Controls.Add(Me.Label9)
- Me.GroupBox14.Location = New System.Drawing.Point(259, 9)
- Me.GroupBox14.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox14.Location = New System.Drawing.Point(291, 11)
+ Me.GroupBox14.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox14.Name = "GroupBox14"
- Me.GroupBox14.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox14.Size = New System.Drawing.Size(332, 233)
+ Me.GroupBox14.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox14.Size = New System.Drawing.Size(374, 291)
Me.GroupBox14.TabIndex = 1
Me.GroupBox14.TabStop = False
Me.GroupBox14.Text = "Sprite Pointers"
'
'BckPic2
'
- Me.BckPic2.Location = New System.Drawing.Point(233, 111)
- Me.BckPic2.Margin = New System.Windows.Forms.Padding(4)
+ Me.BckPic2.Location = New System.Drawing.Point(262, 139)
+ Me.BckPic2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.BckPic2.Name = "BckPic2"
- Me.BckPic2.Size = New System.Drawing.Size(85, 79)
+ Me.BckPic2.Size = New System.Drawing.Size(96, 99)
Me.BckPic2.TabIndex = 12
Me.BckPic2.TabStop = False
'
'FrntPic2
'
- Me.FrntPic2.Location = New System.Drawing.Point(233, 16)
- Me.FrntPic2.Margin = New System.Windows.Forms.Padding(4)
+ Me.FrntPic2.Location = New System.Drawing.Point(262, 20)
+ Me.FrntPic2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.FrntPic2.Name = "FrntPic2"
- Me.FrntPic2.Size = New System.Drawing.Size(85, 79)
+ Me.FrntPic2.Size = New System.Drawing.Size(96, 99)
Me.FrntPic2.TabIndex = 11
Me.FrntPic2.TabStop = False
'
'BckPic
'
- Me.BckPic.Location = New System.Drawing.Point(128, 111)
- Me.BckPic.Margin = New System.Windows.Forms.Padding(4)
+ Me.BckPic.Location = New System.Drawing.Point(144, 139)
+ Me.BckPic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.BckPic.Name = "BckPic"
- Me.BckPic.Size = New System.Drawing.Size(85, 79)
+ Me.BckPic.Size = New System.Drawing.Size(96, 99)
Me.BckPic.TabIndex = 10
Me.BckPic.TabStop = False
'
'FrntPic
'
- Me.FrntPic.Location = New System.Drawing.Point(128, 16)
- Me.FrntPic.Margin = New System.Windows.Forms.Padding(4)
+ Me.FrntPic.Location = New System.Drawing.Point(144, 20)
+ Me.FrntPic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.FrntPic.Name = "FrntPic"
- Me.FrntPic.Size = New System.Drawing.Size(85, 79)
+ Me.FrntPic.Size = New System.Drawing.Size(96, 99)
Me.FrntPic.TabIndex = 9
Me.FrntPic.TabStop = False
'
'Button3
'
- Me.Button3.Location = New System.Drawing.Point(128, 193)
- Me.Button3.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button3.Location = New System.Drawing.Point(144, 241)
+ Me.Button3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(189, 26)
+ Me.Button3.Size = New System.Drawing.Size(213, 32)
Me.Button3.TabIndex = 8
Me.Button3.Text = "Repoint"
Me.Button3.UseVisualStyleBackColor = True
'
'ShinyPointer
'
- Me.ShinyPointer.Location = New System.Drawing.Point(17, 194)
- Me.ShinyPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.ShinyPointer.Location = New System.Drawing.Point(19, 242)
+ Me.ShinyPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ShinyPointer.Name = "ShinyPointer"
- Me.ShinyPointer.Size = New System.Drawing.Size(89, 22)
+ Me.ShinyPointer.Size = New System.Drawing.Size(100, 26)
Me.ShinyPointer.TabIndex = 7
'
'BackPointer
'
- Me.BackPointer.Location = New System.Drawing.Point(17, 146)
- Me.BackPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.BackPointer.Location = New System.Drawing.Point(19, 182)
+ Me.BackPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.BackPointer.Name = "BackPointer"
- Me.BackPointer.Size = New System.Drawing.Size(89, 22)
+ Me.BackPointer.Size = New System.Drawing.Size(100, 26)
Me.BackPointer.TabIndex = 6
'
'NormalPointer
'
- Me.NormalPointer.Location = New System.Drawing.Point(17, 98)
- Me.NormalPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.NormalPointer.Location = New System.Drawing.Point(19, 122)
+ Me.NormalPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NormalPointer.Name = "NormalPointer"
- Me.NormalPointer.Size = New System.Drawing.Size(89, 22)
+ Me.NormalPointer.Size = New System.Drawing.Size(100, 26)
Me.NormalPointer.TabIndex = 5
'
'FrontPointer
'
- Me.FrontPointer.Location = New System.Drawing.Point(17, 50)
- Me.FrontPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.FrontPointer.Location = New System.Drawing.Point(19, 62)
+ Me.FrontPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.FrontPointer.Name = "FrontPointer"
- Me.FrontPointer.Size = New System.Drawing.Size(89, 22)
+ Me.FrontPointer.Size = New System.Drawing.Size(100, 26)
Me.FrontPointer.TabIndex = 4
'
'Label12
'
Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(13, 175)
+ Me.Label12.Location = New System.Drawing.Point(15, 219)
Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(71, 17)
+ Me.Label12.Size = New System.Drawing.Size(78, 20)
Me.Label12.TabIndex = 3
Me.Label12.Text = "Shiny Pal:"
'
'Label11
'
Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(13, 127)
+ Me.Label11.Location = New System.Drawing.Point(15, 159)
Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(84, 17)
+ Me.Label11.Size = New System.Drawing.Size(95, 20)
Me.Label11.TabIndex = 2
Me.Label11.Text = "Back Sprite:"
'
'Label10
'
Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(13, 79)
+ Me.Label10.Location = New System.Drawing.Point(15, 99)
Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(81, 17)
+ Me.Label10.Size = New System.Drawing.Size(89, 20)
Me.Label10.TabIndex = 1
Me.Label10.Text = "Normal Pal:"
'
'Label9
'
Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(13, 31)
+ Me.Label9.Location = New System.Drawing.Point(15, 39)
Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(86, 17)
+ Me.Label9.Size = New System.Drawing.Size(97, 20)
Me.Label9.TabIndex = 0
Me.Label9.Text = "Front Sprite:"
'
@@ -954,11 +958,11 @@ Partial Class Pokemonedit
Me.TabPage2.Controls.Add(Me.GroupBox5)
Me.TabPage2.Controls.Add(Me.GroupBox4)
Me.TabPage2.Controls.Add(Me.GroupBox3)
- Me.TabPage2.Location = New System.Drawing.Point(4, 25)
- Me.TabPage2.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabPage2.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabPage2.Name = "TabPage2"
- Me.TabPage2.Padding = New System.Windows.Forms.Padding(4)
- Me.TabPage2.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage2.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.TabPage2.Size = New System.Drawing.Size(925, 736)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Base Stats"
Me.TabPage2.UseVisualStyleBackColor = True
@@ -969,21 +973,21 @@ Partial Class Pokemonedit
Me.GroupBox11.Controls.Add(Me.SHCombo1)
Me.GroupBox11.Controls.Add(Me.SH2)
Me.GroupBox11.Controls.Add(Me.SH1)
- Me.GroupBox11.Location = New System.Drawing.Point(505, 330)
- Me.GroupBox11.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox11.Location = New System.Drawing.Point(568, 412)
+ Me.GroupBox11.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox11.Name = "GroupBox11"
- Me.GroupBox11.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox11.Size = New System.Drawing.Size(252, 96)
+ Me.GroupBox11.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox11.Size = New System.Drawing.Size(284, 120)
Me.GroupBox11.TabIndex = 3
Me.GroupBox11.TabStop = False
Me.GroupBox11.Text = "Steps to hatch"
'
'SHVal
'
- Me.SHVal.Location = New System.Drawing.Point(136, 62)
- Me.SHVal.Margin = New System.Windows.Forms.Padding(4)
+ Me.SHVal.Location = New System.Drawing.Point(153, 78)
+ Me.SHVal.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SHVal.Name = "SHVal"
- Me.SHVal.Size = New System.Drawing.Size(97, 22)
+ Me.SHVal.Size = New System.Drawing.Size(109, 26)
Me.SHVal.TabIndex = 3
'
'SHCombo1
@@ -991,19 +995,19 @@ Partial Class Pokemonedit
Me.SHCombo1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.SHCombo1.FormattingEnabled = True
Me.SHCombo1.Items.AddRange(New Object() {"Instant", "1280 steps", "2560 steps", "3840 steps", "5120 steps", "6400 steps", "7680 steps", "8960 steps", "10240 steps", "20480 steps", "30720 steps"})
- Me.SHCombo1.Location = New System.Drawing.Point(136, 18)
- Me.SHCombo1.Margin = New System.Windows.Forms.Padding(4)
+ Me.SHCombo1.Location = New System.Drawing.Point(153, 22)
+ Me.SHCombo1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SHCombo1.Name = "SHCombo1"
- Me.SHCombo1.Size = New System.Drawing.Size(97, 24)
+ Me.SHCombo1.Size = New System.Drawing.Size(109, 28)
Me.SHCombo1.TabIndex = 2
'
'SH2
'
Me.SH2.AutoSize = True
- Me.SH2.Location = New System.Drawing.Point(8, 63)
- Me.SH2.Margin = New System.Windows.Forms.Padding(4)
+ Me.SH2.Location = New System.Drawing.Point(9, 79)
+ Me.SH2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SH2.Name = "SH2"
- Me.SH2.Size = New System.Drawing.Size(80, 21)
+ Me.SH2.Size = New System.Drawing.Size(93, 24)
Me.SH2.TabIndex = 1
Me.SH2.TabStop = True
Me.SH2.Text = "Custom:"
@@ -1012,10 +1016,10 @@ Partial Class Pokemonedit
'SH1
'
Me.SH1.AutoSize = True
- Me.SH1.Location = New System.Drawing.Point(8, 23)
- Me.SH1.Margin = New System.Windows.Forms.Padding(4)
+ Me.SH1.Location = New System.Drawing.Point(9, 29)
+ Me.SH1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SH1.Name = "SH1"
- Me.SH1.Size = New System.Drawing.Size(91, 21)
+ Me.SH1.Size = New System.Drawing.Size(104, 24)
Me.SH1.TabIndex = 0
Me.SH1.TabStop = True
Me.SH1.Text = "Standard:"
@@ -1024,33 +1028,33 @@ Partial Class Pokemonedit
'GroupBox27
'
Me.GroupBox27.Controls.Add(Me.PadBase)
- Me.GroupBox27.Location = New System.Drawing.Point(309, 305)
- Me.GroupBox27.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox27.Location = New System.Drawing.Point(348, 381)
+ Me.GroupBox27.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox27.Name = "GroupBox27"
- Me.GroupBox27.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox27.Size = New System.Drawing.Size(96, 60)
+ Me.GroupBox27.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox27.Size = New System.Drawing.Size(108, 75)
Me.GroupBox27.TabIndex = 10
Me.GroupBox27.TabStop = False
Me.GroupBox27.Text = "Pad Bytes"
'
'PadBase
'
- Me.PadBase.Location = New System.Drawing.Point(15, 23)
- Me.PadBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.PadBase.Location = New System.Drawing.Point(17, 29)
+ Me.PadBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PadBase.MaxLength = 4
Me.PadBase.Name = "PadBase"
- Me.PadBase.Size = New System.Drawing.Size(67, 22)
+ Me.PadBase.Size = New System.Drawing.Size(75, 26)
Me.PadBase.TabIndex = 16
'
'GroupBox8
'
Me.GroupBox8.Controls.Add(Me.EggType2)
Me.GroupBox8.Controls.Add(Me.EggType1)
- Me.GroupBox8.Location = New System.Drawing.Point(16, 436)
- Me.GroupBox8.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox8.Location = New System.Drawing.Point(18, 545)
+ Me.GroupBox8.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox8.Name = "GroupBox8"
- Me.GroupBox8.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox8.Size = New System.Drawing.Size(185, 96)
+ Me.GroupBox8.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox8.Size = New System.Drawing.Size(208, 120)
Me.GroupBox8.TabIndex = 2
Me.GroupBox8.TabStop = False
Me.GroupBox8.Text = "Egg Groups"
@@ -1060,10 +1064,10 @@ Partial Class Pokemonedit
Me.EggType2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.EggType2.FormattingEnabled = True
Me.EggType2.Items.AddRange(New Object() {"-------", "Monster", "Water 1", "Bug", "Flying", "Field", "Fairy", "Plant", "HumanShape", "Water 3", "Mineral", "Chaos", "Water 2", "Ditto", "Dragon", "Can't Breed"})
- Me.EggType2.Location = New System.Drawing.Point(8, 57)
- Me.EggType2.Margin = New System.Windows.Forms.Padding(4)
+ Me.EggType2.Location = New System.Drawing.Point(9, 71)
+ Me.EggType2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EggType2.Name = "EggType2"
- Me.EggType2.Size = New System.Drawing.Size(160, 24)
+ Me.EggType2.Size = New System.Drawing.Size(180, 28)
Me.EggType2.TabIndex = 1
'
'EggType1
@@ -1071,10 +1075,10 @@ Partial Class Pokemonedit
Me.EggType1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.EggType1.FormattingEnabled = True
Me.EggType1.Items.AddRange(New Object() {"-------", "Monster", "Water 1", "Bug", "Flying", "Field", "Fairy", "Plant", "HumanShape", "Water 3", "Mineral", "Chaos", "Water 2", "Ditto", "Dragon", "Can't Breed"})
- Me.EggType1.Location = New System.Drawing.Point(8, 23)
- Me.EggType1.Margin = New System.Windows.Forms.Padding(4)
+ Me.EggType1.Location = New System.Drawing.Point(9, 29)
+ Me.EggType1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EggType1.Name = "EggType1"
- Me.EggType1.Size = New System.Drawing.Size(160, 24)
+ Me.EggType1.Size = New System.Drawing.Size(180, 28)
Me.EggType1.TabIndex = 0
'
'GroupBox13
@@ -1083,21 +1087,21 @@ Partial Class Pokemonedit
Me.GroupBox13.Controls.Add(Me.GCombo1)
Me.GroupBox13.Controls.Add(Me.G2)
Me.GroupBox13.Controls.Add(Me.G1)
- Me.GroupBox13.Location = New System.Drawing.Point(16, 305)
- Me.GroupBox13.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox13.Location = New System.Drawing.Point(18, 381)
+ Me.GroupBox13.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox13.Name = "GroupBox13"
- Me.GroupBox13.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox13.Size = New System.Drawing.Size(281, 123)
+ Me.GroupBox13.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox13.Size = New System.Drawing.Size(316, 154)
Me.GroupBox13.TabIndex = 9
Me.GroupBox13.TabStop = False
Me.GroupBox13.Text = "Gender Ratio"
'
'GVal
'
- Me.GVal.Location = New System.Drawing.Point(151, 52)
- Me.GVal.Margin = New System.Windows.Forms.Padding(4)
+ Me.GVal.Location = New System.Drawing.Point(170, 65)
+ Me.GVal.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GVal.Name = "GVal"
- Me.GVal.Size = New System.Drawing.Size(99, 22)
+ Me.GVal.Size = New System.Drawing.Size(111, 26)
Me.GVal.TabIndex = 3
'
'GCombo1
@@ -1105,19 +1109,19 @@ Partial Class Pokemonedit
Me.GCombo1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.GCombo1.FormattingEnabled = True
Me.GCombo1.Items.AddRange(New Object() {"100% Male", "87% Male", "75% Male", "65% Male", "50% Male", "65% Female", "75% Female", "87% Female", "100% Female", "Genderless"})
- Me.GCombo1.Location = New System.Drawing.Point(151, 20)
- Me.GCombo1.Margin = New System.Windows.Forms.Padding(4)
+ Me.GCombo1.Location = New System.Drawing.Point(170, 25)
+ Me.GCombo1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GCombo1.Name = "GCombo1"
- Me.GCombo1.Size = New System.Drawing.Size(99, 24)
+ Me.GCombo1.Size = New System.Drawing.Size(111, 28)
Me.GCombo1.TabIndex = 2
'
'G2
'
Me.G2.AutoSize = True
- Me.G2.Location = New System.Drawing.Point(23, 53)
- Me.G2.Margin = New System.Windows.Forms.Padding(4)
+ Me.G2.Location = New System.Drawing.Point(26, 66)
+ Me.G2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.G2.Name = "G2"
- Me.G2.Size = New System.Drawing.Size(80, 21)
+ Me.G2.Size = New System.Drawing.Size(93, 24)
Me.G2.TabIndex = 1
Me.G2.TabStop = True
Me.G2.Text = "Custom:"
@@ -1126,10 +1130,10 @@ Partial Class Pokemonedit
'G1
'
Me.G1.AutoSize = True
- Me.G1.Location = New System.Drawing.Point(23, 25)
- Me.G1.Margin = New System.Windows.Forms.Padding(4)
+ Me.G1.Location = New System.Drawing.Point(26, 31)
+ Me.G1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.G1.Name = "G1"
- Me.G1.Size = New System.Drawing.Size(91, 21)
+ Me.G1.Size = New System.Drawing.Size(104, 24)
Me.G1.TabIndex = 0
Me.G1.TabStop = True
Me.G1.Text = "Standard:"
@@ -1141,11 +1145,11 @@ Partial Class Pokemonedit
Me.GroupBox12.Controls.Add(Me.HPVal)
Me.GroupBox12.Controls.Add(Me.HP2)
Me.GroupBox12.Controls.Add(Me.HP1)
- Me.GroupBox12.Location = New System.Drawing.Point(505, 199)
- Me.GroupBox12.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox12.Location = New System.Drawing.Point(568, 249)
+ Me.GroupBox12.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox12.Name = "GroupBox12"
- Me.GroupBox12.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox12.Size = New System.Drawing.Size(267, 123)
+ Me.GroupBox12.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox12.Size = New System.Drawing.Size(300, 154)
Me.GroupBox12.TabIndex = 8
Me.GroupBox12.TabStop = False
Me.GroupBox12.Text = "Base Happiness"
@@ -1155,27 +1159,27 @@ Partial Class Pokemonedit
Me.HPCombo1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.HPCombo1.FormattingEnabled = True
Me.HPCombo1.Items.AddRange(New Object() {"Lowest (0)", "Low (35)", "Normal (70)", "Medium-High (90)", "High (100)", "Very High (140)", "Max (255)"})
- Me.HPCombo1.Location = New System.Drawing.Point(136, 23)
- Me.HPCombo1.Margin = New System.Windows.Forms.Padding(4)
+ Me.HPCombo1.Location = New System.Drawing.Point(153, 29)
+ Me.HPCombo1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HPCombo1.Name = "HPCombo1"
- Me.HPCombo1.Size = New System.Drawing.Size(103, 24)
+ Me.HPCombo1.Size = New System.Drawing.Size(115, 28)
Me.HPCombo1.TabIndex = 3
'
'HPVal
'
- Me.HPVal.Location = New System.Drawing.Point(136, 54)
- Me.HPVal.Margin = New System.Windows.Forms.Padding(4)
+ Me.HPVal.Location = New System.Drawing.Point(153, 68)
+ Me.HPVal.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HPVal.Name = "HPVal"
- Me.HPVal.Size = New System.Drawing.Size(104, 22)
+ Me.HPVal.Size = New System.Drawing.Size(116, 26)
Me.HPVal.TabIndex = 2
'
'HP2
'
Me.HP2.AutoSize = True
- Me.HP2.Location = New System.Drawing.Point(8, 58)
- Me.HP2.Margin = New System.Windows.Forms.Padding(4)
+ Me.HP2.Location = New System.Drawing.Point(9, 72)
+ Me.HP2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HP2.Name = "HP2"
- Me.HP2.Size = New System.Drawing.Size(80, 21)
+ Me.HP2.Size = New System.Drawing.Size(93, 24)
Me.HP2.TabIndex = 1
Me.HP2.TabStop = True
Me.HP2.Text = "Custom:"
@@ -1184,10 +1188,10 @@ Partial Class Pokemonedit
'HP1
'
Me.HP1.AutoSize = True
- Me.HP1.Location = New System.Drawing.Point(8, 26)
- Me.HP1.Margin = New System.Windows.Forms.Padding(4)
+ Me.HP1.Location = New System.Drawing.Point(9, 32)
+ Me.HP1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HP1.Name = "HP1"
- Me.HP1.Size = New System.Drawing.Size(91, 21)
+ Me.HP1.Size = New System.Drawing.Size(104, 24)
Me.HP1.TabIndex = 0
Me.HP1.TabStop = True
Me.HP1.Text = "Standard:"
@@ -1196,11 +1200,11 @@ Partial Class Pokemonedit
'GroupBox10
'
Me.GroupBox10.Controls.Add(Me.Grate)
- Me.GroupBox10.Location = New System.Drawing.Point(299, 128)
- Me.GroupBox10.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox10.Location = New System.Drawing.Point(336, 160)
+ Me.GroupBox10.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox10.Name = "GroupBox10"
- Me.GroupBox10.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox10.Size = New System.Drawing.Size(189, 64)
+ Me.GroupBox10.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox10.Size = New System.Drawing.Size(213, 80)
Me.GroupBox10.TabIndex = 7
Me.GroupBox10.TabStop = False
Me.GroupBox10.Text = "Growth Rate"
@@ -1210,41 +1214,41 @@ Partial Class Pokemonedit
Me.Grate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Grate.FormattingEnabled = True
Me.Grate.Items.AddRange(New Object() {"1,000,000", "600,000", "1,640,000", "1,059,860", "800,000", "1,250,000"})
- Me.Grate.Location = New System.Drawing.Point(8, 23)
- Me.Grate.Margin = New System.Windows.Forms.Padding(4)
+ Me.Grate.Location = New System.Drawing.Point(9, 29)
+ Me.Grate.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Grate.Name = "Grate"
- Me.Grate.Size = New System.Drawing.Size(160, 24)
+ Me.Grate.Size = New System.Drawing.Size(180, 28)
Me.Grate.TabIndex = 0
'
'GroupBox9
'
Me.GroupBox9.Controls.Add(Me.Bexp)
- Me.GroupBox9.Location = New System.Drawing.Point(199, 199)
- Me.GroupBox9.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox9.Location = New System.Drawing.Point(224, 249)
+ Me.GroupBox9.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox9.Name = "GroupBox9"
- Me.GroupBox9.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox9.Size = New System.Drawing.Size(92, 62)
+ Me.GroupBox9.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox9.Size = New System.Drawing.Size(104, 78)
Me.GroupBox9.TabIndex = 6
Me.GroupBox9.TabStop = False
Me.GroupBox9.Text = "Base Exp."
'
'Bexp
'
- Me.Bexp.Location = New System.Drawing.Point(25, 25)
- Me.Bexp.Margin = New System.Windows.Forms.Padding(4)
+ Me.Bexp.Location = New System.Drawing.Point(28, 31)
+ Me.Bexp.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Bexp.Name = "Bexp"
- Me.Bexp.Size = New System.Drawing.Size(43, 22)
+ Me.Bexp.Size = New System.Drawing.Size(48, 26)
Me.Bexp.TabIndex = 0
'
'GroupBox7
'
Me.GroupBox7.Controls.Add(Me.Ev2)
Me.GroupBox7.Controls.Add(Me.Ev1)
- Me.GroupBox7.Location = New System.Drawing.Point(299, 199)
- Me.GroupBox7.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox7.Location = New System.Drawing.Point(336, 249)
+ Me.GroupBox7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox7.Name = "GroupBox7"
- Me.GroupBox7.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox7.Size = New System.Drawing.Size(189, 98)
+ Me.GroupBox7.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox7.Size = New System.Drawing.Size(213, 122)
Me.GroupBox7.TabIndex = 5
Me.GroupBox7.TabStop = False
Me.GroupBox7.Text = "EVs"
@@ -1254,10 +1258,10 @@ Partial Class Pokemonedit
Me.Ev2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Ev2.FormattingEnabled = True
Me.Ev2.Items.AddRange(New Object() {"Nothing", "1 SpA", "2 SpA", "3 SpA", "1 SpD", "1 SpD, 1 SpA", "1 SpD, 2 SpA", "1 SpD, 3 SpA", "2 SpD", "2 SpD, 1 SpA", "2 SpD, 2 SpA", "2 SpD, 3 SpA", "3 SpD", "3 SpD, 1 SpA", "3 SpD, 2 SpA", "3 SpD, 3 SpA"})
- Me.Ev2.Location = New System.Drawing.Point(20, 58)
- Me.Ev2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Ev2.Location = New System.Drawing.Point(22, 72)
+ Me.Ev2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Ev2.Name = "Ev2"
- Me.Ev2.Size = New System.Drawing.Size(160, 24)
+ Me.Ev2.Size = New System.Drawing.Size(180, 28)
Me.Ev2.TabIndex = 1
'
'Ev1
@@ -1265,21 +1269,21 @@ Partial Class Pokemonedit
Me.Ev1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Ev1.FormattingEnabled = True
Me.Ev1.Items.AddRange(New Object() {"Nothing", "1 HP", "2 HP", "3 HP", "1 Atk", "1 HP, 1 Atk", "2 HP, 1 Atk", "3 HP, 1 Atk", "2 Atk", "1 HP, 2 Atk", "2 HP, 2 Atk", "3 HP, 2 Atk", "3 Atk", "1 HP, 3 Atk", "2 HP, 3 Atk", "3 HP, 3 Atk", "1 Def", "1 Def, 1 HP", "1 Def, 2 HP", "1 Def, 3 HP", "1 Def, 1 Atk", "1 Def, 1 HP, 1 Atk", "1 Def, 2 HP, 1 Atk", "1 Def, 3 HP, 1 Atk", "1 Def, 2 Atk", "1 Def, 1 HP, 2 Atk", "1 Def, 2 HP, 2 Atk", "1 Def, 3 HP, 2 Atk", "1 Def, 3 Atk", "1 Def, 1 HP, 3 Atk", "1 Def, 2 HP, 3 Atk", "1 Def, 3 HP, 3 Atk", "2 Def", "2 Def, 1 HP", "2 Def, 2 HP", "2 Def, 3 HP", "2 Def, 1 Atk", "2 Def, 1 HP, 1 Atk", "2 Def, 2 HP, 1 Atk", "2 Def, 3 HP, 1 Atk", "2 Def, 2 Atk", "2 Def, 1 HP, 2 Atk", "2 Def, 2 HP, 2 Atk", "2 Def, 3 HP, 2 Atk", "2 Def, 3 Atk", "2 Def, 1 HP, 3 Atk", "2 Def, 2 HP, 3 Atk", "2 Def, 3 HP, 3 Atk", "3 Def", "3 Def, 1 HP", "3 Def, 2 HP", "3 Def, 3 Hp", "3 Def, 1 Atk", "3 Def, 1 HP, 1 Atk", "3 Def, 2 HP, 1 Atk", "3 Def, 3 HP, 1 Atk", "3 Def, 2 Atk", "3 Def, 1 HP, 2 Atk", "3 Def, 2 HP, 2 Atk", "3 Def, 3 HP, 2 Atk", "3 Def, 3 Atk", "3 Def, 1 HP, 3 Atk", "3 Def, 2 HP, 3 Atk", "3 Def, 3 HP, 3 Atk", "1 Spe", "1 Spe, 1 HP", "1 Spe, 2 HP", "1 Spe, 3 HP", "1 Spe, 1 Atk", "1 Spe, 1 HP, 1 Atk", "1 Spe, 2 HP, 1 Atk", "1 Spe, 3 HP, 1 Atk", "1 Spe, 2 Atk", "1 Spe, 1 HP, 2 Atk", "1 Spe, 2 HP, 2 Atk", "1 Spe, 3 HP, 2 Atk", "1 Spe, 3 Atk", "1 Spe, 1 HP, 3 Atk", "1 Spe, 2 HP, 3 Atk", "1 Spe, 3 HP, 3 Atk", "1 Spe, 1 Def", "1 Spe, 1 HP, 1 Def", "1 Spe, 2 HP, 1 Def", "1 Spe, 3 HP, 1 Def", "1 Spe, 1 Atk, 1 Def", "1 Spe, 1 HP, 1 Atk, 1 Def", "1 Spe, 2 HP, 1 Atk, 1 Def", "1 Spe, 3 HP, 1 Atk, 1 Def", "1 Spe, 2 Atk, 1 Def", "1 Spe, 1 HP, 2 Atk, 1 Def", "1 Spe, 2 HP, 2 Atk, 1 Def", "1 Spe, 3 HP, 2 Atk, 1 Def", "1 Spe, 3 Atk, 1 Def", "1 Spe, 1 HP, 3 Atk, 1 Def", "1 Spe, 2 HP, 3 Atk, 1 Def", "1 Spe, 3 HP, 3 Atk, 1 Def", "1 Spe, 2 Def", "1 Spe, 1 HP, 2 Def", "1 Spe, 2 HP, 2 Def", "1 Spe, 3 HP, 2 Def", "1 Spe, 1 Atk, 2 Def", "1 Spe, 1 HP, 1 Atk, 2 Def", "1 Spe, 2 HP, 1 Atk, 2 Def", "1 Spe, 3 HP, 1 Atk, 2 Def", "1 Spe, 2 Atk, 2 Def", "1 Spe, 1 HP, 2 Atk, 2 Def", "1 Spe, 2 HP, 2 Atk, 2 Def", "1 Spe, 3 HP, 2 Atk, 2 Def", "1 Spe, 3 Atk, 2 Def", "1 Spe, 1 HP, 3 Atk, 2 Def", "1 Spe, 2 HP, 3 Atk, 2 Def", "1 Spe, 3 HP, 3 Atk, 2 Def", "1 Spe, 3 Def", "1 Spe, 1 HP, 3 Def", "1 Spe, 2 HP, 3 Def", "1 Spe, 3 HP, 3 Def", "1 Spe, 1 Atk, 3 Def", "1 Spe, 1 HP, 1 Atk, 3 Def", "1 Spe, 2 HP, 1 Atk, 3 Def", "1 Spe, 3 HP, 1 Atk, 3 Def", "1 Spe, 2 Atk, 3 Def", "1 Spe, 1 HP, 2 Atk, 3 Def", "1 Spe, 2 HP, 2 Atk, 3 Def", "1 Spe, 3 HP, 2 Atk, 3 Def", "1 Spe, 3 Atk, 3 Def", "1 Spe, 1 HP, 3 Atk, 3 Def", "1 Spe, 2 HP, 3 Atk, 3 Def", "1 Spe, 3 HP, 3 Atk, 3 Def", "2 Spe", "2 Spe, 1 HP", "2 Spe, 2 HP", "2 Spe, 3 HP", "2 Spe, 1 Atk", "2 Spe, 1 HP, 1 Atk", "2 Spe, 2 HP, 1 Atk", "2 Spe, 3 HP, 1 Atk", "2 Spe, 2 Atk", "2 Spe, 1 HP, 2 Atk", "2 Spe, 2 HP, 2 Atk", "2 Spe, 3 HP, 2 Atk", "2 Spe, 3 Atk", "2 Spe, 1 HP, 3 Atk", "2 Spe, 2 HP, 3 Atk", "2 Spe, 3 HP, 3 Atk", "2 Spe, 1 Def", "2 Spe, 1 HP, 1 Def", "2 Spe, 2 HP, 1 Def", "2 Spe, 3 HP, 1 Def", "2 Spe, 1 Atk, 1 Def", "2 Spe, 1 HP, 1 Atk, 1 Def", "2 Spe, 2 HP, 1 Atk, 1 Def", "2 Spe, 3 HP, 1 Atk, 1 Def", "2 SPe, 2 Atk, 1 Def", "2 Spe, 1 HP, 2 Atk, 1 Def", "2 Spe, 2 HP, 2 Atk, 1 Def", "2 Spe, 3 HP, 2 Atk, 1 Def", "2 Spe, 3 Atk, 1 Def", "2 Spe, 1 HP, 3 Atk, 1 Def", "2 Spe, 2 HP, 3 Atk, 1 Def", "2 Spe, 3 HP, 3 Atk, 1 Def", "2 Spe, 2 Def", "2 Spe, 1 HP, 2 Def", "2 Spe, 2 HP, 2 Def", "2 Spe, 3 HP, 2 Def", "2 Spe, 1 Atk, 2 Def", "2 Spe, 1 HP, 1 Atk, 2 Def", "2 Spe, 2 HP, 1 Atk, 2 Def", "2 Spe, 3 HP, 1 Atk, 2 Def", "2 Spe, 2 Atk, 2 Def", "2 Spe, 1 HP, 2 Atk, 2 Def", "2 Spe, 2 HP, 2 Atk, 2 Def", "2 Spe, 3 HP, 2 Atk, 2 Def", "2 Spe, 3 Atk, 2 Def", "2 Spe, 1 HP, 3 Atk, 2 Def", "2 Spe, 2 HP, 3 Atk, 2 Def", "2 Spe, 3 HP, 3 Atk, 2 Def", "2 Spe, 3 Def", "2 Spe, 1 HP, 3 Def", "2 Spe, 2 HP, 3 Def", "2 Spe, 3 HP, 3 Def", "2 Spe, 1 Atk, 3 Def", "2 Spe, 1 HP, 1 Atk, 3 Def", "2 Spe, 2 HP, 1 Atk, 3 Def", "2 Spe, 3 HP, 1 Atk, 3 Def", "2 Spe, 2 Atk, 3 Def", "2 Spe, 1 HP, 2 Atk, 3 Def", "2 Spe, 2 HP, 2 Atk, 3 Def", "2 Spe, 3 HP, 2 Atk, 3 Def", "2 Spe, 3 Atk, 3 Def", "2 Spe, 1 HP, 3 Atk, 3 Def", "2 Spe, 2 HP, 3 Atk, 3 Def", "2 Spe, 3 HP, 3 Atk, 3 Def", "3 Spe", "3 Spe, 1 HP", "3 Spe, 2 HP", "3 Spe, 3 HP", "3 Spe, 1 Atk", "3 Spe, 1 HP, 1 Atk", "3 Spe, 2 HP, 1 Atk", "3 Spe, 3 HP, 1 Atk", "3 Spe, 2 Atk", "3 Spe, 1 HP, 2 Atk", "3 Spe, 2 HP, 2 Atk", "3 Spe, 3 HP, 2 Atk", "3 Spe, 3 Atk", "3 Spe, 1 HP, 3 Atk", "3 Spe, 2 HP, 3 Atk", "3 Spe, 3 HP, 3 Atk", "3 Spe, 1 Def", "3 Spe, 1 HP, 1 Def", "3 Spe, 2 HP, 1 Def", "3 Spe, 3 HP, 1 Def", "3 Spe, 1 Atk, 1 Def", "3 Spe, 1 HP, 1 Atk, 1 Def", "3 Spe, 2 HP, 1 Atk, 1 Def", "3 Spe, 3 HP, 1 Atk, 1 Def", "3 Spe, 2 Atk, 1 Def", "3 Spe, 1 HP, 2 Atk, 1 Def", "3 Spe, 2 HP, 2 Atk, 1 Def", "3 Spe, 3 HP, 2 Atk, 1 Def", "3 Spe, 3 Atk, 1 Def", "3 Spe, 1 HP, 3 Atk, 1 Def", "3 Spe, 2 HP, 3 Atk, 1 Def", "3 Spe, 3 HP, 3 Atk, 1 Def", "3 Spe, 2 Def", "3 Spe, 1 HP, 2 Def", "3 Spe, 2 HP, 2 Def", "3 Spe, 3 HP, 2 Def", "3 Spe, 1 Atk, 2 Def", "3 Spe, 1 HP, 1 Atk, 2 Def", "3 Spe, 2 HP, 1 Atk, 2 Def", "3 Spe, 3 HP, 1 Atk, 2 Def", "3 Spe, 2 Atk, 2 Def", "3 Spe, 1 HP, 2 Atk, 2 Def", "3 Spe, 2 HP, 2 Atk, 2 Def", "3 Spe, 3 HP, 2 Atk, 2 Def", "3 Spe, 3 Atk, 2 Def", "3 Spe, 1 HP, 3 Atk, 2 Def", "3 Spe, 2 HP, 3 Atk, 2 Def", "3 Spe, 3 HP, 3 Atk, 2 Def", "3 Spe, 3 Def", "3 Spe, 1 HP, 3 Def", "3 Spe, 2 HP, 3 Def", "3 Spe, 3 HP, 3 Def", "3 Spe, 1 Atk, 3 Def", "3 Spe, 1 HP, 1 Atk, 3 Def", "3 Spe, 2 HP, 1 Atk, 3 Def", "3 Spe, 3 HP, 1 ATk, 3 Def", "3 Spe, 2 Atk, 3 Def", "3 Spe, 1 HP, 2 Atk, 3 Def", "3 Spe, 2 HP, 2 Atk, 3 Def", "3 Spe, 3 HP, 2 ATk, 3 Def", "3 Spe, 3 Atk, 3 Def", "3 Spe, 1 HP, 3 Atk, 3 Def", "3 Spe, 2 HP, 3 Atk, 3 Def", "3 Spe, 3 HP, 3 Atk, 3 Def"})
- Me.Ev1.Location = New System.Drawing.Point(20, 25)
- Me.Ev1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Ev1.Location = New System.Drawing.Point(22, 31)
+ Me.Ev1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Ev1.Name = "Ev1"
- Me.Ev1.Size = New System.Drawing.Size(160, 24)
+ Me.Ev1.Size = New System.Drawing.Size(180, 28)
Me.Ev1.TabIndex = 0
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Lft1)
Me.GroupBox1.Controls.Add(Me.Rght1)
- Me.GroupBox1.Location = New System.Drawing.Point(324, 391)
- Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox1.Location = New System.Drawing.Point(364, 489)
+ Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox1.Size = New System.Drawing.Size(133, 91)
+ Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox1.Size = New System.Drawing.Size(150, 114)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Status Screen"
@@ -1287,10 +1291,10 @@ Partial Class Pokemonedit
'Lft1
'
Me.Lft1.AutoSize = True
- Me.Lft1.Location = New System.Drawing.Point(20, 52)
- Me.Lft1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Lft1.Location = New System.Drawing.Point(22, 65)
+ Me.Lft1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Lft1.Name = "Lft1"
- Me.Lft1.Size = New System.Drawing.Size(88, 21)
+ Me.Lft1.Size = New System.Drawing.Size(102, 24)
Me.Lft1.TabIndex = 1
Me.Lft1.TabStop = True
Me.Lft1.Text = "Face Left"
@@ -1299,10 +1303,10 @@ Partial Class Pokemonedit
'Rght1
'
Me.Rght1.AutoSize = True
- Me.Rght1.Location = New System.Drawing.Point(20, 23)
- Me.Rght1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Rght1.Location = New System.Drawing.Point(22, 29)
+ Me.Rght1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Rght1.Name = "Rght1"
- Me.Rght1.Size = New System.Drawing.Size(97, 21)
+ Me.Rght1.Size = New System.Drawing.Size(112, 24)
Me.Rght1.TabIndex = 0
Me.Rght1.TabStop = True
Me.Rght1.Text = "Face Right"
@@ -1312,11 +1316,11 @@ Partial Class Pokemonedit
'
Me.GroupBox6.Controls.Add(Me.Ab2)
Me.GroupBox6.Controls.Add(Me.Ab1)
- Me.GroupBox6.Location = New System.Drawing.Point(8, 199)
- Me.GroupBox6.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox6.Location = New System.Drawing.Point(9, 249)
+ Me.GroupBox6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox6.Name = "GroupBox6"
- Me.GroupBox6.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox6.Size = New System.Drawing.Size(183, 98)
+ Me.GroupBox6.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox6.Size = New System.Drawing.Size(206, 122)
Me.GroupBox6.TabIndex = 4
Me.GroupBox6.TabStop = False
Me.GroupBox6.Text = "Abilities"
@@ -1325,31 +1329,31 @@ Partial Class Pokemonedit
'
Me.Ab2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.Ab2.FormattingEnabled = True
- Me.Ab2.Location = New System.Drawing.Point(8, 57)
- Me.Ab2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Ab2.Location = New System.Drawing.Point(9, 71)
+ Me.Ab2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Ab2.Name = "Ab2"
- Me.Ab2.Size = New System.Drawing.Size(160, 24)
+ Me.Ab2.Size = New System.Drawing.Size(180, 28)
Me.Ab2.TabIndex = 1
'
'Ab1
'
Me.Ab1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.Ab1.FormattingEnabled = True
- Me.Ab1.Location = New System.Drawing.Point(8, 23)
- Me.Ab1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Ab1.Location = New System.Drawing.Point(9, 29)
+ Me.Ab1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Ab1.Name = "Ab1"
- Me.Ab1.Size = New System.Drawing.Size(160, 24)
+ Me.Ab1.Size = New System.Drawing.Size(180, 28)
Me.Ab1.TabIndex = 0
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.Type2)
Me.GroupBox5.Controls.Add(Me.Type1)
- Me.GroupBox5.Location = New System.Drawing.Point(564, 23)
- Me.GroupBox5.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox5.Location = New System.Drawing.Point(634, 29)
+ Me.GroupBox5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox5.Name = "GroupBox5"
- Me.GroupBox5.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox5.Size = New System.Drawing.Size(181, 97)
+ Me.GroupBox5.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox5.Size = New System.Drawing.Size(204, 121)
Me.GroupBox5.TabIndex = 3
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Types"
@@ -1359,10 +1363,10 @@ Partial Class Pokemonedit
Me.Type2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Type2.FormattingEnabled = True
Me.Type2.Items.AddRange(New Object() {"Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", "Steel", "???", "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"})
- Me.Type2.Location = New System.Drawing.Point(8, 62)
- Me.Type2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Type2.Location = New System.Drawing.Point(9, 78)
+ Me.Type2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Type2.Name = "Type2"
- Me.Type2.Size = New System.Drawing.Size(160, 24)
+ Me.Type2.Size = New System.Drawing.Size(180, 28)
Me.Type2.TabIndex = 1
'
'Type1
@@ -1370,10 +1374,10 @@ Partial Class Pokemonedit
Me.Type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Type1.FormattingEnabled = True
Me.Type1.Items.AddRange(New Object() {"Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", "Steel", "???", "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"})
- Me.Type1.Location = New System.Drawing.Point(8, 27)
- Me.Type1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Type1.Location = New System.Drawing.Point(9, 34)
+ Me.Type1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Type1.Name = "Type1"
- Me.Type1.Size = New System.Drawing.Size(160, 24)
+ Me.Type1.Size = New System.Drawing.Size(180, 28)
Me.Type1.TabIndex = 0
'
'GroupBox4
@@ -1382,30 +1386,30 @@ Partial Class Pokemonedit
Me.GroupBox4.Controls.Add(Me.HeldItem1)
Me.GroupBox4.Controls.Add(Me.Item2)
Me.GroupBox4.Controls.Add(Me.Item1)
- Me.GroupBox4.Location = New System.Drawing.Point(299, 23)
- Me.GroupBox4.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox4.Location = New System.Drawing.Point(336, 29)
+ Me.GroupBox4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox4.Name = "GroupBox4"
- Me.GroupBox4.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox4.Size = New System.Drawing.Size(253, 97)
+ Me.GroupBox4.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox4.Size = New System.Drawing.Size(285, 121)
Me.GroupBox4.TabIndex = 2
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Held Items"
'
'HeldItem2
'
- Me.HeldItem2.Location = New System.Drawing.Point(21, 62)
- Me.HeldItem2.Margin = New System.Windows.Forms.Padding(4)
+ Me.HeldItem2.Location = New System.Drawing.Point(24, 78)
+ Me.HeldItem2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HeldItem2.Name = "HeldItem2"
- Me.HeldItem2.Size = New System.Drawing.Size(32, 30)
+ Me.HeldItem2.Size = New System.Drawing.Size(36, 38)
Me.HeldItem2.TabIndex = 3
Me.HeldItem2.TabStop = False
'
'HeldItem1
'
- Me.HeldItem1.Location = New System.Drawing.Point(21, 28)
- Me.HeldItem1.Margin = New System.Windows.Forms.Padding(4)
+ Me.HeldItem1.Location = New System.Drawing.Point(24, 35)
+ Me.HeldItem1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HeldItem1.Name = "HeldItem1"
- Me.HeldItem1.Size = New System.Drawing.Size(32, 30)
+ Me.HeldItem1.Size = New System.Drawing.Size(36, 38)
Me.HeldItem1.TabIndex = 2
Me.HeldItem1.TabStop = False
'
@@ -1414,10 +1418,10 @@ Partial Class Pokemonedit
Me.Item2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append
Me.Item2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.Item2.FormattingEnabled = True
- Me.Item2.Location = New System.Drawing.Point(84, 62)
- Me.Item2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Item2.Location = New System.Drawing.Point(94, 78)
+ Me.Item2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Item2.Name = "Item2"
- Me.Item2.Size = New System.Drawing.Size(160, 24)
+ Me.Item2.Size = New System.Drawing.Size(180, 28)
Me.Item2.TabIndex = 1
'
'Item1
@@ -1425,10 +1429,10 @@ Partial Class Pokemonedit
Me.Item1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append
Me.Item1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.Item1.FormattingEnabled = True
- Me.Item1.Location = New System.Drawing.Point(84, 28)
- Me.Item1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Item1.Location = New System.Drawing.Point(94, 35)
+ Me.Item1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Item1.Name = "Item1"
- Me.Item1.Size = New System.Drawing.Size(160, 24)
+ Me.Item1.Size = New System.Drawing.Size(180, 28)
Me.Item1.TabIndex = 0
'
'GroupBox3
@@ -1449,167 +1453,167 @@ Partial Class Pokemonedit
Me.GroupBox3.Controls.Add(Me.Label3)
Me.GroupBox3.Controls.Add(Me.Label2)
Me.GroupBox3.Controls.Add(Me.Label1)
- Me.GroupBox3.Location = New System.Drawing.Point(8, 23)
- Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox3.Location = New System.Drawing.Point(9, 29)
+ Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox3.Name = "GroupBox3"
- Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox3.Size = New System.Drawing.Size(283, 169)
+ Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox3.Size = New System.Drawing.Size(318, 211)
Me.GroupBox3.TabIndex = 1
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Base Stats"
'
'RunBase
'
- Me.RunBase.Location = New System.Drawing.Point(215, 119)
- Me.RunBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.RunBase.Location = New System.Drawing.Point(242, 149)
+ Me.RunBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.RunBase.Name = "RunBase"
- Me.RunBase.Size = New System.Drawing.Size(43, 22)
+ Me.RunBase.Size = New System.Drawing.Size(48, 26)
Me.RunBase.TabIndex = 15
'
'CatchBase
'
- Me.CatchBase.Location = New System.Drawing.Point(215, 87)
- Me.CatchBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.CatchBase.Location = New System.Drawing.Point(242, 109)
+ Me.CatchBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CatchBase.Name = "CatchBase"
- Me.CatchBase.Size = New System.Drawing.Size(43, 22)
+ Me.CatchBase.Size = New System.Drawing.Size(48, 26)
Me.CatchBase.TabIndex = 14
'
'SpDefBase
'
- Me.SpDefBase.Location = New System.Drawing.Point(215, 57)
- Me.SpDefBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.SpDefBase.Location = New System.Drawing.Point(242, 71)
+ Me.SpDefBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SpDefBase.Name = "SpDefBase"
- Me.SpDefBase.Size = New System.Drawing.Size(43, 22)
+ Me.SpDefBase.Size = New System.Drawing.Size(48, 26)
Me.SpDefBase.TabIndex = 13
'
'SpAttBase
'
- Me.SpAttBase.Location = New System.Drawing.Point(215, 27)
- Me.SpAttBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.SpAttBase.Location = New System.Drawing.Point(242, 34)
+ Me.SpAttBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SpAttBase.Name = "SpAttBase"
- Me.SpAttBase.Size = New System.Drawing.Size(43, 22)
+ Me.SpAttBase.Size = New System.Drawing.Size(48, 26)
Me.SpAttBase.TabIndex = 12
'
'SpeedBase
'
- Me.SpeedBase.Location = New System.Drawing.Point(77, 119)
- Me.SpeedBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.SpeedBase.Location = New System.Drawing.Point(87, 149)
+ Me.SpeedBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SpeedBase.Name = "SpeedBase"
- Me.SpeedBase.Size = New System.Drawing.Size(44, 22)
+ Me.SpeedBase.Size = New System.Drawing.Size(49, 26)
Me.SpeedBase.TabIndex = 11
'
'DefBase
'
- Me.DefBase.Location = New System.Drawing.Point(79, 87)
- Me.DefBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.DefBase.Location = New System.Drawing.Point(89, 109)
+ Me.DefBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.DefBase.Name = "DefBase"
- Me.DefBase.Size = New System.Drawing.Size(43, 22)
+ Me.DefBase.Size = New System.Drawing.Size(48, 26)
Me.DefBase.TabIndex = 10
'
'AtBase
'
- Me.AtBase.Location = New System.Drawing.Point(79, 57)
- Me.AtBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.AtBase.Location = New System.Drawing.Point(89, 71)
+ Me.AtBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.AtBase.Name = "AtBase"
- Me.AtBase.Size = New System.Drawing.Size(43, 22)
+ Me.AtBase.Size = New System.Drawing.Size(48, 26)
Me.AtBase.TabIndex = 9
'
'HpBase
'
- Me.HpBase.Location = New System.Drawing.Point(79, 27)
- Me.HpBase.Margin = New System.Windows.Forms.Padding(4)
+ Me.HpBase.Location = New System.Drawing.Point(89, 34)
+ Me.HpBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.HpBase.Name = "HpBase"
- Me.HpBase.Size = New System.Drawing.Size(43, 22)
+ Me.HpBase.Size = New System.Drawing.Size(48, 26)
Me.HpBase.TabIndex = 8
'
'Label8
'
Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(131, 123)
+ Me.Label8.Location = New System.Drawing.Point(147, 154)
Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(72, 17)
+ Me.Label8.Size = New System.Drawing.Size(82, 20)
Me.Label8.TabIndex = 7
Me.Label8.Text = "Run Rate:"
'
'Label7
'
Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(131, 91)
+ Me.Label7.Location = New System.Drawing.Point(147, 114)
Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(82, 17)
+ Me.Label7.Size = New System.Drawing.Size(94, 20)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Catch Rate:"
'
'Label6
'
Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(131, 65)
+ Me.Label6.Location = New System.Drawing.Point(147, 81)
Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(86, 17)
+ Me.Label6.Size = New System.Drawing.Size(98, 20)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Sp.Defense:"
'
'Label5
'
Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(131, 31)
+ Me.Label5.Location = New System.Drawing.Point(147, 39)
Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(72, 17)
+ Me.Label5.Size = New System.Drawing.Size(83, 20)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Sp.Attack:"
'
'Label4
'
Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(15, 123)
+ Me.Label4.Location = New System.Drawing.Point(17, 154)
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(53, 17)
+ Me.Label4.Size = New System.Drawing.Size(60, 20)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Speed:"
'
'Label3
'
Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(15, 91)
+ Me.Label3.Location = New System.Drawing.Point(17, 114)
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(65, 17)
+ Me.Label3.Size = New System.Drawing.Size(74, 20)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Defense:"
'
'Label2
'
Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(15, 60)
+ Me.Label2.Location = New System.Drawing.Point(17, 75)
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(51, 17)
+ Me.Label2.Size = New System.Drawing.Size(59, 20)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Attack:"
'
'Label1
'
Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(15, 31)
+ Me.Label1.Location = New System.Drawing.Point(17, 39)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(31, 17)
+ Me.Label1.Size = New System.Drawing.Size(35, 20)
Me.Label1.TabIndex = 0
Me.Label1.Text = "HP:"
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.GroupBox17)
- Me.TabPage3.Location = New System.Drawing.Point(4, 25)
- Me.TabPage3.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabPage3.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabPage3.Name = "TabPage3"
- Me.TabPage3.Padding = New System.Windows.Forms.Padding(4)
- Me.TabPage3.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage3.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.TabPage3.Size = New System.Drawing.Size(925, 736)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Evolution data"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -1641,123 +1645,123 @@ Partial Class Pokemonedit
Me.GroupBox17.Controls.Add(Me.EvoTypes)
Me.GroupBox17.Controls.Add(Me.EvoSlots)
Me.GroupBox17.Controls.Add(Me.EvoPKMNames)
- Me.GroupBox17.Location = New System.Drawing.Point(8, 10)
- Me.GroupBox17.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox17.Location = New System.Drawing.Point(9, 12)
+ Me.GroupBox17.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox17.Name = "GroupBox17"
- Me.GroupBox17.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox17.Size = New System.Drawing.Size(761, 341)
+ Me.GroupBox17.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox17.Size = New System.Drawing.Size(856, 426)
Me.GroupBox17.TabIndex = 2
Me.GroupBox17.TabStop = False
Me.GroupBox17.Text = "Evolutions"
'
'TextBox6
'
- Me.TextBox6.Location = New System.Drawing.Point(563, 297)
- Me.TextBox6.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox6.Location = New System.Drawing.Point(633, 371)
+ Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(52, 22)
+ Me.TextBox6.Size = New System.Drawing.Size(58, 26)
Me.TextBox6.TabIndex = 34
'
'Label50
'
Me.Label50.AutoSize = True
- Me.Label50.Location = New System.Drawing.Point(505, 300)
+ Me.Label50.Location = New System.Drawing.Point(568, 375)
Me.Label50.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label50.Name = "Label50"
- Me.Label50.Size = New System.Drawing.Size(48, 17)
+ Me.Label50.Size = New System.Drawing.Size(54, 20)
Me.Label50.TabIndex = 33
Me.Label50.Text = "Value:"
'
'ComboBox3
'
Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Location = New System.Drawing.Point(275, 229)
- Me.ComboBox3.Margin = New System.Windows.Forms.Padding(4)
+ Me.ComboBox3.Location = New System.Drawing.Point(309, 286)
+ Me.ComboBox3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(131, 24)
+ Me.ComboBox3.Size = New System.Drawing.Size(147, 28)
Me.ComboBox3.TabIndex = 32
'
'Label19
'
Me.Label19.AutoSize = True
- Me.Label19.Location = New System.Drawing.Point(197, 229)
+ Me.Label19.Location = New System.Drawing.Point(222, 286)
Me.Label19.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(51, 17)
+ Me.Label19.Size = New System.Drawing.Size(59, 20)
Me.Label19.TabIndex = 31
Me.Label19.Text = "Attack:"
'
'TextBox2
'
- Me.TextBox2.Location = New System.Drawing.Point(359, 300)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox2.Location = New System.Drawing.Point(404, 375)
+ Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(47, 22)
+ Me.TextBox2.Size = New System.Drawing.Size(52, 26)
Me.TextBox2.TabIndex = 30
'
'TextBox1
'
- Me.TextBox1.Location = New System.Drawing.Point(245, 300)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox1.Location = New System.Drawing.Point(276, 375)
+ Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(41, 22)
+ Me.TextBox1.Size = New System.Drawing.Size(46, 26)
Me.TextBox1.TabIndex = 29
'
'Label20
'
Me.Label20.AutoSize = True
- Me.Label20.Location = New System.Drawing.Point(197, 300)
+ Me.Label20.Location = New System.Drawing.Point(222, 375)
Me.Label20.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(44, 17)
+ Me.Label20.Size = New System.Drawing.Size(50, 20)
Me.Label20.TabIndex = 28
Me.Label20.Text = "Bank:"
'
'Label21
'
Me.Label21.AutoSize = True
- Me.Label21.Location = New System.Drawing.Point(309, 300)
+ Me.Label21.Location = New System.Drawing.Point(348, 375)
Me.Label21.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(39, 17)
+ Me.Label21.Size = New System.Drawing.Size(44, 20)
Me.Label21.TabIndex = 27
Me.Label21.Text = "Map:"
'
'ComboBox2
'
Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Location = New System.Drawing.Point(275, 262)
- Me.ComboBox2.Margin = New System.Windows.Forms.Padding(4)
+ Me.ComboBox2.Location = New System.Drawing.Point(309, 328)
+ Me.ComboBox2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(131, 24)
+ Me.ComboBox2.Size = New System.Drawing.Size(147, 28)
Me.ComboBox2.TabIndex = 26
'
'Label22
'
Me.Label22.AutoSize = True
- Me.Label22.Location = New System.Drawing.Point(197, 260)
+ Me.Label22.Location = New System.Drawing.Point(222, 325)
Me.Label22.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(78, 17)
+ Me.Label22.Size = New System.Drawing.Size(88, 20)
Me.Label22.TabIndex = 25
Me.Label22.Text = "Map name:"
'
'Label23
'
Me.Label23.AutoSize = True
- Me.Label23.Location = New System.Drawing.Point(505, 124)
+ Me.Label23.Location = New System.Drawing.Point(568, 155)
Me.Label23.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label23.Name = "Label23"
- Me.Label23.Size = New System.Drawing.Size(143, 17)
+ Me.Label23.Size = New System.Drawing.Size(162, 20)
Me.Label23.TabIndex = 24
Me.Label23.Text = "Species Requirement"
'
'PictureBox2
'
- Me.PictureBox2.Location = New System.Drawing.Point(509, 188)
- Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4)
+ Me.PictureBox2.Location = New System.Drawing.Point(573, 235)
+ Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(85, 79)
+ Me.PictureBox2.Size = New System.Drawing.Size(96, 99)
Me.PictureBox2.TabIndex = 23
Me.PictureBox2.TabStop = False
'
@@ -1765,94 +1769,94 @@ Partial Class Pokemonedit
'
Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(509, 151)
- Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4)
+ Me.ComboBox1.Location = New System.Drawing.Point(573, 189)
+ Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(160, 24)
+ Me.ComboBox1.Size = New System.Drawing.Size(180, 28)
Me.ComboBox1.TabIndex = 22
'
'EvoBasePokePic
'
- Me.EvoBasePokePic.Location = New System.Drawing.Point(200, 23)
- Me.EvoBasePokePic.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoBasePokePic.Location = New System.Drawing.Point(225, 29)
+ Me.EvoBasePokePic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoBasePokePic.Name = "EvoBasePokePic"
- Me.EvoBasePokePic.Size = New System.Drawing.Size(85, 79)
+ Me.EvoBasePokePic.Size = New System.Drawing.Size(96, 99)
Me.EvoBasePokePic.TabIndex = 11
Me.EvoBasePokePic.TabStop = False
'
'EvoItemPic
'
- Me.EvoItemPic.Location = New System.Drawing.Point(245, 188)
- Me.EvoItemPic.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoItemPic.Location = New System.Drawing.Point(276, 235)
+ Me.EvoItemPic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoItemPic.Name = "EvoItemPic"
- Me.EvoItemPic.Size = New System.Drawing.Size(32, 30)
+ Me.EvoItemPic.Size = New System.Drawing.Size(36, 38)
Me.EvoItemPic.TabIndex = 10
Me.EvoItemPic.TabStop = False
'
'EvoPokePic
'
- Me.EvoPokePic.Location = New System.Drawing.Point(509, 20)
- Me.EvoPokePic.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoPokePic.Location = New System.Drawing.Point(573, 25)
+ Me.EvoPokePic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoPokePic.Name = "EvoPokePic"
- Me.EvoPokePic.Size = New System.Drawing.Size(85, 79)
+ Me.EvoPokePic.Size = New System.Drawing.Size(96, 99)
Me.EvoPokePic.TabIndex = 9
Me.EvoPokePic.TabStop = False
'
'EvoLevel
'
- Me.EvoLevel.Location = New System.Drawing.Point(245, 126)
- Me.EvoLevel.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoLevel.Location = New System.Drawing.Point(276, 158)
+ Me.EvoLevel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoLevel.Name = "EvoLevel"
- Me.EvoLevel.Size = New System.Drawing.Size(32, 22)
+ Me.EvoLevel.Size = New System.Drawing.Size(36, 26)
Me.EvoLevel.TabIndex = 8
'
'EvoItem
'
Me.EvoItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.EvoItem.FormattingEnabled = True
- Me.EvoItem.Location = New System.Drawing.Point(245, 155)
- Me.EvoItem.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoItem.Location = New System.Drawing.Point(276, 194)
+ Me.EvoItem.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoItem.Name = "EvoItem"
- Me.EvoItem.Size = New System.Drawing.Size(160, 24)
+ Me.EvoItem.Size = New System.Drawing.Size(180, 28)
Me.EvoItem.TabIndex = 7
'
'Label16
'
Me.Label16.AutoSize = True
- Me.Label16.Location = New System.Drawing.Point(197, 124)
+ Me.Label16.Location = New System.Drawing.Point(222, 155)
Me.Label16.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(46, 17)
+ Me.Label16.Size = New System.Drawing.Size(50, 20)
Me.Label16.TabIndex = 6
Me.Label16.Text = "Level:"
'
'Label15
'
Me.Label15.AutoSize = True
- Me.Label15.Location = New System.Drawing.Point(197, 155)
+ Me.Label15.Location = New System.Drawing.Point(222, 194)
Me.Label15.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(38, 17)
+ Me.Label15.Size = New System.Drawing.Size(45, 20)
Me.Label15.TabIndex = 5
Me.Label15.Text = "Item:"
'
'Label14
'
Me.Label14.AutoSize = True
- Me.Label14.Location = New System.Drawing.Point(309, 20)
+ Me.Label14.Location = New System.Drawing.Point(348, 25)
Me.Label14.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(70, 17)
+ Me.Label14.Size = New System.Drawing.Size(77, 20)
Me.Label14.TabIndex = 4
Me.Label14.Text = "Evolve to:"
'
'Label13
'
Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(8, 126)
+ Me.Label13.Location = New System.Drawing.Point(9, 158)
Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(71, 17)
+ Me.Label13.Size = New System.Drawing.Size(80, 20)
Me.Label13.TabIndex = 3
Me.Label13.Text = "Condition:"
'
@@ -1861,31 +1865,31 @@ Partial Class Pokemonedit
Me.EvoTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.EvoTypes.FormattingEnabled = True
Me.EvoTypes.Items.AddRange(New Object() {"None", "Happiness", "Happiness (Day)", "Happiness (Night)", "Level", "Trade", "Trade w/ Item", "Item", "Atk > Def", "Atk = Def", "Atk < Def", "High Personality", "Low Personality", "Allow Pokemon Creation", "Create Extra Pokemon", "Max Beauty"})
- Me.EvoTypes.Location = New System.Drawing.Point(9, 151)
- Me.EvoTypes.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoTypes.Location = New System.Drawing.Point(10, 189)
+ Me.EvoTypes.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoTypes.Name = "EvoTypes"
- Me.EvoTypes.Size = New System.Drawing.Size(160, 24)
+ Me.EvoTypes.Size = New System.Drawing.Size(180, 28)
Me.EvoTypes.TabIndex = 2
'
'EvoSlots
'
Me.EvoSlots.FormattingEnabled = True
- Me.EvoSlots.ItemHeight = 16
+ Me.EvoSlots.ItemHeight = 20
Me.EvoSlots.Items.AddRange(New Object() {"Evolution 1", "Evolution 2", "Evolution 3", "Evolution 4", "Evolution 5"})
- Me.EvoSlots.Location = New System.Drawing.Point(9, 23)
- Me.EvoSlots.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoSlots.Location = New System.Drawing.Point(10, 29)
+ Me.EvoSlots.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoSlots.Name = "EvoSlots"
- Me.EvoSlots.Size = New System.Drawing.Size(159, 84)
+ Me.EvoSlots.Size = New System.Drawing.Size(178, 104)
Me.EvoSlots.TabIndex = 1
'
'EvoPKMNames
'
Me.EvoPKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.EvoPKMNames.FormattingEnabled = True
- Me.EvoPKMNames.Location = New System.Drawing.Point(313, 39)
- Me.EvoPKMNames.Margin = New System.Windows.Forms.Padding(4)
+ Me.EvoPKMNames.Location = New System.Drawing.Point(352, 49)
+ Me.EvoPKMNames.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EvoPKMNames.Name = "EvoPKMNames"
- Me.EvoPKMNames.Size = New System.Drawing.Size(160, 24)
+ Me.EvoPKMNames.Size = New System.Drawing.Size(180, 28)
Me.EvoPKMNames.TabIndex = 0
'
'TabPage4
@@ -1895,21 +1899,21 @@ Partial Class Pokemonedit
Me.TabPage4.Controls.Add(Me.GroupBox24)
Me.TabPage4.Controls.Add(Me.GroupBox23)
Me.TabPage4.Controls.Add(Me.GroupBox22)
- Me.TabPage4.Location = New System.Drawing.Point(4, 25)
- Me.TabPage4.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabPage4.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabPage4.Name = "TabPage4"
- Me.TabPage4.Padding = New System.Windows.Forms.Padding(4)
- Me.TabPage4.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage4.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.TabPage4.Size = New System.Drawing.Size(925, 736)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "Learnable attacks"
Me.TabPage4.UseVisualStyleBackColor = True
'
'Button12
'
- Me.Button12.Location = New System.Drawing.Point(8, 11)
- Me.Button12.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button12.Location = New System.Drawing.Point(9, 14)
+ Me.Button12.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button12.Name = "Button12"
- Me.Button12.Size = New System.Drawing.Size(221, 50)
+ Me.Button12.Size = New System.Drawing.Size(249, 62)
Me.Button12.TabIndex = 10
Me.Button12.Text = "Insert attacks at offset"
Me.Button12.UseVisualStyleBackColor = True
@@ -1917,11 +1921,11 @@ Partial Class Pokemonedit
'GroupBox25
'
Me.GroupBox25.Controls.Add(Me.MTCom)
- Me.GroupBox25.Location = New System.Drawing.Point(507, 7)
- Me.GroupBox25.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox25.Location = New System.Drawing.Point(570, 9)
+ Me.GroupBox25.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox25.Name = "GroupBox25"
- Me.GroupBox25.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox25.Size = New System.Drawing.Size(221, 464)
+ Me.GroupBox25.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox25.Size = New System.Drawing.Size(249, 580)
Me.GroupBox25.TabIndex = 9
Me.GroupBox25.TabStop = False
Me.GroupBox25.Text = "Move Tutor Compatibility"
@@ -1929,10 +1933,10 @@ Partial Class Pokemonedit
'MTCom
'
Me.MTCom.FormattingEnabled = True
- Me.MTCom.Location = New System.Drawing.Point(8, 23)
- Me.MTCom.Margin = New System.Windows.Forms.Padding(4)
+ Me.MTCom.Location = New System.Drawing.Point(9, 29)
+ Me.MTCom.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MTCom.Name = "MTCom"
- Me.MTCom.Size = New System.Drawing.Size(200, 378)
+ Me.MTCom.Size = New System.Drawing.Size(224, 466)
Me.MTCom.TabIndex = 0
'
'GroupBox24
@@ -1941,61 +1945,61 @@ Partial Class Pokemonedit
Me.GroupBox24.Controls.Add(Me.AtLvl)
Me.GroupBox24.Controls.Add(Me.NewAt)
Me.GroupBox24.Controls.Add(Me.lvlupattacks)
- Me.GroupBox24.Location = New System.Drawing.Point(8, 135)
- Me.GroupBox24.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox24.Location = New System.Drawing.Point(9, 169)
+ Me.GroupBox24.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox24.Name = "GroupBox24"
- Me.GroupBox24.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox24.Size = New System.Drawing.Size(221, 336)
+ Me.GroupBox24.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox24.Size = New System.Drawing.Size(249, 420)
Me.GroupBox24.TabIndex = 8
Me.GroupBox24.TabStop = False
Me.GroupBox24.Text = "Level-up attacks"
'
'Button11
'
- Me.Button11.Location = New System.Drawing.Point(8, 270)
- Me.Button11.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button11.Location = New System.Drawing.Point(9, 338)
+ Me.Button11.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(201, 50)
+ Me.Button11.Size = New System.Drawing.Size(226, 62)
Me.Button11.TabIndex = 3
Me.Button11.Text = "Change attack"
Me.Button11.UseVisualStyleBackColor = True
'
'AtLvl
'
- Me.AtLvl.Location = New System.Drawing.Point(8, 236)
- Me.AtLvl.Margin = New System.Windows.Forms.Padding(4)
+ Me.AtLvl.Location = New System.Drawing.Point(9, 295)
+ Me.AtLvl.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.AtLvl.Name = "AtLvl"
- Me.AtLvl.Size = New System.Drawing.Size(31, 22)
+ Me.AtLvl.Size = New System.Drawing.Size(34, 26)
Me.AtLvl.TabIndex = 2
'
'NewAt
'
Me.NewAt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.NewAt.FormattingEnabled = True
- Me.NewAt.Location = New System.Drawing.Point(48, 235)
- Me.NewAt.Margin = New System.Windows.Forms.Padding(4)
+ Me.NewAt.Location = New System.Drawing.Point(54, 294)
+ Me.NewAt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NewAt.Name = "NewAt"
- Me.NewAt.Size = New System.Drawing.Size(160, 24)
+ Me.NewAt.Size = New System.Drawing.Size(180, 28)
Me.NewAt.TabIndex = 1
'
'lvlupattacks
'
Me.lvlupattacks.FormattingEnabled = True
- Me.lvlupattacks.ItemHeight = 16
- Me.lvlupattacks.Location = New System.Drawing.Point(8, 23)
- Me.lvlupattacks.Margin = New System.Windows.Forms.Padding(4)
+ Me.lvlupattacks.ItemHeight = 20
+ Me.lvlupattacks.Location = New System.Drawing.Point(9, 29)
+ Me.lvlupattacks.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.lvlupattacks.Name = "lvlupattacks"
- Me.lvlupattacks.Size = New System.Drawing.Size(200, 196)
+ Me.lvlupattacks.Size = New System.Drawing.Size(224, 244)
Me.lvlupattacks.TabIndex = 0
'
'GroupBox23
'
Me.GroupBox23.Controls.Add(Me.TMHMCom)
- Me.GroupBox23.Location = New System.Drawing.Point(245, 7)
- Me.GroupBox23.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox23.Location = New System.Drawing.Point(276, 9)
+ Me.GroupBox23.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox23.Name = "GroupBox23"
- Me.GroupBox23.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox23.Size = New System.Drawing.Size(253, 464)
+ Me.GroupBox23.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox23.Size = New System.Drawing.Size(285, 580)
Me.GroupBox23.TabIndex = 7
Me.GroupBox23.TabStop = False
Me.GroupBox23.Text = "TM and HM compatibility"
@@ -2003,41 +2007,41 @@ Partial Class Pokemonedit
'TMHMCom
'
Me.TMHMCom.FormattingEnabled = True
- Me.TMHMCom.Location = New System.Drawing.Point(9, 23)
- Me.TMHMCom.Margin = New System.Windows.Forms.Padding(4)
+ Me.TMHMCom.Location = New System.Drawing.Point(10, 29)
+ Me.TMHMCom.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TMHMCom.Name = "TMHMCom"
- Me.TMHMCom.Size = New System.Drawing.Size(235, 378)
+ Me.TMHMCom.Size = New System.Drawing.Size(264, 466)
Me.TMHMCom.TabIndex = 0
'
'GroupBox22
'
Me.GroupBox22.Controls.Add(Me.Button10)
Me.GroupBox22.Controls.Add(Me.LvlUpAttPointer)
- Me.GroupBox22.Location = New System.Drawing.Point(8, 69)
- Me.GroupBox22.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox22.Location = New System.Drawing.Point(9, 86)
+ Me.GroupBox22.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox22.Name = "GroupBox22"
- Me.GroupBox22.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox22.Size = New System.Drawing.Size(221, 62)
+ Me.GroupBox22.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox22.Size = New System.Drawing.Size(249, 78)
Me.GroupBox22.TabIndex = 6
Me.GroupBox22.TabStop = False
Me.GroupBox22.Text = "Level-up attack Pointer"
'
'Button10
'
- Me.Button10.Location = New System.Drawing.Point(119, 23)
- Me.Button10.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button10.Location = New System.Drawing.Point(134, 29)
+ Me.Button10.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button10.Name = "Button10"
- Me.Button10.Size = New System.Drawing.Size(91, 26)
+ Me.Button10.Size = New System.Drawing.Size(102, 32)
Me.Button10.TabIndex = 12
Me.Button10.Text = "Repoint"
Me.Button10.UseVisualStyleBackColor = True
'
'LvlUpAttPointer
'
- Me.LvlUpAttPointer.Location = New System.Drawing.Point(20, 23)
- Me.LvlUpAttPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.LvlUpAttPointer.Location = New System.Drawing.Point(22, 29)
+ Me.LvlUpAttPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.LvlUpAttPointer.Name = "LvlUpAttPointer"
- Me.LvlUpAttPointer.Size = New System.Drawing.Size(89, 22)
+ Me.LvlUpAttPointer.Size = New System.Drawing.Size(100, 26)
Me.LvlUpAttPointer.TabIndex = 11
'
'TabPage5
@@ -2048,10 +2052,10 @@ Partial Class Pokemonedit
Me.TabPage5.Controls.Add(Me.GroupBox29)
Me.TabPage5.Controls.Add(Me.GroupBox28)
Me.TabPage5.Controls.Add(Me.GroupBox2)
- Me.TabPage5.Location = New System.Drawing.Point(4, 25)
- Me.TabPage5.Margin = New System.Windows.Forms.Padding(4)
+ Me.TabPage5.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TabPage5.Name = "TabPage5"
- Me.TabPage5.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage5.Size = New System.Drawing.Size(925, 736)
Me.TabPage5.TabIndex = 5
Me.TabPage5.Text = "Pokedex"
Me.TabPage5.UseVisualStyleBackColor = True
@@ -2069,11 +2073,11 @@ Partial Class Pokemonedit
Me.GroupBox31.Controls.Add(Me.Scale1)
Me.GroupBox31.Controls.Add(Me.Label43)
Me.GroupBox31.Controls.Add(Me.Label44)
- Me.GroupBox31.Location = New System.Drawing.Point(7, 188)
- Me.GroupBox31.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox31.Location = New System.Drawing.Point(8, 235)
+ Me.GroupBox31.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox31.Name = "GroupBox31"
- Me.GroupBox31.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox31.Size = New System.Drawing.Size(228, 257)
+ Me.GroupBox31.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox31.Size = New System.Drawing.Size(256, 321)
Me.GroupBox31.TabIndex = 21
Me.GroupBox31.TabStop = False
Me.GroupBox31.Text = "Size Comparison"
@@ -2081,10 +2085,10 @@ Partial Class Pokemonedit
'RSEDexTrainer
'
Me.RSEDexTrainer.BackColor = System.Drawing.Color.Transparent
- Me.RSEDexTrainer.Location = New System.Drawing.Point(125, 151)
- Me.RSEDexTrainer.Margin = New System.Windows.Forms.Padding(4)
+ Me.RSEDexTrainer.Location = New System.Drawing.Point(141, 189)
+ Me.RSEDexTrainer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.RSEDexTrainer.Name = "RSEDexTrainer"
- Me.RSEDexTrainer.Size = New System.Drawing.Size(85, 79)
+ Me.RSEDexTrainer.Size = New System.Drawing.Size(96, 99)
Me.RSEDexTrainer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.RSEDexTrainer.TabIndex = 12
Me.RSEDexTrainer.TabStop = False
@@ -2092,93 +2096,93 @@ Partial Class Pokemonedit
'RSEDexPoke
'
Me.RSEDexPoke.BackColor = System.Drawing.Color.Transparent
- Me.RSEDexPoke.Location = New System.Drawing.Point(20, 151)
- Me.RSEDexPoke.Margin = New System.Windows.Forms.Padding(4)
+ Me.RSEDexPoke.Location = New System.Drawing.Point(22, 189)
+ Me.RSEDexPoke.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.RSEDexPoke.Name = "RSEDexPoke"
- Me.RSEDexPoke.Size = New System.Drawing.Size(85, 79)
+ Me.RSEDexPoke.Size = New System.Drawing.Size(96, 99)
Me.RSEDexPoke.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.RSEDexPoke.TabIndex = 11
Me.RSEDexPoke.TabStop = False
'
'Offset_1
'
- Me.Offset_1.Location = New System.Drawing.Point(73, 58)
- Me.Offset_1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Offset_1.Location = New System.Drawing.Point(82, 72)
+ Me.Offset_1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Offset_1.Name = "Offset_1"
- Me.Offset_1.Size = New System.Drawing.Size(49, 22)
+ Me.Offset_1.Size = New System.Drawing.Size(55, 26)
Me.Offset_1.TabIndex = 9
'
'Label40
'
Me.Label40.AutoSize = True
- Me.Label40.Location = New System.Drawing.Point(16, 62)
+ Me.Label40.Location = New System.Drawing.Point(18, 78)
Me.Label40.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(50, 17)
+ Me.Label40.Size = New System.Drawing.Size(57, 20)
Me.Label40.TabIndex = 8
Me.Label40.Text = "Offset:"
'
'Label41
'
Me.Label41.AutoSize = True
- Me.Label41.Location = New System.Drawing.Point(16, 117)
+ Me.Label41.Location = New System.Drawing.Point(18, 146)
Me.Label41.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label41.Name = "Label41"
- Me.Label41.Size = New System.Drawing.Size(47, 17)
+ Me.Label41.Size = New System.Drawing.Size(53, 20)
Me.Label41.TabIndex = 7
Me.Label41.Text = "Scale:"
'
'Offset_2
'
- Me.Offset_2.Location = New System.Drawing.Point(159, 58)
- Me.Offset_2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Offset_2.Location = New System.Drawing.Point(179, 72)
+ Me.Offset_2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Offset_2.Name = "Offset_2"
- Me.Offset_2.Size = New System.Drawing.Size(49, 22)
+ Me.Offset_2.Size = New System.Drawing.Size(55, 26)
Me.Offset_2.TabIndex = 6
'
'Label42
'
Me.Label42.AutoSize = True
- Me.Label42.Location = New System.Drawing.Point(113, 94)
+ Me.Label42.Location = New System.Drawing.Point(127, 118)
Me.Label42.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label42.Name = "Label42"
- Me.Label42.Size = New System.Drawing.Size(55, 17)
+ Me.Label42.Size = New System.Drawing.Size(63, 20)
Me.Label42.TabIndex = 4
Me.Label42.Text = "Against"
'
'Scale2
'
- Me.Scale2.Location = New System.Drawing.Point(160, 112)
- Me.Scale2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Scale2.Location = New System.Drawing.Point(180, 140)
+ Me.Scale2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Scale2.Name = "Scale2"
- Me.Scale2.Size = New System.Drawing.Size(49, 22)
+ Me.Scale2.Size = New System.Drawing.Size(55, 26)
Me.Scale2.TabIndex = 3
'
'Scale1
'
- Me.Scale1.Location = New System.Drawing.Point(73, 113)
- Me.Scale1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Scale1.Location = New System.Drawing.Point(82, 141)
+ Me.Scale1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Scale1.Name = "Scale1"
- Me.Scale1.Size = New System.Drawing.Size(51, 22)
+ Me.Scale1.Size = New System.Drawing.Size(57, 26)
Me.Scale1.TabIndex = 2
'
'Label43
'
Me.Label43.AutoSize = True
- Me.Label43.Location = New System.Drawing.Point(156, 36)
+ Me.Label43.Location = New System.Drawing.Point(176, 45)
Me.Label43.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label43.Name = "Label43"
- Me.Label43.Size = New System.Drawing.Size(54, 17)
+ Me.Label43.Size = New System.Drawing.Size(58, 20)
Me.Label43.TabIndex = 1
Me.Label43.Text = "Trainer"
'
'Label44
'
Me.Label44.AutoSize = True
- Me.Label44.Location = New System.Drawing.Point(69, 36)
+ Me.Label44.Location = New System.Drawing.Point(78, 45)
Me.Label44.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label44.Name = "Label44"
- Me.Label44.Size = New System.Drawing.Size(67, 17)
+ Me.Label44.Size = New System.Drawing.Size(76, 20)
Me.Label44.TabIndex = 0
Me.Label44.Text = "Pokémon"
'
@@ -2186,31 +2190,31 @@ Partial Class Pokemonedit
'
Me.GroupBox32.Controls.Add(Me.TextBox5)
Me.GroupBox32.Controls.Add(Me.Label45)
- Me.GroupBox32.Location = New System.Drawing.Point(199, 14)
- Me.GroupBox32.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox32.Location = New System.Drawing.Point(224, 18)
+ Me.GroupBox32.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox32.Name = "GroupBox32"
- Me.GroupBox32.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox32.Size = New System.Drawing.Size(184, 66)
+ Me.GroupBox32.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox32.Size = New System.Drawing.Size(207, 82)
Me.GroupBox32.TabIndex = 20
Me.GroupBox32.TabStop = False
Me.GroupBox32.Text = "Type"
'
'TextBox5
'
- Me.TextBox5.Location = New System.Drawing.Point(61, 27)
- Me.TextBox5.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox5.Location = New System.Drawing.Point(69, 34)
+ Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox5.MaxLength = 11
Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(107, 22)
+ Me.TextBox5.Size = New System.Drawing.Size(120, 26)
Me.TextBox5.TabIndex = 14
'
'Label45
'
Me.Label45.AutoSize = True
- Me.Label45.Location = New System.Drawing.Point(8, 27)
+ Me.Label45.Location = New System.Drawing.Point(9, 34)
Me.Label45.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label45.Name = "Label45"
- Me.Label45.Size = New System.Drawing.Size(44, 17)
+ Me.Label45.Size = New System.Drawing.Size(47, 20)
Me.Label45.TabIndex = 13
Me.Label45.Text = "Type:"
'
@@ -2225,11 +2229,11 @@ Partial Class Pokemonedit
Me.GroupBox30.Controls.Add(Me.Pointer2)
Me.GroupBox30.Controls.Add(Me.Pointer1)
Me.GroupBox30.Controls.Add(Me.Label39)
- Me.GroupBox30.Location = New System.Drawing.Point(243, 188)
- Me.GroupBox30.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox30.Location = New System.Drawing.Point(273, 235)
+ Me.GroupBox30.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox30.Name = "GroupBox30"
- Me.GroupBox30.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox30.Size = New System.Drawing.Size(516, 322)
+ Me.GroupBox30.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox30.Size = New System.Drawing.Size(580, 402)
Me.GroupBox30.TabIndex = 19
Me.GroupBox30.TabStop = False
Me.GroupBox30.Text = "Entry Text"
@@ -2237,88 +2241,88 @@ Partial Class Pokemonedit
'Label37
'
Me.Label37.AutoSize = True
- Me.Label37.Location = New System.Drawing.Point(147, 281)
+ Me.Label37.Location = New System.Drawing.Point(165, 351)
Me.Label37.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label37.Name = "Label37"
- Me.Label37.Size = New System.Drawing.Size(56, 17)
+ Me.Label37.Size = New System.Drawing.Size(63, 20)
Me.Label37.TabIndex = 8
Me.Label37.Text = "Length:"
'
'Label38
'
Me.Label38.AutoSize = True
- Me.Label38.Location = New System.Drawing.Point(147, 128)
+ Me.Label38.Location = New System.Drawing.Point(165, 160)
Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label38.Name = "Label38"
- Me.Label38.Size = New System.Drawing.Size(56, 17)
+ Me.Label38.Size = New System.Drawing.Size(63, 20)
Me.Label38.TabIndex = 7
Me.Label38.Text = "Length:"
'
'Button17
'
- Me.Button17.Location = New System.Drawing.Point(12, 151)
- Me.Button17.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button17.Location = New System.Drawing.Point(14, 189)
+ Me.Button17.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button17.Name = "Button17"
- Me.Button17.Size = New System.Drawing.Size(127, 30)
+ Me.Button17.Size = New System.Drawing.Size(143, 38)
Me.Button17.TabIndex = 6
Me.Button17.Text = "Save"
Me.Button17.UseVisualStyleBackColor = True
'
'Description2
'
- Me.Description2.Location = New System.Drawing.Point(147, 177)
- Me.Description2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Description2.Location = New System.Drawing.Point(165, 221)
+ Me.Description2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Description2.Multiline = True
Me.Description2.Name = "Description2"
Me.Description2.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.Description2.Size = New System.Drawing.Size(347, 99)
+ Me.Description2.Size = New System.Drawing.Size(390, 123)
Me.Description2.TabIndex = 5
Me.Description2.WordWrap = False
'
'Description1
'
- Me.Description1.Location = New System.Drawing.Point(147, 23)
- Me.Description1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Description1.Location = New System.Drawing.Point(165, 29)
+ Me.Description1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Description1.Multiline = True
Me.Description1.Name = "Description1"
Me.Description1.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.Description1.Size = New System.Drawing.Size(347, 99)
+ Me.Description1.Size = New System.Drawing.Size(390, 123)
Me.Description1.TabIndex = 4
Me.Description1.WordWrap = False
'
'Button18
'
- Me.Button18.Location = New System.Drawing.Point(12, 114)
- Me.Button18.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button18.Location = New System.Drawing.Point(14, 142)
+ Me.Button18.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button18.Name = "Button18"
- Me.Button18.Size = New System.Drawing.Size(127, 30)
+ Me.Button18.Size = New System.Drawing.Size(143, 38)
Me.Button18.TabIndex = 3
Me.Button18.Text = "Repoint"
Me.Button18.UseVisualStyleBackColor = True
'
'Pointer2
'
- Me.Pointer2.Location = New System.Drawing.Point(15, 82)
- Me.Pointer2.Margin = New System.Windows.Forms.Padding(4)
+ Me.Pointer2.Location = New System.Drawing.Point(17, 102)
+ Me.Pointer2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Pointer2.Name = "Pointer2"
- Me.Pointer2.Size = New System.Drawing.Size(123, 22)
+ Me.Pointer2.Size = New System.Drawing.Size(138, 26)
Me.Pointer2.TabIndex = 2
'
'Pointer1
'
- Me.Pointer1.Location = New System.Drawing.Point(15, 50)
- Me.Pointer1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Pointer1.Location = New System.Drawing.Point(17, 62)
+ Me.Pointer1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Pointer1.Name = "Pointer1"
- Me.Pointer1.Size = New System.Drawing.Size(123, 22)
+ Me.Pointer1.Size = New System.Drawing.Size(138, 26)
Me.Pointer1.TabIndex = 1
'
'Label39
'
Me.Label39.AutoSize = True
- Me.Label39.Location = New System.Drawing.Point(11, 23)
+ Me.Label39.Location = New System.Drawing.Point(12, 29)
Me.Label39.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label39.Name = "Label39"
- Me.Label39.Size = New System.Drawing.Size(64, 17)
+ Me.Label39.Size = New System.Drawing.Size(71, 20)
Me.Label39.TabIndex = 0
Me.Label39.Text = "Pointers:"
'
@@ -2336,127 +2340,127 @@ Partial Class Pokemonedit
Me.GroupBox29.Controls.Add(Me.Hght)
Me.GroupBox29.Controls.Add(Me.Label35)
Me.GroupBox29.Controls.Add(Me.Label36)
- Me.GroupBox29.Location = New System.Drawing.Point(391, 4)
- Me.GroupBox29.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox29.Location = New System.Drawing.Point(440, 5)
+ Me.GroupBox29.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox29.Name = "GroupBox29"
- Me.GroupBox29.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox29.Size = New System.Drawing.Size(192, 175)
+ Me.GroupBox29.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox29.Size = New System.Drawing.Size(216, 219)
Me.GroupBox29.TabIndex = 16
Me.GroupBox29.TabStop = False
'
'Label27
'
Me.Label27.AutoSize = True
- Me.Label27.Location = New System.Drawing.Point(103, 139)
+ Me.Label27.Location = New System.Drawing.Point(116, 174)
Me.Label27.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(32, 17)
+ Me.Label27.Size = New System.Drawing.Size(33, 20)
Me.Label27.TabIndex = 13
Me.Label27.Text = " "
'
'Label28
'
Me.Label28.AutoSize = True
- Me.Label28.Location = New System.Drawing.Point(103, 121)
+ Me.Label28.Location = New System.Drawing.Point(116, 151)
Me.Label28.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(36, 17)
+ Me.Label28.Size = New System.Drawing.Size(37, 20)
Me.Label28.TabIndex = 12
Me.Label28.Text = " "
'
'Label29
'
Me.Label29.AutoSize = True
- Me.Label29.Location = New System.Drawing.Point(103, 66)
+ Me.Label29.Location = New System.Drawing.Point(116, 82)
Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(36, 17)
+ Me.Label29.Size = New System.Drawing.Size(37, 20)
Me.Label29.TabIndex = 11
Me.Label29.Text = " "
'
'Label30
'
Me.Label30.AutoSize = True
- Me.Label30.Location = New System.Drawing.Point(103, 48)
+ Me.Label30.Location = New System.Drawing.Point(116, 60)
Me.Label30.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label30.Name = "Label30"
- Me.Label30.Size = New System.Drawing.Size(28, 17)
+ Me.Label30.Size = New System.Drawing.Size(29, 20)
Me.Label30.TabIndex = 10
Me.Label30.Text = " "
'
'Label31
'
Me.Label31.AutoSize = True
- Me.Label31.Location = New System.Drawing.Point(17, 139)
+ Me.Label31.Location = New System.Drawing.Point(19, 174)
Me.Label31.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label31.Name = "Label31"
- Me.Label31.Size = New System.Drawing.Size(60, 17)
+ Me.Label31.Size = New System.Drawing.Size(67, 20)
Me.Label31.TabIndex = 9
Me.Label31.Text = "Pounds:"
'
'Label32
'
Me.Label32.AutoSize = True
- Me.Label32.Location = New System.Drawing.Point(17, 122)
+ Me.Label32.Location = New System.Drawing.Point(19, 152)
Me.Label32.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(74, 17)
+ Me.Label32.Size = New System.Drawing.Size(82, 20)
Me.Label32.TabIndex = 8
Me.Label32.Text = "Kilograms:"
'
'Label33
'
Me.Label33.AutoSize = True
- Me.Label33.Location = New System.Drawing.Point(17, 66)
+ Me.Label33.Location = New System.Drawing.Point(19, 82)
Me.Label33.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label33.Name = "Label33"
- Me.Label33.Size = New System.Drawing.Size(40, 17)
+ Me.Label33.Size = New System.Drawing.Size(46, 20)
Me.Label33.TabIndex = 7
Me.Label33.Text = "Feet:"
'
'Label34
'
Me.Label34.AutoSize = True
- Me.Label34.Location = New System.Drawing.Point(17, 48)
+ Me.Label34.Location = New System.Drawing.Point(19, 60)
Me.Label34.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label34.Name = "Label34"
- Me.Label34.Size = New System.Drawing.Size(55, 17)
+ Me.Label34.Size = New System.Drawing.Size(62, 20)
Me.Label34.TabIndex = 6
Me.Label34.Text = "Meters:"
'
'Wght
'
- Me.Wght.Location = New System.Drawing.Point(103, 92)
- Me.Wght.Margin = New System.Windows.Forms.Padding(4)
+ Me.Wght.Location = New System.Drawing.Point(116, 115)
+ Me.Wght.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Wght.Name = "Wght"
- Me.Wght.Size = New System.Drawing.Size(55, 22)
+ Me.Wght.Size = New System.Drawing.Size(61, 26)
Me.Wght.TabIndex = 5
'
'Hght
'
- Me.Hght.Location = New System.Drawing.Point(103, 20)
- Me.Hght.Margin = New System.Windows.Forms.Padding(4)
+ Me.Hght.Location = New System.Drawing.Point(116, 25)
+ Me.Hght.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Hght.Name = "Hght"
- Me.Hght.Size = New System.Drawing.Size(55, 22)
+ Me.Hght.Size = New System.Drawing.Size(61, 26)
Me.Hght.TabIndex = 4
'
'Label35
'
Me.Label35.AutoSize = True
- Me.Label35.Location = New System.Drawing.Point(16, 96)
+ Me.Label35.Location = New System.Drawing.Point(18, 120)
Me.Label35.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label35.Name = "Label35"
- Me.Label35.Size = New System.Drawing.Size(56, 17)
+ Me.Label35.Size = New System.Drawing.Size(63, 20)
Me.Label35.TabIndex = 2
Me.Label35.Text = "Weight:"
'
'Label36
'
Me.Label36.AutoSize = True
- Me.Label36.Location = New System.Drawing.Point(17, 20)
+ Me.Label36.Location = New System.Drawing.Point(19, 25)
Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label36.Name = "Label36"
- Me.Label36.Size = New System.Drawing.Size(53, 17)
+ Me.Label36.Size = New System.Drawing.Size(60, 20)
Me.Label36.TabIndex = 1
Me.Label36.Text = "Height:"
'
@@ -2469,55 +2473,55 @@ Partial Class Pokemonedit
Me.GroupBox28.Controls.Add(Me.Button16)
Me.GroupBox28.Controls.Add(Me.Label26)
Me.GroupBox28.Controls.Add(Me.Label25)
- Me.GroupBox28.Location = New System.Drawing.Point(7, 14)
- Me.GroupBox28.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox28.Location = New System.Drawing.Point(8, 18)
+ Me.GroupBox28.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox28.Name = "GroupBox28"
- Me.GroupBox28.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox28.Size = New System.Drawing.Size(184, 166)
+ Me.GroupBox28.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox28.Size = New System.Drawing.Size(207, 208)
Me.GroupBox28.TabIndex = 1
Me.GroupBox28.TabStop = False
Me.GroupBox28.Text = "Pokedex Order"
'
'TextBox7
'
- Me.TextBox7.Location = New System.Drawing.Point(125, 91)
- Me.TextBox7.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox7.Location = New System.Drawing.Point(141, 114)
+ Me.TextBox7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(44, 22)
+ Me.TextBox7.Size = New System.Drawing.Size(49, 26)
Me.TextBox7.TabIndex = 6
'
'Label57
'
Me.Label57.AutoSize = True
- Me.Label57.Location = New System.Drawing.Point(24, 96)
+ Me.Label57.Location = New System.Drawing.Point(27, 120)
Me.Label57.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label57.Name = "Label57"
- Me.Label57.Size = New System.Drawing.Size(96, 17)
+ Me.Label57.Size = New System.Drawing.Size(108, 20)
Me.Label57.TabIndex = 5
Me.Label57.Text = "Hoenn to Nat:"
'
'TextBox4
'
- Me.TextBox4.Location = New System.Drawing.Point(125, 58)
- Me.TextBox4.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox4.Location = New System.Drawing.Point(141, 72)
+ Me.TextBox4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(44, 22)
+ Me.TextBox4.Size = New System.Drawing.Size(49, 26)
Me.TextBox4.TabIndex = 4
'
'TextBox3
'
- Me.TextBox3.Location = New System.Drawing.Point(125, 23)
- Me.TextBox3.Margin = New System.Windows.Forms.Padding(4)
+ Me.TextBox3.Location = New System.Drawing.Point(141, 29)
+ Me.TextBox3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(44, 22)
+ Me.TextBox3.Size = New System.Drawing.Size(49, 26)
Me.TextBox3.TabIndex = 3
'
'Button16
'
- Me.Button16.Location = New System.Drawing.Point(26, 129)
- Me.Button16.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button16.Location = New System.Drawing.Point(29, 161)
+ Me.Button16.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button16.Name = "Button16"
- Me.Button16.Size = New System.Drawing.Size(143, 28)
+ Me.Button16.Size = New System.Drawing.Size(161, 35)
Me.Button16.TabIndex = 2
Me.Button16.Text = "Save"
Me.Button16.UseVisualStyleBackColor = True
@@ -2525,31 +2529,31 @@ Partial Class Pokemonedit
'Label26
'
Me.Label26.AutoSize = True
- Me.Label26.Location = New System.Drawing.Point(23, 62)
+ Me.Label26.Location = New System.Drawing.Point(26, 78)
Me.Label26.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(54, 17)
+ Me.Label26.Size = New System.Drawing.Size(61, 20)
Me.Label26.TabIndex = 1
Me.Label26.Text = "Hoenn:"
'
'Label25
'
Me.Label25.AutoSize = True
- Me.Label25.Location = New System.Drawing.Point(23, 27)
+ Me.Label25.Location = New System.Drawing.Point(26, 34)
Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(64, 17)
+ Me.Label25.Size = New System.Drawing.Size(71, 20)
Me.Label25.TabIndex = 0
Me.Label25.Text = "National:"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Clr1)
- Me.GroupBox2.Location = New System.Drawing.Point(199, 87)
- Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox2.Location = New System.Drawing.Point(224, 109)
+ Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox2.Size = New System.Drawing.Size(175, 64)
+ Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox2.Size = New System.Drawing.Size(197, 80)
Me.GroupBox2.TabIndex = 0
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Color (Base Stats)"
@@ -2559,10 +2563,10 @@ Partial Class Pokemonedit
Me.Clr1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Clr1.FormattingEnabled = True
Me.Clr1.Items.AddRange(New Object() {"Red", "Blue", "Yellow", "Green", "Black", "Brown", "Purple", "Gray", "White", "Pink"})
- Me.Clr1.Location = New System.Drawing.Point(8, 23)
- Me.Clr1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Clr1.Location = New System.Drawing.Point(9, 29)
+ Me.Clr1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Clr1.Name = "Clr1"
- Me.Clr1.Size = New System.Drawing.Size(160, 24)
+ Me.Clr1.Size = New System.Drawing.Size(180, 28)
Me.Clr1.TabIndex = 0
'
'TabPage6
@@ -2573,19 +2577,21 @@ Partial Class Pokemonedit
Me.TabPage6.Controls.Add(Me.GroupBox35)
Me.TabPage6.Controls.Add(Me.GroupBox34)
Me.TabPage6.Controls.Add(Me.GroupBox21)
- Me.TabPage6.Location = New System.Drawing.Point(4, 25)
+ Me.TabPage6.Location = New System.Drawing.Point(4, 29)
+ Me.TabPage6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TabPage6.Name = "TabPage6"
- Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage6.Size = New System.Drawing.Size(821, 586)
+ Me.TabPage6.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
+ Me.TabPage6.Size = New System.Drawing.Size(925, 736)
Me.TabPage6.TabIndex = 6
Me.TabPage6.Text = "Cry Data"
Me.TabPage6.UseVisualStyleBackColor = True
'
'Button34
'
- Me.Button34.Location = New System.Drawing.Point(690, 240)
+ Me.Button34.Location = New System.Drawing.Point(776, 300)
+ Me.Button34.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Button34.Name = "Button34"
- Me.Button34.Size = New System.Drawing.Size(75, 33)
+ Me.Button34.Size = New System.Drawing.Size(84, 41)
Me.Button34.TabIndex = 27
Me.Button34.Text = "Export"
Me.Button34.UseVisualStyleBackColor = True
@@ -2593,18 +2599,20 @@ Partial Class Pokemonedit
'imptCompChk
'
Me.imptCompChk.AutoSize = True
- Me.imptCompChk.Location = New System.Drawing.Point(691, 182)
+ Me.imptCompChk.Location = New System.Drawing.Point(777, 228)
+ Me.imptCompChk.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.imptCompChk.Name = "imptCompChk"
- Me.imptCompChk.Size = New System.Drawing.Size(109, 21)
+ Me.imptCompChk.Size = New System.Drawing.Size(125, 24)
Me.imptCompChk.TabIndex = 28
Me.imptCompChk.Text = "Compressed"
Me.imptCompChk.UseVisualStyleBackColor = True
'
'Button33
'
- Me.Button33.Location = New System.Drawing.Point(690, 203)
+ Me.Button33.Location = New System.Drawing.Point(776, 254)
+ Me.Button33.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Button33.Name = "Button33"
- Me.Button33.Size = New System.Drawing.Size(75, 33)
+ Me.Button33.Size = New System.Drawing.Size(84, 41)
Me.Button33.TabIndex = 26
Me.Button33.Text = "Import"
Me.Button33.UseVisualStyleBackColor = True
@@ -2621,18 +2629,21 @@ Partial Class Pokemonedit
Me.GroupBox35.Controls.Add(Me.Label46)
Me.GroupBox35.Controls.Add(Me.CryComp2)
Me.GroupBox35.Controls.Add(Me.CryPointer2)
- Me.GroupBox35.Location = New System.Drawing.Point(17, 290)
+ Me.GroupBox35.Location = New System.Drawing.Point(19, 362)
+ Me.GroupBox35.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.GroupBox35.Name = "GroupBox35"
- Me.GroupBox35.Size = New System.Drawing.Size(666, 250)
+ Me.GroupBox35.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
+ Me.GroupBox35.Size = New System.Drawing.Size(749, 312)
Me.GroupBox35.TabIndex = 8
Me.GroupBox35.TabStop = False
Me.GroupBox35.Text = "Growl Cry"
'
'Button37
'
- Me.Button37.Location = New System.Drawing.Point(218, 212)
+ Me.Button37.Location = New System.Drawing.Point(245, 265)
+ Me.Button37.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Button37.Name = "Button37"
- Me.Button37.Size = New System.Drawing.Size(75, 33)
+ Me.Button37.Size = New System.Drawing.Size(84, 41)
Me.Button37.TabIndex = 28
Me.Button37.Text = "Play"
Me.Button37.UseVisualStyleBackColor = True
@@ -2641,14 +2652,16 @@ Partial Class Pokemonedit
'
Me.Panel2.AutoScroll = True
Me.Panel2.Controls.Add(Me.pSample2)
- Me.Panel2.Location = New System.Drawing.Point(218, 18)
+ Me.Panel2.Location = New System.Drawing.Point(245, 22)
+ Me.Panel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(430, 188)
+ Me.Panel2.Size = New System.Drawing.Size(484, 235)
Me.Panel2.TabIndex = 26
'
'pSample2
'
Me.pSample2.Location = New System.Drawing.Point(0, 0)
+ Me.pSample2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pSample2.Name = "pSample2"
Me.pSample2.Size = New System.Drawing.Size(16, 16)
Me.pSample2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
@@ -2659,9 +2672,10 @@ Partial Class Pokemonedit
'
Me.chkCompressed2.AutoSize = True
Me.chkCompressed2.Enabled = False
- Me.chkCompressed2.Location = New System.Drawing.Point(25, 189)
+ Me.chkCompressed2.Location = New System.Drawing.Point(28, 236)
+ Me.chkCompressed2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.chkCompressed2.Name = "chkCompressed2"
- Me.chkCompressed2.Size = New System.Drawing.Size(109, 21)
+ Me.chkCompressed2.Size = New System.Drawing.Size(125, 24)
Me.chkCompressed2.TabIndex = 25
Me.chkCompressed2.Text = "Compressed"
Me.chkCompressed2.UseVisualStyleBackColor = True
@@ -2669,27 +2683,27 @@ Partial Class Pokemonedit
'Label56
'
Me.Label56.AutoSize = True
- Me.Label56.Location = New System.Drawing.Point(22, 164)
+ Me.Label56.Location = New System.Drawing.Point(25, 205)
Me.Label56.Name = "Label56"
- Me.Label56.Size = New System.Drawing.Size(107, 17)
+ Me.Label56.Size = New System.Drawing.Size(120, 20)
Me.Label56.TabIndex = 24
Me.Label56.Text = "Size: 0 samples"
'
'Label54
'
Me.Label54.AutoSize = True
- Me.Label54.Location = New System.Drawing.Point(21, 134)
+ Me.Label54.Location = New System.Drawing.Point(24, 168)
Me.Label54.Name = "Label54"
- Me.Label54.Size = New System.Drawing.Size(126, 17)
+ Me.Label54.Size = New System.Drawing.Size(143, 20)
Me.Label54.TabIndex = 23
Me.Label54.Text = "Sample Rate: 0 Hz"
'
'Button31
'
- Me.Button31.Location = New System.Drawing.Point(24, 94)
- Me.Button31.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button31.Location = New System.Drawing.Point(27, 118)
+ Me.Button31.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button31.Name = "Button31"
- Me.Button31.Size = New System.Drawing.Size(187, 26)
+ Me.Button31.Size = New System.Drawing.Size(210, 32)
Me.Button31.TabIndex = 21
Me.Button31.Text = "Repoint + Save"
Me.Button31.UseVisualStyleBackColor = True
@@ -2697,37 +2711,37 @@ Partial Class Pokemonedit
'Label52
'
Me.Label52.AutoSize = True
- Me.Label52.Location = New System.Drawing.Point(20, 68)
+ Me.Label52.Location = New System.Drawing.Point(22, 85)
Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label52.Name = "Label52"
- Me.Label52.Size = New System.Drawing.Size(95, 17)
+ Me.Label52.Size = New System.Drawing.Size(107, 20)
Me.Label52.TabIndex = 22
Me.Label52.Text = "Compresion?:"
'
'Label46
'
Me.Label46.AutoSize = True
- Me.Label46.Location = New System.Drawing.Point(20, 38)
+ Me.Label46.Location = New System.Drawing.Point(22, 48)
Me.Label46.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label46.Name = "Label46"
- Me.Label46.Size = New System.Drawing.Size(97, 17)
+ Me.Label46.Size = New System.Drawing.Size(108, 20)
Me.Label46.TabIndex = 18
Me.Label46.Text = "Growl Pointer:"
'
'CryComp2
'
- Me.CryComp2.Location = New System.Drawing.Point(122, 64)
- Me.CryComp2.Margin = New System.Windows.Forms.Padding(4)
+ Me.CryComp2.Location = New System.Drawing.Point(137, 80)
+ Me.CryComp2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CryComp2.Name = "CryComp2"
- Me.CryComp2.Size = New System.Drawing.Size(43, 22)
+ Me.CryComp2.Size = New System.Drawing.Size(48, 26)
Me.CryComp2.TabIndex = 21
'
'CryPointer2
'
- Me.CryPointer2.Location = New System.Drawing.Point(122, 34)
- Me.CryPointer2.Margin = New System.Windows.Forms.Padding(4)
+ Me.CryPointer2.Location = New System.Drawing.Point(137, 42)
+ Me.CryPointer2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CryPointer2.Name = "CryPointer2"
- Me.CryPointer2.Size = New System.Drawing.Size(89, 22)
+ Me.CryPointer2.Size = New System.Drawing.Size(100, 26)
Me.CryPointer2.TabIndex = 17
'
'GroupBox34
@@ -2742,18 +2756,21 @@ Partial Class Pokemonedit
Me.GroupBox34.Controls.Add(Me.Label51)
Me.GroupBox34.Controls.Add(Me.Button6)
Me.GroupBox34.Controls.Add(Me.CryComp1)
- Me.GroupBox34.Location = New System.Drawing.Point(17, 23)
+ Me.GroupBox34.Location = New System.Drawing.Point(19, 29)
+ Me.GroupBox34.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.GroupBox34.Name = "GroupBox34"
- Me.GroupBox34.Size = New System.Drawing.Size(666, 250)
+ Me.GroupBox34.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
+ Me.GroupBox34.Size = New System.Drawing.Size(749, 312)
Me.GroupBox34.TabIndex = 7
Me.GroupBox34.TabStop = False
Me.GroupBox34.Text = "Normal Cry"
'
'Button32
'
- Me.Button32.Location = New System.Drawing.Point(218, 211)
+ Me.Button32.Location = New System.Drawing.Point(245, 264)
+ Me.Button32.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Button32.Name = "Button32"
- Me.Button32.Size = New System.Drawing.Size(75, 33)
+ Me.Button32.Size = New System.Drawing.Size(84, 41)
Me.Button32.TabIndex = 25
Me.Button32.Text = "Play"
Me.Button32.UseVisualStyleBackColor = True
@@ -2762,9 +2779,10 @@ Partial Class Pokemonedit
'
Me.chkCompressed1.AutoSize = True
Me.chkCompressed1.Enabled = False
- Me.chkCompressed1.Location = New System.Drawing.Point(23, 184)
+ Me.chkCompressed1.Location = New System.Drawing.Point(26, 230)
+ Me.chkCompressed1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.chkCompressed1.Name = "chkCompressed1"
- Me.chkCompressed1.Size = New System.Drawing.Size(109, 21)
+ Me.chkCompressed1.Size = New System.Drawing.Size(125, 24)
Me.chkCompressed1.TabIndex = 24
Me.chkCompressed1.Text = "Compressed"
Me.chkCompressed1.UseVisualStyleBackColor = True
@@ -2773,14 +2791,16 @@ Partial Class Pokemonedit
'
Me.Panel1.AutoScroll = True
Me.Panel1.Controls.Add(Me.pSample)
- Me.Panel1.Location = New System.Drawing.Point(218, 17)
+ Me.Panel1.Location = New System.Drawing.Point(245, 21)
+ Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(430, 188)
+ Me.Panel1.Size = New System.Drawing.Size(484, 235)
Me.Panel1.TabIndex = 23
'
'pSample
'
Me.pSample.Location = New System.Drawing.Point(0, 0)
+ Me.pSample.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pSample.Name = "pSample"
Me.pSample.Size = New System.Drawing.Size(16, 16)
Me.pSample.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
@@ -2790,65 +2810,65 @@ Partial Class Pokemonedit
'Label55
'
Me.Label55.AutoSize = True
- Me.Label55.Location = New System.Drawing.Point(21, 156)
+ Me.Label55.Location = New System.Drawing.Point(24, 195)
Me.Label55.Name = "Label55"
- Me.Label55.Size = New System.Drawing.Size(107, 17)
+ Me.Label55.Size = New System.Drawing.Size(120, 20)
Me.Label55.TabIndex = 22
Me.Label55.Text = "Size: 0 samples"
'
'Label53
'
Me.Label53.AutoSize = True
- Me.Label53.Location = New System.Drawing.Point(20, 129)
+ Me.Label53.Location = New System.Drawing.Point(22, 161)
Me.Label53.Name = "Label53"
- Me.Label53.Size = New System.Drawing.Size(126, 17)
+ Me.Label53.Size = New System.Drawing.Size(143, 20)
Me.Label53.TabIndex = 21
Me.Label53.Text = "Sample Rate: 0 Hz"
'
'Label17
'
Me.Label17.AutoSize = True
- Me.Label17.Location = New System.Drawing.Point(20, 36)
+ Me.Label17.Location = New System.Drawing.Point(22, 45)
Me.Label17.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(82, 17)
+ Me.Label17.Size = New System.Drawing.Size(90, 20)
Me.Label17.TabIndex = 13
Me.Label17.Text = "Cry Pointer:"
'
'CryPointer
'
- Me.CryPointer.Location = New System.Drawing.Point(122, 32)
- Me.CryPointer.Margin = New System.Windows.Forms.Padding(4)
+ Me.CryPointer.Location = New System.Drawing.Point(137, 40)
+ Me.CryPointer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CryPointer.Name = "CryPointer"
- Me.CryPointer.Size = New System.Drawing.Size(89, 22)
+ Me.CryPointer.Size = New System.Drawing.Size(100, 26)
Me.CryPointer.TabIndex = 11
'
'Label51
'
Me.Label51.AutoSize = True
- Me.Label51.Location = New System.Drawing.Point(20, 68)
+ Me.Label51.Location = New System.Drawing.Point(22, 85)
Me.Label51.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label51.Name = "Label51"
- Me.Label51.Size = New System.Drawing.Size(95, 17)
+ Me.Label51.Size = New System.Drawing.Size(107, 20)
Me.Label51.TabIndex = 20
Me.Label51.Text = "Compresion?:"
'
'Button6
'
- Me.Button6.Location = New System.Drawing.Point(24, 94)
- Me.Button6.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button6.Location = New System.Drawing.Point(27, 118)
+ Me.Button6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(187, 26)
+ Me.Button6.Size = New System.Drawing.Size(210, 32)
Me.Button6.TabIndex = 12
Me.Button6.Text = "Repoint + Save"
Me.Button6.UseVisualStyleBackColor = True
'
'CryComp1
'
- Me.CryComp1.Location = New System.Drawing.Point(122, 64)
- Me.CryComp1.Margin = New System.Windows.Forms.Padding(4)
+ Me.CryComp1.Location = New System.Drawing.Point(137, 80)
+ Me.CryComp1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CryComp1.Name = "CryComp1"
- Me.CryComp1.Size = New System.Drawing.Size(43, 22)
+ Me.CryComp1.Size = New System.Drawing.Size(48, 26)
Me.CryComp1.TabIndex = 19
'
'GroupBox21
@@ -2856,49 +2876,49 @@ Partial Class Pokemonedit
Me.GroupBox21.Controls.Add(Me.Button13)
Me.GroupBox21.Controls.Add(Me.CryConver)
Me.GroupBox21.Controls.Add(Me.Label18)
- Me.GroupBox21.Location = New System.Drawing.Point(690, 23)
- Me.GroupBox21.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox21.Location = New System.Drawing.Point(776, 29)
+ Me.GroupBox21.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox21.Name = "GroupBox21"
- Me.GroupBox21.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox21.Size = New System.Drawing.Size(115, 157)
+ Me.GroupBox21.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox21.Size = New System.Drawing.Size(129, 196)
Me.GroupBox21.TabIndex = 6
Me.GroupBox21.TabStop = False
Me.GroupBox21.Text = "Cry"
'
'Button13
'
- Me.Button13.Location = New System.Drawing.Point(12, 78)
- Me.Button13.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button13.Location = New System.Drawing.Point(14, 98)
+ Me.Button13.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button13.Name = "Button13"
- Me.Button13.Size = New System.Drawing.Size(91, 26)
+ Me.Button13.Size = New System.Drawing.Size(102, 32)
Me.Button13.TabIndex = 16
Me.Button13.Text = "Save"
Me.Button13.UseVisualStyleBackColor = True
'
'CryConver
'
- Me.CryConver.Location = New System.Drawing.Point(12, 47)
- Me.CryConver.Margin = New System.Windows.Forms.Padding(4)
+ Me.CryConver.Location = New System.Drawing.Point(14, 59)
+ Me.CryConver.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CryConver.Name = "CryConver"
- Me.CryConver.Size = New System.Drawing.Size(89, 22)
+ Me.CryConver.Size = New System.Drawing.Size(100, 26)
Me.CryConver.TabIndex = 15
'
'Label18
'
Me.Label18.AutoSize = True
- Me.Label18.Location = New System.Drawing.Point(9, 26)
+ Me.Label18.Location = New System.Drawing.Point(10, 32)
Me.Label18.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(83, 17)
+ Me.Label18.Size = New System.Drawing.Size(92, 20)
Me.Label18.TabIndex = 14
Me.Label18.Text = "Conversion:"
'
'Button1
'
- Me.Button1.Location = New System.Drawing.Point(8, 102)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button1.Location = New System.Drawing.Point(9, 128)
+ Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(157, 28)
+ Me.Button1.Size = New System.Drawing.Size(177, 35)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Save Pokemon"
Me.Button1.UseVisualStyleBackColor = True
@@ -2908,42 +2928,42 @@ Partial Class Pokemonedit
Me.GroupBox18.Controls.Add(Me.Button15)
Me.GroupBox18.Controls.Add(Me.ChangePKMName)
Me.GroupBox18.Controls.Add(Me.CurPKMName)
- Me.GroupBox18.Location = New System.Drawing.Point(11, 188)
- Me.GroupBox18.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox18.Location = New System.Drawing.Point(12, 235)
+ Me.GroupBox18.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox18.Name = "GroupBox18"
- Me.GroupBox18.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox18.Size = New System.Drawing.Size(173, 123)
+ Me.GroupBox18.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox18.Size = New System.Drawing.Size(195, 154)
Me.GroupBox18.TabIndex = 7
Me.GroupBox18.TabStop = False
Me.GroupBox18.Text = "Rename Pokemon"
'
'Button15
'
- Me.Button15.Location = New System.Drawing.Point(8, 86)
- Me.Button15.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button15.Location = New System.Drawing.Point(9, 108)
+ Me.Button15.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button15.Name = "Button15"
- Me.Button15.Size = New System.Drawing.Size(157, 28)
+ Me.Button15.Size = New System.Drawing.Size(177, 35)
Me.Button15.TabIndex = 10
Me.Button15.Text = "Decap. all names!"
Me.Button15.UseVisualStyleBackColor = True
'
'ChangePKMName
'
- Me.ChangePKMName.Location = New System.Drawing.Point(8, 49)
- Me.ChangePKMName.Margin = New System.Windows.Forms.Padding(4)
+ Me.ChangePKMName.Location = New System.Drawing.Point(9, 61)
+ Me.ChangePKMName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ChangePKMName.Name = "ChangePKMName"
- Me.ChangePKMName.Size = New System.Drawing.Size(157, 30)
+ Me.ChangePKMName.Size = New System.Drawing.Size(177, 38)
Me.ChangePKMName.TabIndex = 6
Me.ChangePKMName.Text = "Change Name"
Me.ChangePKMName.UseVisualStyleBackColor = True
'
'CurPKMName
'
- Me.CurPKMName.Location = New System.Drawing.Point(8, 17)
- Me.CurPKMName.Margin = New System.Windows.Forms.Padding(4)
+ Me.CurPKMName.Location = New System.Drawing.Point(9, 21)
+ Me.CurPKMName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CurPKMName.MaxLength = 10
Me.CurPKMName.Name = "CurPKMName"
- Me.CurPKMName.Size = New System.Drawing.Size(156, 22)
+ Me.CurPKMName.Size = New System.Drawing.Size(175, 26)
Me.CurPKMName.TabIndex = 5
'
'GroupBox19
@@ -2952,31 +2972,31 @@ Partial Class Pokemonedit
Me.GroupBox19.Controls.Add(Me.Label24)
Me.GroupBox19.Controls.Add(Me.PKMNames)
Me.GroupBox19.Controls.Add(Me.Button1)
- Me.GroupBox19.Location = New System.Drawing.Point(11, 33)
- Me.GroupBox19.Margin = New System.Windows.Forms.Padding(4)
+ Me.GroupBox19.Location = New System.Drawing.Point(12, 41)
+ Me.GroupBox19.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.GroupBox19.Name = "GroupBox19"
- Me.GroupBox19.Padding = New System.Windows.Forms.Padding(4)
- Me.GroupBox19.Size = New System.Drawing.Size(173, 148)
+ Me.GroupBox19.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.GroupBox19.Size = New System.Drawing.Size(195, 185)
Me.GroupBox19.TabIndex = 8
Me.GroupBox19.TabStop = False
Me.GroupBox19.Text = "Pokemon Selection"
'
'PokemonListIndex
'
- Me.PokemonListIndex.Location = New System.Drawing.Point(60, 62)
- Me.PokemonListIndex.Margin = New System.Windows.Forms.Padding(4)
+ Me.PokemonListIndex.Location = New System.Drawing.Point(68, 78)
+ Me.PokemonListIndex.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PokemonListIndex.Name = "PokemonListIndex"
Me.PokemonListIndex.ReadOnly = True
- Me.PokemonListIndex.Size = New System.Drawing.Size(52, 22)
+ Me.PokemonListIndex.Size = New System.Drawing.Size(58, 26)
Me.PokemonListIndex.TabIndex = 9
'
'Label24
'
Me.Label24.AutoSize = True
- Me.Label24.Location = New System.Drawing.Point(4, 65)
+ Me.Label24.Location = New System.Drawing.Point(4, 81)
Me.Label24.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label24.Name = "Label24"
- Me.Label24.Size = New System.Drawing.Size(45, 17)
+ Me.Label24.Size = New System.Drawing.Size(52, 20)
Me.Label24.TabIndex = 8
Me.Label24.Text = "Index:"
'
@@ -2984,19 +3004,19 @@ Partial Class Pokemonedit
'
Me.PKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.PKMNames.FormattingEnabled = True
- Me.PKMNames.Location = New System.Drawing.Point(8, 23)
- Me.PKMNames.Margin = New System.Windows.Forms.Padding(4)
+ Me.PKMNames.Location = New System.Drawing.Point(9, 29)
+ Me.PKMNames.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PKMNames.Name = "PKMNames"
- Me.PKMNames.Size = New System.Drawing.Size(156, 24)
+ Me.PKMNames.Size = New System.Drawing.Size(175, 28)
Me.PKMNames.TabIndex = 7
'
'Button7
'
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button7.Location = New System.Drawing.Point(11, 316)
- Me.Button7.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button7.Location = New System.Drawing.Point(12, 395)
+ Me.Button7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(173, 26)
+ Me.Button7.Size = New System.Drawing.Size(195, 32)
Me.Button7.TabIndex = 9
Me.Button7.Text = "Import Pokemon"
Me.HoverInfo.SetToolTip(Me.Button7, "Import Pokemon:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Select a Pokemon ini file to import," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "overwriting the currentl" &
@@ -3006,10 +3026,10 @@ Partial Class Pokemonedit
'Button8
'
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button8.Location = New System.Drawing.Point(11, 368)
- Me.Button8.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button8.Location = New System.Drawing.Point(12, 460)
+ Me.Button8.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(173, 26)
+ Me.Button8.Size = New System.Drawing.Size(195, 32)
Me.Button8.TabIndex = 10
Me.Button8.Text = "Export Pokemon"
Me.HoverInfo.SetToolTip(Me.Button8, "Export Pokemon:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a location to export an ini " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "file containing the data " &
@@ -3023,10 +3043,10 @@ Partial Class Pokemonedit
'Button9
'
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button9.Location = New System.Drawing.Point(11, 395)
- Me.Button9.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button9.Location = New System.Drawing.Point(12, 494)
+ Me.Button9.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(173, 26)
+ Me.Button9.Size = New System.Drawing.Size(195, 32)
Me.Button9.TabIndex = 11
Me.Button9.Text = "Export All Pokemon"
Me.HoverInfo.SetToolTip(Me.Button9, "Export All Pokemon:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and export an " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ini file for each Pokemon " &
@@ -3035,10 +3055,10 @@ Partial Class Pokemonedit
'
'ProgressBar
'
- Me.ProgressBar.Location = New System.Drawing.Point(11, 656)
- Me.ProgressBar.Margin = New System.Windows.Forms.Padding(4)
+ Me.ProgressBar.Location = New System.Drawing.Point(12, 820)
+ Me.ProgressBar.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.ProgressBar.Name = "ProgressBar"
- Me.ProgressBar.Size = New System.Drawing.Size(1016, 20)
+ Me.ProgressBar.Size = New System.Drawing.Size(1143, 25)
Me.ProgressBar.TabIndex = 12
Me.HoverInfo.SetToolTip(Me.ProgressBar, "Peekaboo")
Me.ProgressBar.Visible = False
@@ -3046,10 +3066,10 @@ Partial Class Pokemonedit
'Button14
'
Me.Button14.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button14.Location = New System.Drawing.Point(11, 342)
- Me.Button14.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button14.Location = New System.Drawing.Point(12, 428)
+ Me.Button14.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button14.Name = "Button14"
- Me.Button14.Size = New System.Drawing.Size(173, 26)
+ Me.Button14.Size = New System.Drawing.Size(195, 32)
Me.Button14.TabIndex = 13
Me.Button14.Text = "Import All Pokemon"
Me.HoverInfo.SetToolTip(Me.Button14, resources.GetString("Button14.ToolTip"))
@@ -3058,10 +3078,10 @@ Partial Class Pokemonedit
'Button25
'
Me.Button25.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button25.Location = New System.Drawing.Point(11, 422)
- Me.Button25.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button25.Location = New System.Drawing.Point(12, 528)
+ Me.Button25.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button25.Name = "Button25"
- Me.Button25.Size = New System.Drawing.Size(173, 26)
+ Me.Button25.Size = New System.Drawing.Size(195, 32)
Me.Button25.TabIndex = 14
Me.Button25.Text = "Import All Sprite sheets"
Me.HoverInfo.SetToolTip(Me.Button25, "Import All Sprite sheets:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder to import sprite " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "sheets for each P" &
@@ -3072,10 +3092,10 @@ Partial Class Pokemonedit
'Button26
'
Me.Button26.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button26.Location = New System.Drawing.Point(11, 448)
- Me.Button26.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button26.Location = New System.Drawing.Point(12, 560)
+ Me.Button26.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button26.Name = "Button26"
- Me.Button26.Size = New System.Drawing.Size(173, 26)
+ Me.Button26.Size = New System.Drawing.Size(195, 32)
Me.Button26.TabIndex = 15
Me.Button26.Text = "Export All Sprite sheets"
Me.HoverInfo.SetToolTip(Me.Button26, "Export All Sprite sheets:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and export " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "a png image to the fold" &
@@ -3085,10 +3105,10 @@ Partial Class Pokemonedit
'Button27
'
Me.Button27.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button27.Location = New System.Drawing.Point(11, 500)
- Me.Button27.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button27.Location = New System.Drawing.Point(12, 625)
+ Me.Button27.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button27.Name = "Button27"
- Me.Button27.Size = New System.Drawing.Size(173, 26)
+ Me.Button27.Size = New System.Drawing.Size(195, 32)
Me.Button27.TabIndex = 17
Me.Button27.Text = "Export All Icons"
Me.HoverInfo.SetToolTip(Me.Button27, "Export All Icons:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and export" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "the icon of each Pokemon" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "as a p" &
@@ -3098,10 +3118,10 @@ Partial Class Pokemonedit
'Button28
'
Me.Button28.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button28.Location = New System.Drawing.Point(11, 474)
- Me.Button28.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button28.Location = New System.Drawing.Point(12, 592)
+ Me.Button28.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button28.Name = "Button28"
- Me.Button28.Size = New System.Drawing.Size(124, 26)
+ Me.Button28.Size = New System.Drawing.Size(140, 32)
Me.Button28.TabIndex = 16
Me.Button28.Text = "Import All Icons"
Me.HoverInfo.SetToolTip(Me.Button28, resources.GetString("Button28.ToolTip"))
@@ -3110,10 +3130,10 @@ Partial Class Pokemonedit
'Button29
'
Me.Button29.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button29.Location = New System.Drawing.Point(11, 551)
- Me.Button29.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button29.Location = New System.Drawing.Point(12, 689)
+ Me.Button29.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button29.Name = "Button29"
- Me.Button29.Size = New System.Drawing.Size(173, 26)
+ Me.Button29.Size = New System.Drawing.Size(195, 32)
Me.Button29.TabIndex = 19
Me.Button29.Text = "Export All Footprints"
Me.HoverInfo.SetToolTip(Me.Button29, "Export All Footprints:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and export" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "all Pokemon footprints" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "as " &
@@ -3123,10 +3143,10 @@ Partial Class Pokemonedit
'Button30
'
Me.Button30.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button30.Location = New System.Drawing.Point(11, 525)
- Me.Button30.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button30.Location = New System.Drawing.Point(12, 656)
+ Me.Button30.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button30.Name = "Button30"
- Me.Button30.Size = New System.Drawing.Size(173, 26)
+ Me.Button30.Size = New System.Drawing.Size(195, 32)
Me.Button30.TabIndex = 18
Me.Button30.Text = "Import All Footprints"
Me.HoverInfo.SetToolTip(Me.Button30, "Import All Footprints:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and import" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "the footprint for each" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Pok" &
@@ -3136,10 +3156,10 @@ Partial Class Pokemonedit
'Button38
'
Me.Button38.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button38.Location = New System.Drawing.Point(11, 602)
- Me.Button38.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button38.Location = New System.Drawing.Point(12, 752)
+ Me.Button38.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button38.Name = "Button38"
- Me.Button38.Size = New System.Drawing.Size(173, 26)
+ Me.Button38.Size = New System.Drawing.Size(195, 32)
Me.Button38.TabIndex = 21
Me.Button38.Text = "Export All Cries"
Me.HoverInfo.SetToolTip(Me.Button38, "Export All Cries:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Choose a folder and export" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "the cries of each Pokemon." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Th" &
@@ -3150,10 +3170,10 @@ Partial Class Pokemonedit
'Button39
'
Me.Button39.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button39.Location = New System.Drawing.Point(11, 576)
- Me.Button39.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button39.Location = New System.Drawing.Point(12, 720)
+ Me.Button39.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button39.Name = "Button39"
- Me.Button39.Size = New System.Drawing.Size(173, 26)
+ Me.Button39.Size = New System.Drawing.Size(195, 32)
Me.Button39.TabIndex = 20
Me.Button39.Text = "Import All Cries"
Me.HoverInfo.SetToolTip(Me.Button39, resources.GetString("Button39.ToolTip"))
@@ -3162,10 +3182,10 @@ Partial Class Pokemonedit
'Button41
'
Me.Button41.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.Button41.Location = New System.Drawing.Point(135, 474)
- Me.Button41.Margin = New System.Windows.Forms.Padding(4)
+ Me.Button41.Location = New System.Drawing.Point(152, 592)
+ Me.Button41.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button41.Name = "Button41"
- Me.Button41.Size = New System.Drawing.Size(49, 26)
+ Me.Button41.Size = New System.Drawing.Size(55, 32)
Me.Button41.TabIndex = 22
Me.Button41.Text = "Rep."
Me.HoverInfo.SetToolTip(Me.Button41, resources.GetString("Button41.ToolTip"))
@@ -3174,10 +3194,12 @@ Partial Class Pokemonedit
'CheckBox1
'
Me.CheckBox1.AutoSize = True
- Me.CheckBox1.Location = New System.Drawing.Point(11, 630)
+ Me.CheckBox1.Checked = True
+ Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CheckBox1.Location = New System.Drawing.Point(12, 788)
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.CheckBox1.Name = "CheckBox1"
- Me.CheckBox1.Size = New System.Drawing.Size(130, 21)
+ Me.CheckBox1.Size = New System.Drawing.Size(151, 24)
Me.CheckBox1.TabIndex = 23
Me.CheckBox1.Text = "Efficient Imports"
Me.CheckBox1.TextAlign = System.Drawing.ContentAlignment.TopLeft
@@ -3194,11 +3216,11 @@ Partial Class Pokemonedit
'
'Pokemonedit
'
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
- Me.ClientSize = New System.Drawing.Size(1043, 690)
+ Me.ClientSize = New System.Drawing.Size(1173, 862)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Button41)
Me.Controls.Add(Me.Button38)
@@ -3219,7 +3241,7 @@ Partial Class Pokemonedit
Me.Controls.Add(Me.TabControl1)
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)
+ Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MaximizeBox = False
Me.Name = "Pokemonedit"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
diff --git a/GBAPokemonGameEditor/Pokemonedit.resx b/GBAPokemonGameEditor/Pokemonedit.resx
index ad9703f..eb2f6c9 100644
--- a/GBAPokemonGameEditor/Pokemonedit.resx
+++ b/GBAPokemonGameEditor/Pokemonedit.resx
@@ -129,12 +129,6 @@
405, 17
-
- 603, 17
-
-
- 603, 17
-
Import All Pokemon:
diff --git a/GBAPokemonGameEditor/WichuSpriteFunctions.vb b/GBAPokemonGameEditor/WichuSpriteFunctions.vb
index db64dea..7abbc0b 100644
--- a/GBAPokemonGameEditor/WichuSpriteFunctions.vb
+++ b/GBAPokemonGameEditor/WichuSpriteFunctions.vb
@@ -253,6 +253,19 @@ Module WichuSpriteFunctions
Dim num As Integer = -1
Dim num7 As Integer = (palettes.Length - 1)
Dim i As Integer = 0
+ Dim blankColor As Color = Color.FromArgb(&H0)
+
+
+ Dim tempPal As List(Of Color) = New List(Of Color)
+
+ For Each color In bitmapPalette
+ If Not color.ToArgb() = blankColor.ToArgb() Then
+ tempPal.Add(color)
+ End If
+ Next
+ ReDim bitmapPalette(tempPal.Count)
+ bitmapPalette = tempPal.ToArray()
+
Do While (i <= num7)
Dim num4 As Integer = 0
Dim num8 As Integer = (bitmapPalette.Length - 1)
diff --git a/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe
index 03ad09b..f5c5039 100644
Binary files a/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe and b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe.config b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe.config
new file mode 100644
index 0000000..1729194
--- /dev/null
+++ b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.pdb b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.pdb
index d98e1e1..37e9ed2 100644
Binary files a/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.pdb and b/GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.pdb differ
diff --git a/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe b/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe
deleted file mode 100644
index 03ad09b..0000000
Binary files a/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe and /dev/null differ
diff --git a/GBAPokemonGameEditor/mMain.vb b/GBAPokemonGameEditor/mMain.vb
index c8134c9..6afb6ba 100644
--- a/GBAPokemonGameEditor/mMain.vb
+++ b/GBAPokemonGameEditor/mMain.vb
@@ -209,15 +209,16 @@ Module mMain
Dim bytesloaded As Byte()
bytesloaded = IO.File.ReadAllBytes(LoadedROM)
+ Dim NationalDexTable As Integer = Int32.Parse(GetString(GetINIFileLocation(), header, "NationalDexTable", ""), System.Globalization.NumberStyles.HexNumber)
' If DexNumber = Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + ((DexNumber - 1) * 2), 2))), System.Globalization.NumberStyles.HexNumber) Then
- If DexNumber = Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + ((DexNumber - 1) * 2)))), System.Globalization.NumberStyles.HexNumber) Then
+ If DexNumber = Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, NationalDexTable + ((DexNumber - 1) * 2)))), System.Globalization.NumberStyles.HexNumber) Then
curval = DexNumber - 1
Else
' While DexNumber <> Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + (curval * 2), 2))), System.Globalization.NumberStyles.HexNumber)
- While DexNumber <> Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + (curval * 2)))), System.Globalization.NumberStyles.HexNumber)
+ While DexNumber <> Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, NationalDexTable + (curval * 2)))), System.Globalization.NumberStyles.HexNumber)
curval = curval + 1
End While
@@ -225,6 +226,42 @@ Module mMain
PokedexNumbertoSpecies = curval + 1
End Function
+ Public Function AllPokedexNumbertoSpecies(Optional DexTableName As String = "PokedexAlphabetTable", Optional PkmnCountName As String = "NumberOfPokemon") As List(Of Integer)
+
+ Dim curval As Integer = 0
+ Dim MaxPkmn As Integer = Int32.Parse(GetString(GetINIFileLocation(), header, PkmnCountName, "")) - 1
+ Dim Dexnumbers As String = ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, DexTableName, "")), System.Globalization.NumberStyles.HexNumber), MaxPkmn * 2)
+ Dim bytesloaded As Byte()
+ Dim PkmnList As List(Of Integer) = New List(Of Integer)
+ Dim DexNumber As Integer = 0
+ Dim NationalDexTable As Integer = Int32.Parse(GetString(GetINIFileLocation(), header, "NationalDexTable", ""), System.Globalization.NumberStyles.HexNumber)
+
+ bytesloaded = IO.File.ReadAllBytes(LoadedROM)
+
+ For LoopVar As Integer = 0 To MaxPkmn - 1
+ DexNumber = Int32.Parse(ReverseHEX(Dexnumbers.Substring(LoopVar * 4, 4)), System.Globalization.NumberStyles.HexNumber)
+
+ ' If DexNumber = Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + ((DexNumber - 1) * 2), 2))), System.Globalization.NumberStyles.HexNumber) Then
+ If DexNumber = Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, NationalDexTable + ((DexNumber - 1) * 2)))), System.Globalization.NumberStyles.HexNumber) Then
+
+ curval = DexNumber - 1
+
+ Else
+ ' While DexNumber <> Int32.Parse((ReverseHEX(ReadHEX(LoadedROM, Int32.Parse((GetString(GetINIFileLocation(), header, "NationalDexTable", "")), System.Globalization.NumberStyles.HexNumber) + (curval * 2), 2))), System.Globalization.NumberStyles.HexNumber)
+ While DexNumber <> Int32.Parse((ReverseHEX(Get2Bytes(bytesloaded, NationalDexTable + (curval * 2)))), System.Globalization.NumberStyles.HexNumber)
+
+ curval = curval + 1
+
+ End While
+ End If
+
+ PkmnList.Add(curval + 1)
+ curval = 0
+ Next
+
+ AllPokedexNumbertoSpecies = PkmnList
+ End Function
+
Public Function Get2Bytes(bytesin As Byte(), local As Integer) As String
Get2Bytes = MakeProperByte(bytesin(local)) & MakeProperByte(bytesin(local + 1))
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache b/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
index 08ae84e..f92142d 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache and b/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index cf809ff..2ba8622 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
index e23a6d7..f1b1d26 100644
--- a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
@@ -1 +1 @@
-3c28dccb3590a299f877aecd8a64b5acf689d462
+302e1968ba2c5026d2d388fde540996acfec2ab2
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
index 712055c..c6669f3 100644
--- a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
@@ -264,3 +264,37 @@ C:\Users\manma\Desktop\Shortcuts\Github\PokemonGameEditor\GBAPokemonGameEditor\o
C:\Users\manma\Desktop\Shortcuts\Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.exe
C:\Users\manma\Desktop\Shortcuts\Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.xml
C:\Users\manma\Desktop\Shortcuts\Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.pdb
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\PokemonGameEditor.exe.config
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\PokemonGameEditor.exe
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\PokemonGameEditor.pdb
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\PokemonGameEditor.xml
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AbilityAdder.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AbilityEdit.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AboutBox1.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AddOrRemovePrograms.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AttackEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AttackAdder.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.BattleFrontierEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.EggMoveEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.HabitatEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.InputAttacks.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.ItemEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.MainFrm.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.MoveTutorEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.Resources.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexDataEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexListEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexOrderEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokemonAdder.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.Pokemonedit.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.RomExpander.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.RSEStarterEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.SplashScreen1.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TMHMEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TradeEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TrainerEditor.resources
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.GenerateResource.cache
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.exe
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.xml
+C:\Users\manma\Documents\PokeDev\PGE-Github\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.pdb
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache
index 3551ab7..86141f7 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.cache
index 3551ab7..86141f7 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.cache and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbprojAssemblyReference.cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbprojAssemblyReference.cache
deleted file mode 100644
index 380989b..0000000
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbprojAssemblyReference.cache and /dev/null differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources
index 4137a78..a243c0a 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.movetutor2.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.MoveTutorEditor.resources
similarity index 100%
rename from GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.movetutor2.resources
rename to GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.MoveTutorEditor.resources
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml
deleted file mode 100644
index cd8b820..0000000
--- a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe
index 03ad09b..f5c5039 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb
index d98e1e1..37e9ed2 100644
Binary files a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll b/GBAPokemonGameEditor/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
new file mode 100644
index 0000000..bbc284a
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll differ