diff --git a/GBAPokemonGameEditor.v12.suo b/GBAPokemonGameEditor.v12.suo
index 69beecf..de353ab 100644
Binary files a/GBAPokemonGameEditor.v12.suo and b/GBAPokemonGameEditor.v12.suo differ
diff --git a/GBAPokemonGameEditor/Pokemonedit.vb b/GBAPokemonGameEditor/Pokemonedit.vb
index 4514808..94ed38a 100644
--- a/GBAPokemonGameEditor/Pokemonedit.vb
+++ b/GBAPokemonGameEditor/Pokemonedit.vb
@@ -686,26 +686,30 @@ Public Class Pokemonedit
End Sub
Private Sub EvoSlots_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EvoSlots.SelectedIndexChanged
+ Dim loopy As Integer = 0
+
EvoData = Int32.Parse((GetString(AppPath & "ini\roms.ini", header, "PokemonEvolutions", "")), System.Globalization.NumberStyles.HexNumber)
- EvoTypes.SelectedIndex = -1
- If Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) > 15 Then
- EvoTypes.Enabled = False
- EvoPKMNames.Enabled = False
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
- EvoPKMNames.SelectedIndex = -1
- Exit Sub
- End If
+
+ 'Reset the evolution stuff!
+
+ EvoTypes.SelectedIndex = -1
+ EvoPKMNames.Enabled = False
+ EvoItem.Enabled = False
+ EvoPKMNames.Enabled = False
+ EvoLevel.Enabled = False
+ EvoItem.SelectedIndex = -1
+ EvoLevel.Text = ""
+ EvoPKMNames.SelectedIndex = -1
EvoTypes.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
- If EvoTypes.SelectedIndex = 0 Then
+
+ 'This will enable the right stuff
+
+ If (GetString(AppPath & "ini\roms.ini", header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0")) = "none" Then
EvoPKMNames.Enabled = False
EvoItem.Enabled = False
@@ -715,178 +719,29 @@ Public Class Pokemonedit
EvoLevel.Text = ""
EvoPKMNames.SelectedIndex = -1
- ElseIf EvoTypes.SelectedIndex = 1 Then
+ End If
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
+ If (GetString(AppPath & "ini\roms.ini", header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0")) = "evolvesbutnoparms" Then
EvoPKMNames.SelectedIndex = -1
EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 2 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
+ ElseIf (GetString(AppPath & "ini\roms.ini", header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0")) = "level" Then
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 3 Then
-
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 4 Then
-
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
EvoPKMNames.SelectedIndex = -1
EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 5 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 6 Then
-
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
+ ElseIf (GetString(AppPath & "ini\roms.ini", header, "Evolution" & EvoTypes.SelectedIndex & "Param", "0")) = "item" Then
EvoItem.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- EvoItem.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 7 Then
-
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
-
- EvoItem.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
- EvoPKMNames.SelectedIndex = -1
EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
EvoPKMNames.Enabled = True
EvoItem.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 8 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 9 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 10 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 11 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
-
- ElseIf EvoTypes.SelectedIndex = 12 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 13 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 14 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = True
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (2) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber)
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
- ElseIf EvoTypes.SelectedIndex = 15 Then
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
-
- EvoPKMNames.SelectedIndex = -1
- EvoPKMNames.SelectedIndex = Int32.Parse(((ReverseHEX(ReadHEX(LoadedROM, (EvoData) + (40) + (4) + ((PKMNames.SelectedIndex) * 40) + (EvoSlots.SelectedIndex * 8), 2)))), System.Globalization.NumberStyles.HexNumber) - 1
- EvoPKMNames.Enabled = True
-
- ElseIf EvoTypes.SelectedIndex > 15 Then
-
- EvoTypes.Enabled = False
- EvoPKMNames.Enabled = False
- EvoItem.Enabled = False
- EvoPKMNames.Enabled = False
- EvoLevel.Enabled = False
- EvoItem.SelectedIndex = -1
- EvoLevel.Text = ""
- EvoPKMNames.SelectedIndex = -1
End If
End Sub
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.application b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.application
new file mode 100644
index 0000000..6cea1fb
--- /dev/null
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.application
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Un8nbr7yyYhaL/B9fiDl5FBfdG0=
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe
new file mode 100644
index 0000000..99c8e68
Binary files /dev/null and b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.config b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.config
new file mode 100644
index 0000000..3a327fa
--- /dev/null
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.manifest b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.manifest
new file mode 100644
index 0000000..e7cd8b4
--- /dev/null
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.exe.manifest
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mKjzv+80JEYjIt0WMpPHj4pqftw=
+
+
+
+
+
+
+
+
+
+ zmtMKrAEuvsQh2jJFtlCNruBIWE=
+
+
+
+
+
+
+
+
+ rPjxYWyVTxOTFNPtQSvhQ6KPzKY=
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.pdb b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.pdb
new file mode 100644
index 0000000..8e8e630
Binary files /dev/null and b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.pdb differ
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.application b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.application
index bcd31ee..6cea1fb 100644
--- a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.application
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.application
@@ -16,7 +16,7 @@
- RDLRFVbbfh2hWkNukdzk13eKRss=
+ Un8nbr7yyYhaL/B9fiDl5FBfdG0=
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.exe.manifest b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.exe.manifest
index 5129ddd..e7cd8b4 100644
--- a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.exe.manifest
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.vshost.exe.manifest
@@ -43,14 +43,14 @@
-
+
- ERRn81naYSzZFeI/iJzK5j9PKZ0=
+ mKjzv+80JEYjIt0WMpPHj4pqftw=
diff --git a/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.xml b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.xml
new file mode 100644
index 0000000..1c57df3
--- /dev/null
+++ b/GBAPokemonGameEditor/bin/Debug/GBAPokemonGameEditor.xml
@@ -0,0 +1,24 @@
+
+
+
+
+GBAPokemonGameEditor
+
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/bin/Debug/ini/roms.ini b/GBAPokemonGameEditor/bin/Debug/ini/roms.ini
index 9904c75..91fa538 100644
--- a/GBAPokemonGameEditor/bin/Debug/ini/roms.ini
+++ b/GBAPokemonGameEditor/bin/Debug/ini/roms.ini
@@ -850,6 +850,22 @@ EvolutionName12=Low Personality
EvolutionName13=Allow Pokemon Creation
EvolutionName14=Create Extra Pokemon
EvolutionName15=Max Beauty
+Evolution0Param=none
+Evolution1Param=evolvesbutnoparms
+Evolution2Param=evolvesbutnoparms
+Evolution3Param=evolvesbutnoparms
+Evolution4Param=level
+Evolution5Param=evolvesbutnoparms
+Evolution6Param=item
+Evolution7Param=item
+Evolution8Param=evolvesbutnoparms
+Evolution9Param=evolvesbutnoparms
+Evolution10Param=evolvesbutnoparms
+Evolution11Param=evolvesbutnoparms
+Evolution12Param=evolvesbutnoparms
+Evolution13Param=evolvesbutnoparms
+Evolution14Param=level
+Evolution15Param=evolvesbutnoparms
[AXVF]
ROMName=Pokémon Rubis (Français)
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AbilityEdit.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AbilityEdit.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AbilityEdit.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AboutBox1.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AboutBox1.resources
new file mode 100644
index 0000000..9124e89
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AboutBox1.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AddOrRemovePrograms.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AddOrRemovePrograms.resources
new file mode 100644
index 0000000..4ca6002
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AddOrRemovePrograms.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AttackEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AttackEditor.resources
new file mode 100644
index 0000000..4ca6002
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.AttackEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.BattleFrontierEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.BattleFrontierEditor.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.BattleFrontierEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.InputAttacks.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.InputAttacks.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.InputAttacks.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.JamboHackEvos.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.JamboHackEvos.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.JamboHackEvos.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.MainFrm.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.MainFrm.resources
new file mode 100644
index 0000000..4ca6002
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.MainFrm.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexDataEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexDataEditor.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexDataEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexOrderEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexOrderEditor.resources
new file mode 100644
index 0000000..3ceca3a
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.PokedexOrderEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Pokemonedit.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Pokemonedit.resources
new file mode 100644
index 0000000..3c7a932
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Pokemonedit.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.RSEStarterEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.RSEStarterEditor.resources
new file mode 100644
index 0000000..5d7e9aa
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.RSEStarterEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Resources.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Resources.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.Resources.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.TrustInfo.xml b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.TrustInfo.xml
new file mode 100644
index 0000000..e905414
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.TrustInfo.xml
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.application b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.application
new file mode 100644
index 0000000..6cea1fb
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.application
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Un8nbr7yyYhaL/B9fiDl5FBfdG0=
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe
new file mode 100644
index 0000000..99c8e68
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe.manifest b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe.manifest
new file mode 100644
index 0000000..e7cd8b4
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.exe.manifest
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mKjzv+80JEYjIt0WMpPHj4pqftw=
+
+
+
+
+
+
+
+
+
+ zmtMKrAEuvsQh2jJFtlCNruBIWE=
+
+
+
+
+
+
+
+
+ rPjxYWyVTxOTFNPtQSvhQ6KPzKY=
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.movetutor2.resources b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.movetutor2.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.movetutor2.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.pdb b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.pdb
new file mode 100644
index 0000000..8e8e630
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.pdb differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
index ebed2ea..c337304 100644
--- a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
@@ -119,3 +119,30 @@ C:\Users\Gamer2020\sources\PokemonGameEditor\GBAPokemonGameEditor\GBAPokemonGame
C:\Users\Gamer2020\sources\PokemonGameEditor\GBAPokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.application
C:\Users\Gamer2020\sources\PokemonGameEditor\GBAPokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbprojResolveAssemblyReference.cache
C:\Users\Gamer2020\sources\PokemonGameEditor\GBAPokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.GenerateResource.Cache
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.exe.config
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.exe.manifest
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.application
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.exe
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.pdb
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\bin\Debug\GBAPokemonGameEditor.xml
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.AbilityEdit.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.AboutBox1.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.AddOrRemovePrograms.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.AttackEditor.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.BattleFrontierEditor.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.InputAttacks.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.JamboHackEvos.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.MainFrm.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.movetutor2.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.Resources.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.PokedexDataEditor.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.PokedexOrderEditor.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.Pokemonedit.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.RSEStarterEditor.resources
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.GenerateResource.Cache
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.TrustInfo.xml
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.exe.manifest
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.application
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.exe
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.xml
+C:\Users\JOSEWORK\Documents\GitHub\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.pdb
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache
new file mode 100644
index 0000000..9964dfd
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.xml b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.xml
new file mode 100644
index 0000000..1c57df3
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.xml
@@ -0,0 +1,24 @@
+
+
+
+
+GBAPokemonGameEditor
+
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
\ No newline at end of file