Skip to content

Commit

Permalink
Merge pull request #34 from codemonkey85/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
codemonkey85 committed May 31, 2014
2 parents ecbd22b + a4b18e9 commit 779c052
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 94 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
url = git://github.com/codemonkey85/PKMDS.git
[submodule "externals/PKMDS-Win32-DLL"]
path = externals/PKMDS-Win32-DLL
url = git@github.com:codemonkey85/PKMDS-Win32-DLL.git
url = git@github.com:codemonkey85/PKMDS-Win32-DLL
[submodule "externals/PKMDS-DB"]
path = externals/PKMDS-DB
url = git@github.com:codemonkey85/PKMDS-DB
[submodule "PKMDS-Win32-DLL"]
path = PKMDS-Win32-DLL
url = git@github.com:codemonkey85/PKMDS-Win32-DLL.git
[submodule "externals/PKMDS-Images"]
path = externals/PKMDS-Images
url = git@github.com:codemonkey85/PKMDS-Images

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
<Setting Name="veekunpokedex" Type="System.String" Scope="User">
<Value Profile="(Default)">veekun-pokedex.sqlite</Value>
</Setting>
<Setting Name="imagedb" Type="System.String" Scope="User">
<Value Profile="(Default)">images.sqlite</Value>
</Setting>
</Settings>
</SettingsFile>
3 changes: 0 additions & 3 deletions PKMDS-Save-Editor/PKMDS-Save-Editor/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<setting name="veekunpokedex" serializeAs="String">
<value>veekun-pokedex.sqlite</value>
</setting>
<setting name="imagedb" serializeAs="String">
<value>images.sqlite</value>
</setting>
</PKMDS_Save_Editor.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
105 changes: 83 additions & 22 deletions PKMDS-Save-Editor/PKMDS-Save-Editor/frmMain.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 779c052

Please sign in to comment.