Skip to content

Commit

Permalink
Move to version EX-1.0.8
Browse files Browse the repository at this point in the history
- Restore Mii is now compatible with Miitopia Mii appareance files (Miitopia Save Editor)
  • Loading branch information
Brionjv committed May 1, 2022
1 parent 44e216f commit 88b3725
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project EX/Tomodachi Life Save Editor/TLSE_hub.Designer.vb

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

2 changes: 1 addition & 1 deletion Project EX/Tomodachi Life Save Editor/TLSE_manag_mii.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ Public Class TLSE_manag_mii
TLSE_dialog.ShowDialog()
If TLSE_dialog.DialogResult = DialogResult.OK Then
Dim open As New OpenFileDialog
open.Filter = "Tomodachi Life Mii|*.TLMII"
open.Filter = "Mii files|*.TLMII;*MIITOPIAMIIA"
open.Title = "Open compatible files"
open.ShowDialog()
TLMII = open.FileName
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Version_EX.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version EX-1.0.7
Version EX-1.0.8

0 comments on commit 88b3725

Please sign in to comment.