Skip to content

Commit

Permalink
Move to ß5 3.0.5
Browse files Browse the repository at this point in the history
- Update Mii interaction feature (now update automatically end time interaction, can detect interactions)
- Add More interactions (some interactions not work properly for now, need to extract them to have good values)
  • Loading branch information
Brionjv committed Mar 9, 2019
1 parent 8d99415 commit a1596d0
Show file tree
Hide file tree
Showing 31 changed files with 1,378 additions and 643 deletions.
146 changes: 87 additions & 59 deletions Tomodachi-Life-Save-Editor/Form1.Designer.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tomodachi-Life-Save-Editor/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABo
DQAAAk1TRnQBSQFMAgEBBgEAAYgBBwGIAQcBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
DQAAAk1TRnQBSQFMAgEBBgEAAbgBBwG4AQcBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
AwABIAMAAQEBAAEgBgABIBYAA18B4AMWAR70AANcAd8DQAH9AVgBWQFYAeMBVwFcAVcB3wFXAlwB3wMt
AUboAAMhATADWQHyAcUBywHKAf8B0gLTAf8BpQKpAf8DYAHeAVkCXAHPAzcBW+QAA1gB7wHUAt0B/wH3
AvgB/wHQAtEB/wGlAqcB/wEAAYABAAH/AVsCXwHbAzoBYC8AAf8BjwGRAYAB/wGPAZEBAAH/AZABkQGA
Expand Down
1,567 changes: 1,122 additions & 445 deletions Tomodachi-Life-Save-Editor/Form1.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tomodachi-Life-Save-Editor/Items_edit.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ Public Class Items_edit
Public Sub writeunitems()
Try
If Check_clothingstp_bynumbers.Checked = True Or Check_clothingstp_available.Checked = True Or Check_clothingstp_notavailable.Checked = True Then
If TL_SaveEditor.Filever_text.Text = "EU" Then 'stpclothing
If TL_SaveEditor.Filever_text.Text = "EU" Then
Dim fs As New FileStream(savedataArc, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite)
For i As Integer = 0 To 7
fs.Position = &H60 + i
Expand Down
10 changes: 10 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.

275 changes: 139 additions & 136 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.
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Icon Tomodachi.ico" />
<None Include="Resources\apartment_phone.png" />
<None Include="Resources\apartment_vert.png" />
<None Include="Resources\apartment_outhouse.png" />
<None Include="Resources\apartment_out.png" />
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_phone">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_pink">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_phone">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_pink">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_phone">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
</summary>
</member><member name="P:Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_pink">
<summary>
Recherche une ressource localisée de type System.Drawing.Bitmap.
Expand Down
Loading

0 comments on commit a1596d0

Please sign in to comment.