Skip to content

Commit

Permalink
Fix backup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Brionjv committed Aug 26, 2017
1 parent a0b434a commit 06827a4
Show file tree
Hide file tree
Showing 13 changed files with 6,013 additions and 6,013 deletions.
30 changes: 15 additions & 15 deletions Miitopia Save Editor/Form1.Designer.vb

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

11,990 changes: 5,995 additions & 5,995 deletions Miitopia Save Editor/Form1.resx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Miitopia Save Editor/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4598,17 +4598,17 @@
If ComboBox4.SelectedItem = ComboBox4.Items.Item(0) Then
My.Computer.FileSystem.CopyFile(
hero,
applicationpath & "\bak\hero.sav\EUR\common.sav")
applicationpath & "\bak\hero.sav\EUR\hero.sav")
End If
If ComboBox4.SelectedItem = ComboBox4.Items.Item(1) Then
My.Computer.FileSystem.CopyFile(
hero,
applicationpath & "\bak\hero.sav\USA\common.sav")
applicationpath & "\bak\hero.sav\USA\hero.sav")
End If
If ComboBox4.SelectedItem = ComboBox4.Items.Item(2) Then
My.Computer.FileSystem.CopyFile(
hero,
applicationpath & "\bak\hero.sav\JPN\common.sav")
applicationpath & "\bak\hero.sav\JPN\hero.sav")
End If
Catch ex As Exception
End Try
Expand Down
Binary file modified Miitopia Save Editor/bin/Debug/Miitopia Save Editor.exe
Binary file not shown.
Binary file modified Miitopia Save Editor/bin/Debug/Miitopia Save Editor.pdb
Binary file not shown.
Binary file modified Miitopia Save Editor/bin/Release/Miitopia Save Editor.exe
Binary file not shown.
Binary file modified Miitopia Save Editor/bin/Release/Miitopia Save Editor.pdb
Binary file not shown.
Binary file modified Miitopia Save Editor/obj/Debug/Miitopia Save Editor.exe
Binary file not shown.
Binary file modified Miitopia Save Editor/obj/Debug/Miitopia Save Editor.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Miitopia Save Editor/obj/Release/Miitopia Save Editor.exe
Binary file not shown.
Binary file modified Miitopia Save Editor/obj/Release/Miitopia Save Editor.pdb
Binary file not shown.
Binary file not shown.

0 comments on commit 06827a4

Please sign in to comment.