Skip to content

Commit

Permalink
Move to version 5.0.8
Browse files Browse the repository at this point in the history
- Mii foods section added (should fix issues #121 , #61 )
- An error when a traveler is restored fixed
  • Loading branch information
Brionjv committed Aug 11, 2022
1 parent fd7b376 commit d8f066c
Show file tree
Hide file tree
Showing 40 changed files with 18,658 additions and 468 deletions.
50 changes: 50 additions & 0 deletions Tomodachi Life Save Editor/My Project/Resources.Designer.vb

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

741 changes: 378 additions & 363 deletions Tomodachi Life Save Editor/My Project/Resources.resx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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 Tomodachi Life Save Editor/TLSE_hub.vb
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,22 @@ Public Class TLSE_hub
Menu_miiprofile.BackgroundImage = My.Resources.bbl_miiprofile
End Sub

Private Sub Text_menu_miifoods_Click(sender As Object, e As EventArgs) Handles Text_menu_miifoods.Click
If TLSE_logo_update.Visible = True Then
TLSE_miifoods.TLSE_logo_update.Visible = True
End If
TLSE_miifoods.Show()
Me.Close()
End Sub

Private Sub Text_menu_miifoods_MouseMove(sender As Object, e As MouseEventArgs) Handles Text_menu_miifoods.MouseMove
Menu_miifoods.BackgroundImage = My.Resources.bbl_miifoods_act
End Sub

Private Sub Text_menu_miifoods_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_miifoods.MouseLeave
Menu_miifoods.BackgroundImage = My.Resources.bbl_miifoods
End Sub

Private Sub Text_menu_miistatus_Click(sender As Object, e As EventArgs) Handles Text_menu_miistatus.Click
If TLSE_logo_update.Visible = True Then
TLSE_miistatus.TLSE_logo_update.Visible = True
Expand Down
Loading

0 comments on commit d8f066c

Please sign in to comment.