Skip to content

Commit

Permalink
Move to version 4.0.2 + EX-1.0.9
Browse files Browse the repository at this point in the history
- Export or import travelers added
- Errors in read Mii names (Export/import Mii) fixed
- Special travelers added

/!\ Travelers can't be reused for now (Travelers Edit not available)
  • Loading branch information
Brionjv committed May 4, 2022
1 parent 88b3725 commit f4455af
Show file tree
Hide file tree
Showing 46 changed files with 3,246 additions and 521 deletions.

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

578 changes: 292 additions & 286 deletions Project EX/Tomodachi Life Save Editor/My Project/Resources.resx

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 29 additions & 2 deletions 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.

16 changes: 16 additions & 0 deletions Project EX/Tomodachi Life Save Editor/TLSE_hub.vb
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,22 @@ Public Class TLSE_hub
Menu_items.BackgroundImage = My.Resources.bbl_items
End Sub

Private Sub Text_menu_travelers_Click(sender As Object, e As EventArgs) Handles Text_menu_travelers.Click
If TLSE_logo_update.Visible = True Then
TLSE_manag_travelers.TLSE_logo_update.Visible = True
End If
TLSE_manag_travelers.Show()
Me.Close()
End Sub

Private Sub Text_menu_travelers_MouseMove(sender As Object, e As MouseEventArgs) Handles Text_menu_travelers.MouseMove
Menu_travelers.BackgroundImage = My.Resources.bbl_manag_travelers_act
End Sub

Private Sub Text_menu_travelers_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_travelers.MouseLeave
Menu_travelers.BackgroundImage = My.Resources.bbl_manag_travelers
End Sub

Public Sub Hidemenu()
TLSE_menu.Visible = False
TLSE_menu_Miiedition.Visible = False
Expand Down
56 changes: 28 additions & 28 deletions Project EX/Tomodachi Life Save Editor/TLSE_manag_mii.Designer.vb

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

0 comments on commit f4455af

Please sign in to comment.