diff --git a/.gitignore b/.gitignore
index d049347..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,260 +0,0 @@
-## Ignore Visual Studio temporary files, build results, and
-## files generated by popular Visual Studio add-ons.
-
-*.ide
-*.ide-wal
-*.ide-shm
-*.exe
-*.application
-*.manifest
-*.Cache
-
-# User-specific files
-*.suo
-*.user
-*.userosscache
-*.sln.docstates
-
-# User-specific files (MonoDevelop/Xamarin Studio)
-*.userprefs
-
-# Build results
-[Dd]ebug/
-[Dd]ebugPublic/
-[Rr]elease/
-[Rr]eleases/
-x64/
-x86/
-bld/
-[Bb]in/
-[Oo]bj/
-[Ll]og/
-
-# Visual Studio 2015 cache/options directory
-.vs/
-# Uncomment if you have tasks that create the project's static files in wwwroot
-#wwwroot/
-
-# MSTest test Results
-[Tt]est[Rr]esult*/
-[Bb]uild[Ll]og.*
-
-# NUNIT
-*.VisualState.xml
-TestResult.xml
-
-# Build Results of an ATL Project
-[Dd]ebugPS/
-[Rr]eleasePS/
-dlldata.c
-
-# DNX
-project.lock.json
-artifacts/
-
-*_i.c
-*_p.c
-*_i.h
-*.ilk
-*.meta
-*.obj
-*.pch
-*.pdb
-*.pgc
-*.pgd
-*.rsp
-*.sbr
-*.tlb
-*.tli
-*.tlh
-*.tmp
-*.tmp_proj
-*.log
-*.vspscc
-*.vssscc
-.builds
-*.pidb
-*.svclog
-*.scc
-
-# Chutzpah Test files
-_Chutzpah*
-
-# Visual C++ cache files
-ipch/
-*.aps
-*.ncb
-*.opendb
-*.opensdf
-*.sdf
-*.cachefile
-*.VC.db
-*.VC.VC.opendb
-
-# Visual Studio profiler
-*.psess
-*.vsp
-*.vspx
-*.sap
-
-# TFS 2012 Local Workspace
-$tf/
-
-# Guidance Automation Toolkit
-*.gpState
-
-# ReSharper is a .NET coding add-in
-_ReSharper*/
-*.[Rr]e[Ss]harper
-*.DotSettings.user
-
-# JustCode is a .NET coding add-in
-.JustCode
-
-# TeamCity is a build add-in
-_TeamCity*
-
-# DotCover is a Code Coverage Tool
-*.dotCover
-
-# NCrunch
-_NCrunch_*
-.*crunch*.local.xml
-nCrunchTemp_*
-
-# MightyMoose
-*.mm.*
-AutoTest.Net/
-
-# Web workbench (sass)
-.sass-cache/
-
-# Installshield output folder
-[Ee]xpress/
-
-# DocProject is a documentation generator add-in
-DocProject/buildhelp/
-DocProject/Help/*.HxT
-DocProject/Help/*.HxC
-DocProject/Help/*.hhc
-DocProject/Help/*.hhk
-DocProject/Help/*.hhp
-DocProject/Help/Html2
-DocProject/Help/html
-
-# Click-Once directory
-publish/
-
-# Publish Web Output
-*.[Pp]ublish.xml
-*.azurePubxml
-# TODO: Comment the next line if you want to checkin your web deploy settings
-# but database connection strings (with potential passwords) will be unencrypted
-*.pubxml
-*.publishproj
-
-# Microsoft Azure Web App publish settings. Comment the next line if you want to
-# checkin your Azure Web App publish settings, but sensitive information contained
-# in these scripts will be unencrypted
-PublishScripts/
-
-# NuGet Packages
-*.nupkg
-# The packages folder can be ignored because of Package Restore
-**/packages/*
-# except build/, which is used as an MSBuild target.
-!**/packages/build/
-# Uncomment if necessary however generally it will be regenerated when needed
-#!**/packages/repositories.config
-# NuGet v3's project.json files produces more ignoreable files
-*.nuget.props
-*.nuget.targets
-
-# Microsoft Azure Build Output
-csx/
-*.build.csdef
-
-# Microsoft Azure Emulator
-ecf/
-rcf/
-
-# Windows Store app package directories and files
-AppPackages/
-BundleArtifacts/
-Package.StoreAssociation.xml
-_pkginfo.txt
-
-# Visual Studio cache files
-# files ending in .cache can be ignored
-*.[Cc]ache
-# but keep track of directories ending in .cache
-!*.[Cc]ache/
-
-# Others
-ClientBin/
-~$*
-*~
-*.dbmdl
-*.dbproj.schemaview
-*.pfx
-*.publishsettings
-node_modules/
-orleans.codegen.cs
-
-# Since there are multiple workflows, uncomment next line to ignore bower_components
-# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
-#bower_components/
-
-# RIA/Silverlight projects
-Generated_Code/
-
-# Backup & report files from converting an old project file
-# to a newer Visual Studio version. Backup files are not needed,
-# because we have git ;-)
-_UpgradeReport_Files/
-Backup*/
-UpgradeLog*.XML
-UpgradeLog*.htm
-
-# SQL Server files
-*.mdf
-*.ldf
-
-# Business Intelligence projects
-*.rdl.data
-*.bim.layout
-*.bim_*.settings
-
-# Microsoft Fakes
-FakesAssemblies/
-
-# GhostDoc plugin setting file
-*.GhostDoc.xml
-
-# Node.js Tools for Visual Studio
-.ntvs_analysis.dat
-
-# Visual Studio 6 build log
-*.plg
-
-# Visual Studio 6 workspace options file
-*.opt
-
-# Visual Studio LightSwitch build output
-**/*.HTMLClient/GeneratedArtifacts
-**/*.DesktopClient/GeneratedArtifacts
-**/*.DesktopClient/ModelManifest.xml
-**/*.Server/GeneratedArtifacts
-**/*.Server/ModelManifest.xml
-_Pvt_Extensions
-
-# Paket dependency manager
-.paket/paket.exe
-paket-files/
-
-# FAKE - F# Make
-.fake/
-
-# JetBrains Rider
-.idea/
-*.sln.iml
diff --git a/.vs/GBAPokemonGameEditor/v15/.suo b/.vs/GBAPokemonGameEditor/v15/.suo
new file mode 100644
index 0000000..80deae6
Binary files /dev/null and b/.vs/GBAPokemonGameEditor/v15/.suo differ
diff --git a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/db.lock b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/db.lock
new file mode 100644
index 0000000..e69de29
diff --git a/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide
new file mode 100644
index 0000000..56758a8
Binary files /dev/null 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
new file mode 100644
index 0000000..332efed
Binary files /dev/null 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
new file mode 100644
index 0000000..7c05f34
Binary files /dev/null and b/.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal differ
diff --git a/GBAPokemonGameEditor/My Project/app.manifest b/GBAPokemonGameEditor/My Project/app.manifest
new file mode 100644
index 0000000..8131c54
--- /dev/null
+++ b/GBAPokemonGameEditor/My Project/app.manifest
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe b/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe
new file mode 100644
index 0000000..81f717a
Binary files /dev/null and b/GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..e23a6d7
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+3c28dccb3590a299f877aecd8a64b5acf689d462
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
new file mode 100644
index 0000000..4037600
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
@@ -0,0 +1,33 @@
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbprojAssemblyReference.cache
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AbilityAdder.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AbilityEdit.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AboutBox1.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AddOrRemovePrograms.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AttackEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.AttackAdder.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.BattleFrontierEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.EggMoveEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.HabitatEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.InputAttacks.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.ItemEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.MainFrm.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.movetutor2.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.Resources.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexDataEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexListEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokedexOrderEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.PokemonAdder.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.Pokemonedit.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.RomExpander.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.RSEStarterEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.SplashScreen1.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TMHMEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TradeEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TrainerEditor.resources
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.GenerateResource.cache
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\GBAPokemonGameEditor.vbproj.CoreCompileInputs.cache
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.TrustInfo.xml
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.exe.manifest
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.exe
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\PokemonGameEditor\GBAPokemonGameEditor\obj\x86\Debug\PokemonGameEditor.xml
+C:\Users\manma\Desktop\Shortcuts\Github\PokemongameEditorUpdate\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
new file mode 100644
index 0000000..3aa4010
Binary files /dev/null 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
new file mode 100644
index 0000000..380989b
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbprojAssemblyReference.cache differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityAdder.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityAdder.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityAdder.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityEdit.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityEdit.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AbilityEdit.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AboutBox1.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AboutBox1.resources
new file mode 100644
index 0000000..0609081
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AboutBox1.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AddOrRemovePrograms.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AddOrRemovePrograms.resources
new file mode 100644
index 0000000..4ca6002
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AddOrRemovePrograms.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackAdder.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackAdder.resources
new file mode 100644
index 0000000..8c9c6fd
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackAdder.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.AttackEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.BattleFrontierEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.BattleFrontierEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.BattleFrontierEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.EggMoveEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.HabitatEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.HabitatEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.HabitatEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.InputAttacks.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.InputAttacks.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.InputAttacks.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.ItemEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.ItemEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.ItemEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.MainFrm.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.MainFrm.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.MainFrm.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexDataEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexDataEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexDataEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexListEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexListEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexListEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexOrderEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexOrderEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokedexOrderEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokemonAdder.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokemonAdder.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.PokemonAdder.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Pokemonedit.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Pokemonedit.resources
new file mode 100644
index 0000000..a7a1b79
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Pokemonedit.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RSEStarterEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RSEStarterEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RSEStarterEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Resources.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Resources.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.Resources.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RomExpander.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RomExpander.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.RomExpander.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.SplashScreen1.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.SplashScreen1.resources
new file mode 100644
index 0000000..16f5c50
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.SplashScreen1.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TMHMEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TMHMEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TMHMEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TradeEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TradeEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TradeEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrainerEditor.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrainerEditor.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrainerEditor.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml
new file mode 100644
index 0000000..cd8b820
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.TrustInfo.xml
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe
new file mode 100644
index 0000000..81f717a
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.movetutor2.resources b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.movetutor2.resources
new file mode 100644
index 0000000..4137a78
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.movetutor2.resources differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb
new file mode 100644
index 0000000..a9b2592
Binary files /dev/null and b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb differ
diff --git a/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.xml b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.xml
new file mode 100644
index 0000000..5e84171
--- /dev/null
+++ b/GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.xml
@@ -0,0 +1,26 @@
+
+
+
+
+PokemonGameEditor
+
+
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
+ 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.
+
+
+
+