diff --git a/Tomodachi-Life-Save-Editor/Form1.Designer.vb b/Tomodachi-Life-Save-Editor/Form1.Designer.vb
index 94e70e8..64711f7 100644
--- a/Tomodachi-Life-Save-Editor/Form1.Designer.vb
+++ b/Tomodachi-Life-Save-Editor/Form1.Designer.vb
@@ -480,19 +480,19 @@ Partial Class TL_SaveEditor
Me.valu_itemmii_6 = New System.Windows.Forms.NumericUpDown()
Me.valu_itemmii_5 = New System.Windows.Forms.NumericUpDown()
Me.Panel3 = New System.Windows.Forms.Panel()
+ Me.PictureBox6 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox4 = New System.Windows.Forms.PictureBox()
+ Me.valu_interacunknow = New System.Windows.Forms.NumericUpDown()
Me.valu_enddateinterac2 = New System.Windows.Forms.NumericUpDown()
Me.valu_enddateinterac = New System.Windows.Forms.NumericUpDown()
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
- Me.Check_patchendinterac = New System.Windows.Forms.CheckBox()
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.Title_place_2 = New System.Windows.Forms.Label()
Me.Title_place_1 = New System.Windows.Forms.Label()
Me.Panel20 = New System.Windows.Forms.Panel()
Me.valu_place_2 = New System.Windows.Forms.NumericUpDown()
- Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Panel21 = New System.Windows.Forms.Panel()
Me.valu_place_1 = New System.Windows.Forms.NumericUpDown()
- Me.ComboBox3 = New System.Windows.Forms.ComboBox()
Me.AdvH_interaction2 = New System.Windows.Forms.PictureBox()
Me.Title_interaction2 = New System.Windows.Forms.Label()
Me.Icon_interaction2 = New System.Windows.Forms.PictureBox()
@@ -1022,6 +1022,7 @@ Partial Class TL_SaveEditor
Me.Specharac3ds_icon = New System.Windows.Forms.PictureBox()
Me.Panel_uncheckupdate = New System.Windows.Forms.Panel()
Me.Icon_uncheckupdate = New System.Windows.Forms.PictureBox()
+ Me.Text_notinteraction = New System.Windows.Forms.TextBox()
Me.TLSE_header.SuspendLayout
CType(Me.TLSE_title,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Closebutton,System.ComponentModel.ISupportInitialize).BeginInit
@@ -1375,6 +1376,9 @@ Partial Class TL_SaveEditor
CType(Me.valu_itemmii_6,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.valu_itemmii_5,System.ComponentModel.ISupportInitialize).BeginInit
Me.Panel3.SuspendLayout
+ CType(Me.PictureBox6,System.ComponentModel.ISupportInitialize).BeginInit
+ CType(Me.PictureBox4,System.ComponentModel.ISupportInitialize).BeginInit
+ CType(Me.valu_interacunknow,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.valu_enddateinterac2,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.valu_enddateinterac,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.PictureBox5,System.ComponentModel.ISupportInitialize).BeginInit
@@ -4428,8 +4432,9 @@ Partial Class TL_SaveEditor
Me.Changelog.Name = "Changelog"
Me.Changelog.Size = New System.Drawing.Size(468, 342)
Me.Changelog.TabIndex = 1
- Me.Changelog.Text = "Patch end time interaction will be now uncheck when Mii selected is change"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"Add M"& _
- "ore interactions (some interactions not work properly for now, need more test)"
+ Me.Changelog.Text = "Update Mii interaction feature (now update automatically end time interaction)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "A" & _
+ "dd More interactions (some interactions not work properly for now, need to extra" & _
+ "ct them to have good values)"
Me.Changelog.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Text_TLSE_version
@@ -4439,7 +4444,7 @@ Partial Class TL_SaveEditor
Me.Text_TLSE_version.Name = "Text_TLSE_version"
Me.Text_TLSE_version.Size = New System.Drawing.Size(471, 13)
Me.Text_TLSE_version.TabIndex = 0
- Me.Text_TLSE_version.Text = "ß4 Version 3.0.5"
+ Me.Text_TLSE_version.Text = "ß5 Version 3.0.5"
Me.Text_TLSE_version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Settings_credits
@@ -7009,10 +7014,12 @@ Partial Class TL_SaveEditor
'Panel3
'
Me.Panel3.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_apartment
+ Me.Panel3.Controls.Add(Me.PictureBox6)
+ Me.Panel3.Controls.Add(Me.PictureBox4)
+ Me.Panel3.Controls.Add(Me.valu_interacunknow)
Me.Panel3.Controls.Add(Me.valu_enddateinterac2)
Me.Panel3.Controls.Add(Me.valu_enddateinterac)
Me.Panel3.Controls.Add(Me.CheckBox2)
- Me.Panel3.Controls.Add(Me.Check_patchendinterac)
Me.Panel3.Controls.Add(Me.PictureBox5)
Me.Panel3.Controls.Add(Me.Title_place_2)
Me.Panel3.Controls.Add(Me.Title_place_1)
@@ -7042,6 +7049,42 @@ Partial Class TL_SaveEditor
Me.Panel3.Size = New System.Drawing.Size(574, 167)
Me.Panel3.TabIndex = 177
'
+ 'PictureBox6
+ '
+ Me.PictureBox6.BackColor = System.Drawing.Color.Transparent
+ Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Help
+ Me.PictureBox6.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
+ Me.PictureBox6.Location = New System.Drawing.Point(246, 46)
+ Me.PictureBox6.Name = "PictureBox6"
+ Me.PictureBox6.Size = New System.Drawing.Size(23, 22)
+ Me.PictureBox6.TabIndex = 275
+ Me.PictureBox6.TabStop = false
+ Me.PictureBox6.Visible = false
+ '
+ 'PictureBox4
+ '
+ Me.PictureBox4.BackColor = System.Drawing.Color.Transparent
+ Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Help
+ Me.PictureBox4.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
+ Me.PictureBox4.Location = New System.Drawing.Point(125, 46)
+ Me.PictureBox4.Name = "PictureBox4"
+ Me.PictureBox4.Size = New System.Drawing.Size(23, 22)
+ Me.PictureBox4.TabIndex = 274
+ Me.PictureBox4.TabStop = false
+ Me.PictureBox4.Visible = false
+ '
+ 'valu_interacunknow
+ '
+ Me.valu_interacunknow.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_interacunknow.Hexadecimal = true
+ Me.valu_interacunknow.Location = New System.Drawing.Point(158, 49)
+ Me.valu_interacunknow.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
+ Me.valu_interacunknow.Name = "valu_interacunknow"
+ Me.valu_interacunknow.Size = New System.Drawing.Size(86, 16)
+ Me.valu_interacunknow.TabIndex = 273
+ Me.valu_interacunknow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_interacunknow.Visible = false
+ '
'valu_enddateinterac2
'
Me.valu_enddateinterac2.BorderStyle = System.Windows.Forms.BorderStyle.None
@@ -7058,7 +7101,7 @@ Partial Class TL_SaveEditor
'
Me.valu_enddateinterac.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.valu_enddateinterac.Hexadecimal = true
- Me.valu_enddateinterac.Location = New System.Drawing.Point(202, 47)
+ Me.valu_enddateinterac.Location = New System.Drawing.Point(35, 49)
Me.valu_enddateinterac.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
Me.valu_enddateinterac.Name = "valu_enddateinterac"
Me.valu_enddateinterac.Size = New System.Drawing.Size(86, 16)
@@ -7077,17 +7120,6 @@ Partial Class TL_SaveEditor
Me.CheckBox2.Text = "Patch Interaction 2 end time"
Me.CheckBox2.UseVisualStyleBackColor = true
'
- 'Check_patchendinterac
- '
- Me.Check_patchendinterac.AutoSize = true
- Me.Check_patchendinterac.ForeColor = System.Drawing.SystemColors.ControlLightLight
- Me.Check_patchendinterac.Location = New System.Drawing.Point(35, 47)
- Me.Check_patchendinterac.Name = "Check_patchendinterac"
- Me.Check_patchendinterac.Size = New System.Drawing.Size(150, 17)
- Me.Check_patchendinterac.TabIndex = 269
- Me.Check_patchendinterac.Text = "Patch Interaction end time"
- Me.Check_patchendinterac.UseVisualStyleBackColor = true
- '
'PictureBox5
'
Me.PictureBox5.BackColor = System.Drawing.Color.Transparent
@@ -7126,7 +7158,6 @@ Partial Class TL_SaveEditor
'
Me.Panel20.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
Me.Panel20.Controls.Add(Me.valu_place_2)
- Me.Panel20.Controls.Add(Me.ComboBox2)
Me.Panel20.Location = New System.Drawing.Point(337, 139)
Me.Panel20.Name = "Panel20"
Me.Panel20.Size = New System.Drawing.Size(90, 25)
@@ -7142,24 +7173,10 @@ Partial Class TL_SaveEditor
Me.valu_place_2.TabIndex = 186
Me.valu_place_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'ComboBox2
- '
- Me.ComboBox2.Cursor = System.Windows.Forms.Cursors.Hand
- Me.ComboBox2.DisplayMember = "0"
- Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.ComboBox2.FormattingEnabled = true
- Me.ComboBox2.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
- Me.ComboBox2.Location = New System.Drawing.Point(2, 1)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(86, 21)
- Me.ComboBox2.TabIndex = 1
- '
'Panel21
'
Me.Panel21.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
Me.Panel21.Controls.Add(Me.valu_place_1)
- Me.Panel21.Controls.Add(Me.ComboBox3)
Me.Panel21.Location = New System.Drawing.Point(336, 96)
Me.Panel21.Name = "Panel21"
Me.Panel21.Size = New System.Drawing.Size(90, 25)
@@ -7175,19 +7192,6 @@ Partial Class TL_SaveEditor
Me.valu_place_1.TabIndex = 186
Me.valu_place_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'ComboBox3
- '
- Me.ComboBox3.Cursor = System.Windows.Forms.Cursors.Hand
- Me.ComboBox3.DisplayMember = "0"
- Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.ComboBox3.FormattingEnabled = true
- Me.ComboBox3.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
- Me.ComboBox3.Location = New System.Drawing.Point(2, 1)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(86, 21)
- Me.ComboBox3.TabIndex = 1
- '
'AdvH_interaction2
'
Me.AdvH_interaction2.BackColor = System.Drawing.Color.Transparent
@@ -7251,7 +7255,7 @@ Partial Class TL_SaveEditor
Me.Select_interaction2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Select_interaction2.FormattingEnabled = true
Me.Select_interaction2.Items.AddRange(New Object() {"""Show hidden things"" in settings is needed", "Is in", "Is in {Mii} house", "Is in his house", "Is in amusement park"})
- Me.Select_interaction2.Location = New System.Drawing.Point(2, 1)
+ Me.Select_interaction2.Location = New System.Drawing.Point(2, 2)
Me.Select_interaction2.Name = "Select_interaction2"
Me.Select_interaction2.Size = New System.Drawing.Size(290, 21)
Me.Select_interaction2.TabIndex = 112
@@ -7442,7 +7446,7 @@ Partial Class TL_SaveEditor
Me.Select_target2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Select_target2.FormattingEnabled = true
Me.Select_target2.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
- Me.Select_target2.Location = New System.Drawing.Point(2, 1)
+ Me.Select_target2.Location = New System.Drawing.Point(2, 2)
Me.Select_target2.Name = "Select_target2"
Me.Select_target2.Size = New System.Drawing.Size(86, 21)
Me.Select_target2.TabIndex = 1
@@ -7476,7 +7480,7 @@ Partial Class TL_SaveEditor
Me.Select_target1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Select_target1.FormattingEnabled = true
Me.Select_target1.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
- Me.Select_target1.Location = New System.Drawing.Point(2, 1)
+ Me.Select_target1.Location = New System.Drawing.Point(2, 2)
Me.Select_target1.Name = "Select_target1"
Me.Select_target1.Size = New System.Drawing.Size(86, 21)
Me.Select_target1.TabIndex = 1
@@ -7486,9 +7490,10 @@ Partial Class TL_SaveEditor
Me.Panel17.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
Me.Panel17.Controls.Add(Me.valu_interaction)
Me.Panel17.Controls.Add(Me.Select_interaction)
+ Me.Panel17.Controls.Add(Me.Text_notinteraction)
Me.Panel17.Location = New System.Drawing.Point(33, 21)
Me.Panel17.Name = "Panel17"
- Me.Panel17.Size = New System.Drawing.Size(442, 25)
+ Me.Panel17.Size = New System.Drawing.Size(441, 25)
Me.Panel17.TabIndex = 159
'
'valu_interaction
@@ -7496,7 +7501,7 @@ Partial Class TL_SaveEditor
Me.valu_interaction.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.valu_interaction.Hexadecimal = true
Me.valu_interaction.Location = New System.Drawing.Point(104, 4)
- Me.valu_interaction.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_interaction.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
Me.valu_interaction.Name = "valu_interaction"
Me.valu_interaction.Size = New System.Drawing.Size(86, 16)
Me.valu_interaction.TabIndex = 187
@@ -7512,10 +7517,15 @@ Partial Class TL_SaveEditor
Me.Select_interaction.FormattingEnabled = true
Me.Select_interaction.IntegralHeight = false
Me.Select_interaction.ItemHeight = 13
- Me.Select_interaction.Items.AddRange(New Object() {"Nothing", "I'm starving", "I'd like ??? ??? (foods)", "I'd like some dessert", "I'm feeling thirsty", "I'd like to eat something sweet", "I'm in the mood for something spicy", "I wanna eat something salty", "I would like to eat something sour", "I'm in the mood for some greasy food", "I'd like to eat something cold", "I'd like to eat something warm", "I've got a craving for sweets", "I'd like to eat some fruit", "I want to eat some vegetables", "I'd like something with rice", "I feel like eating some bread", "I'd like to eat something meaty", "I have a craving for seefood", "I want some food with eggs", "I feel like eating Japanese food", "I feel like eating American food", "I feel like eating Chinese food", "I feel like eating Italian food", "I'm in the mood for noodles", "I'd love to eat something posh", "I'd like to eat something British", "I'd like to eat something French", "I'd like to eat something German", "I'd like to eat something Spanish", "I'd like to eat something Korean", "I could eat anything !", "I'm starving (1)", "I'm really hungry !", "I'm hungry !", "I'd like some new clothes", "I want ??? ??? (clothes)", "I'd like some new clothes (something warm)", "I'd like some new clothes (something light)", "I'd like some new clothes (something flashy)", "I'd like some new clothes (something simple)", "I'd like some new clothes (something formal)", "I'd like some new clothes (something casual)", "I'd like some new clothes (something cute)", "I'd like some new clothes (they have to be HOT!)", "I'd like some new clothes (something stylish)", "I'd like some new clothes (frumpy could work...)", "I'd like some new clothes that are unique…", "I'd like some new clothes that are safe and plain…", "I'd like some new clothes (mood for a skirt)", "I'd like some new clothes (wear to work)", "I'd like some new clothes (wear while doing sports)", "I'd like a new hat", "I'd like ??? ??? (hats)", "I could use a warm hat", "I'd like a flashy hat", "I'm after a plain-looking hat", "I need a formal hat", "I'd like a casual-looking hat", "I've got to have a cute hat", "I want a cool hat", "I'd like something ugly on my head", "I'd like something unique for my head", "I'd like to try on a hat that's plain and safe", "I need a hat I can use for sports", "I want something to wear on my head", "I need something cute for my head", "I'm after something strange to put on my head", "I need some kind of hair accessory", "I want a cute hair accessory", "I'd like a new look for my room", "I want to be friends with {Mii}", "I heard that {Mii} wants to be friends", "I've got feelings for {Mii} I want to tell him", "I think {Mii} likes me. What do you think ?", "I think {Mii} needs a special someone... How about setting them up with {Mii}", "Why would {Mii} want me to go out with… {Mii} ?", "I've got feelings for{Mii} and {Mii}. Who do you think I should tell my feelings "& _
- "to ?", "_Show heart in windows but freeze_", "I'd like take {Mii} on a date. Where should we go ?", "I want to propose to {Mii}. Do you think I should ?", "{Call you in phone and freeze game_not work for now_probably have a baby}", "I had a fight with {Mii} ! I'm so mad !", "I had a huge fight with {Mii} and now I really, really mad !", "{Mii} had a fight with {Mii} and won't make up", "Divorce and break target's heart (target's will have a blue icon in windows)", "Sad : love rejected", "{Mii} rejected me but I'm not going to give up ! I have to try again. What do you"& _
- " think ?", "I'll never be able to get those happy times back again", "I feel like I've got a big hole in my heart since we broke up", "I'm just not good enough…", "Life is tougher than I expected…", "I should look for someone new…", "I guess this was just meant to be", "I'm going to say {Cathphrase} when I happy. What do you think ?", "I'm going to say {Cathphrase} when I angry. What do you think ?", "What should I say when I feel down ?", "I'm going to say {Cathphrase} when I'm worry. What do you think ?", "I'd like to have a disposable camera", "I want to take a bath", "I've got a cold…", "My tummy doesn't feel too good…", "I'd love to change my hair colour", "I wish I were older", "I wish I were younger", "Please look inside my tummy", "Look inside my head", "I want to sneeze but I can't …", "I don't really know anything about {Mii}. What do you thing about {Mii} and me ?"})
- Me.Select_interaction.Location = New System.Drawing.Point(2, 1)
+ Me.Select_interaction.Items.AddRange(New Object() {"Nothing", "I'm starving", "I'd like {foods}", "I'd like some dessert", "I'm feeling thirsty", "I'd like to eat something sweet", "I'm in the mood for something spicy", "I wanna eat something salty", "I would like to eat something sour", "I'm in the mood for some greasy food", "I'd like to eat something cold", "I'd like to eat something warm", "I've got a craving for sweets", "I'd like to eat some fruit", "I want to eat some vegetables", "I'd like something with rice", "I feel like eating some bread", "I'd like to eat something meaty", "I have a craving for seefood", "I want some food with eggs", "I feel like eating Japanese food", "I feel like eating American food", "I feel like eating Chinese food", "I feel like eating Italian food", "I'm in the mood for noodles", "I'd love to eat something posh", "_Would like to eat something but say nothing_", "_Would like to eat something but say nothing (1)_", "I'd like to eat something British", "I'd like to eat something French", "I'd like to eat something German", "I'd like to eat something Spanish", "_Would like to eat something but say nothing (2)_", "I'd like to eat something Korean", "I could eat anything !", "I'm starving", "I'm really hungry !", "I'm hungry !", "I'd like some new clothes", "I want {clothes}", "I'd like some new clothes (something warm)", "I'd like some new clothes (something light)", "I'd like some new clothes (something flashy)", "I'd like some new clothes (something simple)", "I'd like some new clothes (something formal)", "I'd like some new clothes (something casual)", "I'd like some new clothes (something cute)", "I'd like some new clothes (they have to be HOT!)", "I'd like some new clothes (something stylish)", "I'd like some new clothes (frumpy could work...)", "I'd like some new clothes that are unique…", "I'd like some new clothes that are safe and plain…", "I'd like some new clothes (mood for a skirt)", "I'd like some new clothes (wear to work)", "I'd like some new clothes (wear while doing sports)", "I'd like a new hat", "I'd like {hats}", "I could use a warm hat", "I'd like a flashy hat", "I'm after a plain-looking hat", "I need a formal hat", "I'd like a casual-looking hat", "I've got to have a cute hat", "I want a cool hat", "I'd like something ugly on my head", "I'd like something unique for my head", "I'd like to try on a hat that's plain and safe", "I need a hat I can use for sports", "I want something to wear on my head", "I need something cute for my head", "I'm after something strange to put on my head", "I need some kind of hair accessory", "I want a cute hair accessory", "I'd like a new look for my room", "I want to be friends with {Mii}", "I heard that {Mii} wants to be friends", "I've got feelings for {Mii} I want to tell him", "I think {Mii} likes me. What do you think ?", "I think {Mii} needs a special someone... How about setting them up with {Mii}", "Why would {Mii} want me to go out with… {Mii} ?", "I've got feelings for{Mii} and {Mii}. Who do you think I should tell my feelings "& _
+ "to ?", "_Show heart in windows but freeze_", "I'd like take {Mii} on a date. Where should we go ?", "I want to propose to {Mii}. Do you think I should ?", "I've been thinking about having a child with {Mii}…", "{Mii} and I have a baby", "{Baby} has been grown-up", "I had a fight with {Mii} ! I'm so mad !", "I had a huge fight with {Mii} and now I really, really mad !", "{Mii} had a fight with {Mii} and won't make up", "I don't want to fight with {Mii} any more.", "Target : I'll never be able to get those happy times back again", "Divorce and break target's heart", "Sad : love rejected", "{Mii} rejected me but I'm not going to give up ! I have to try again. What do you"& _
+ " think ?", "I'll never be able to get those happy times back again", "I feel like I've got a big hole in my heart since we broke up", "I'm just not good enough…", "Life is tougher than I expected…", "I should look for someone new…", "I guess this was just meant to be", "I'm going to say {Cathphrase} when I happy. What do you think ?", "I'm going to say {Cathphrase} when I angry. What do you think ?", "What should I say when I feel down ?", "I'm going to say {Cathphrase} when I'm worry. What do you think ?", "I'd like to have a disposable camera", "I want to take a bath", "I've got a cold…", "My tummy doesn't feel too good…", "I'd love to change my hair colour", "I wish I were older", "I wish I were younger", "Please look inside my tummy", "Look inside my head", "I want to sneeze but I can't …", "I don't really know anything about {Mii}. What do you thing about {Mii} and me ?", "I think I'm really good friends with {Mii}", "I think that {Mii} is a pretty good friend. What do you thing about {Mii} and me "& _
+ "?", "I think that I have something really special with {Mii}. What do you thing about"& _
+ " {Mii} and me ?", "I think that {Mii} and I are a pretty close couple. What do you thing about {Mii"& _
+ "} and me ?", "What subject are you beast at, {You} lookalike ?", "I getting lonely here on this island, It'd be nice to have some company…", "I decided to donate some money to help improve this island. Go and have a look", "I'm starving (Travelers)", "I must be pretty stinky right now…", "My nose feels runny. I must be getting hay fever…", "I thought it tasted a bit funny at first. I shouldn't have eaten it…", "Thinking about home made me a bit homesick, but I'm OK…", "I made friends with somebody called {Mii}. {Mii} was so interested in my stories,"& _
+ " should I tell them more ?", "A mosquito got into my tent…", "I'm so famished I can hardly move…", "I've got a sore throat…", "I got a letter from someone to meet them on the roof… I don't know who wrote it… "& _
+ "Should I go ?", "I loss something very important", "Hey… Actually… I need… ah… {money} as soon as possible !", "Thanks for your help the other day", "Check out my impression of {Mii}", "Do you want to hear something about my special someone ?", "Would you like to see a weird face that I've been practising ?"})
+ Me.Select_interaction.Location = New System.Drawing.Point(2, 2)
Me.Select_interaction.Name = "Select_interaction"
Me.Select_interaction.Size = New System.Drawing.Size(437, 21)
Me.Select_interaction.TabIndex = 112
@@ -13178,6 +13188,19 @@ Partial Class TL_SaveEditor
Me.Icon_uncheckupdate.TabIndex = 0
Me.Icon_uncheckupdate.TabStop = false
'
+ 'Text_notinteraction
+ '
+ Me.Text_notinteraction.BackColor = System.Drawing.SystemColors.ControlLightLight
+ Me.Text_notinteraction.Cursor = System.Windows.Forms.Cursors.Arrow
+ Me.Text_notinteraction.Enabled = false
+ Me.Text_notinteraction.Location = New System.Drawing.Point(2, 2)
+ Me.Text_notinteraction.Name = "Text_notinteraction"
+ Me.Text_notinteraction.ReadOnly = true
+ Me.Text_notinteraction.Size = New System.Drawing.Size(437, 20)
+ Me.Text_notinteraction.TabIndex = 276
+ Me.Text_notinteraction.Text = "This interaction is not listed. You can extract him and share it"
+ Me.Text_notinteraction.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
'TL_SaveEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
@@ -13595,6 +13618,9 @@ Partial Class TL_SaveEditor
CType(Me.valu_itemmii_5,System.ComponentModel.ISupportInitialize).EndInit
Me.Panel3.ResumeLayout(false)
Me.Panel3.PerformLayout
+ CType(Me.PictureBox6,System.ComponentModel.ISupportInitialize).EndInit
+ CType(Me.PictureBox4,System.ComponentModel.ISupportInitialize).EndInit
+ CType(Me.valu_interacunknow,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.valu_enddateinterac2,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.valu_enddateinterac,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.PictureBox5,System.ComponentModel.ISupportInitialize).EndInit
@@ -13620,6 +13646,7 @@ Partial Class TL_SaveEditor
Me.Panel_target1.ResumeLayout(false)
CType(Me.valu_target1,System.ComponentModel.ISupportInitialize).EndInit
Me.Panel17.ResumeLayout(false)
+ Me.Panel17.PerformLayout
CType(Me.valu_interaction,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.valu_itemmii_1,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.valu_itemmii_4,System.ComponentModel.ISupportInitialize).EndInit
@@ -14874,13 +14901,10 @@ End Sub
Friend WithEvents Title_place_1 As System.Windows.Forms.Label
Friend WithEvents Panel20 As System.Windows.Forms.Panel
Friend WithEvents valu_place_2 As System.Windows.Forms.NumericUpDown
- Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents Panel21 As System.Windows.Forms.Panel
Friend WithEvents valu_place_1 As System.Windows.Forms.NumericUpDown
- Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents Select_miihouse As System.Windows.Forms.ComboBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
- Friend WithEvents Check_patchendinterac As System.Windows.Forms.CheckBox
Friend WithEvents valu_interaction2 As System.Windows.Forms.NumericUpDown
Friend WithEvents valu_interaction As System.Windows.Forms.NumericUpDown
Friend WithEvents Title_lastdatesave As System.Windows.Forms.Label
@@ -14888,5 +14912,9 @@ End Sub
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents valu_enddateinterac2 As System.Windows.Forms.NumericUpDown
Friend WithEvents valu_enddateinterac As System.Windows.Forms.NumericUpDown
+ Friend WithEvents valu_interacunknow As System.Windows.Forms.NumericUpDown
+ Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox
+ Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
+ Friend WithEvents Text_notinteraction As System.Windows.Forms.TextBox
End Class
diff --git a/Tomodachi-Life-Save-Editor/Form1.resx b/Tomodachi-Life-Save-Editor/Form1.resx
index 5e9f5c8..20ae352 100644
--- a/Tomodachi-Life-Save-Editor/Form1.resx
+++ b/Tomodachi-Life-Save-Editor/Form1.resx
@@ -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
diff --git a/Tomodachi-Life-Save-Editor/Form1.vb b/Tomodachi-Life-Save-Editor/Form1.vb
index 68a7618..7fbacb6 100644
--- a/Tomodachi-Life-Save-Editor/Form1.vb
+++ b/Tomodachi-Life-Save-Editor/Form1.vb
@@ -326,6 +326,7 @@ Public Class TL_SaveEditor
Dim accessrelationship As String
Dim Enddateinterac As String
Dim Enddateinterac2 As String
+ Dim Interacunknow As String
Private Sub hidepanels()
Panel_islandedit.Visible = False
@@ -2515,12 +2516,15 @@ Public Class TL_SaveEditor
Reader.Position = &H22A6 + Accessmii
Miimusic = Reader.Position
valu_allmusic.Value = Reader.ReadByte
+ Reader.Position = &H29AC0 + Accessfriends 'Mii friendlist
+ Miiinteraction = Reader.Position
+ valu_interaction.Value = Reader.ReadUInt16
+ Reader.Position = &H29AC2 + Accessfriends 'Mii friendlist
+ Interacunknow = Reader.Position
+ valu_interacunknow.Value = Reader.ReadUInt16
Reader.Position = &H29AB8 + Accessfriends 'Mii friendlist
Enddateinterac = Reader.Position
valu_enddateinterac.Value = Reader.ReadUInt32
- Reader.Position = &H29AC0 + Accessfriends 'Mii friendlist
- Miiinteraction = Reader.Position
- valu_interaction.Value = Reader.ReadUInt32
Reader.Position = &H29AC4 + Accessfriends 'Mii friendlist
Miitarget1 = Reader.Position
valu_target1.Value = Reader.ReadUInt16
@@ -2688,12 +2692,15 @@ Public Class TL_SaveEditor
Reader.Position = &H21A6 + Accessmii
Miimusic = Reader.Position
valu_allmusic.Value = Reader.ReadByte
+ Reader.Position = &H24950 + Accessfriends 'Mii friendlist
+ Miiinteraction = Reader.Position
+ valu_interaction.Value = Reader.ReadUInt16
+ Reader.Position = &H24952 + Accessfriends 'Mii friendlist
+ Interacunknow = Reader.Position
+ valu_interacunknow.Value = Reader.ReadUInt16
Reader.Position = &H24948 + Accessfriends 'Mii friendlist
Enddateinterac = Reader.Position
valu_enddateinterac.Value = Reader.ReadUInt32
- Reader.Position = &H24950 + Accessfriends 'Mii friendlist
- Miiinteraction = Reader.Position
- valu_interaction.Value = Reader.ReadUInt32
Reader.Position = &H24954 + Accessfriends 'Mii friendlist
Miitarget1 = Reader.Position
valu_target1.Value = Reader.ReadUInt16
@@ -3223,7 +3230,9 @@ Public Class TL_SaveEditor
Writer.Position = econom
Writer.WriteUInt32(valu_economy.Value)
Writer.Position = Miiinteraction
- Writer.WriteUInt32(valu_interaction.Value)
+ Writer.WriteUInt16(valu_interaction.Value)
+ Writer.Position = Interacunknow
+ Writer.WriteUInt16(valu_interacunknow.Value)
Writer.Position = Enddateinterac
Writer.WriteUInt32(valu_enddateinterac.Value)
Writer.Position = Miitarget1
@@ -7025,6 +7034,7 @@ Public Class TL_SaveEditor
valu_miihouse.Visible = True
valu_interaction.Visible = True
valu_enddateinterac.Visible = True
+ valu_interacunknow.Visible = True
If Filever_text.Text = "EU" Or Filever_text.Text = "US" Then
Select_allfav_1.Visible = False
Select_allfav_2.Visible = False
@@ -7195,6 +7205,7 @@ Public Class TL_SaveEditor
valu_miihouse.Visible = False
valu_interaction.Visible = False
valu_enddateinterac.Visible = False
+ valu_interacunknow.Visible = False
If Filever_text.Text = "EU" Or Filever_text.Text = "US" Then
Select_allfav_1.Visible = True
Select_allfav_2.Visible = True
@@ -9248,7 +9259,6 @@ Public Class TL_SaveEditor
Select_fav_3.SelectedItem = Select_fav_US3.Items.Item(0)
Select_worst_1.SelectedItem = Select_worst_US1.Items.Item(0)
Select_worst_2.SelectedItem = Select_worst_US2.Items.Item(0)
- Check_patchendinterac.Checked = False
If Filever_text.Text = "EU" Or Filever_text.Text = "US" Or Filever_text.Text = "KR" Then
If Select_mii.SelectedItem = Select_mii.Items.Item(0) Then
Accessmii = &H0
@@ -34604,809 +34614,1193 @@ Public Class TL_SaveEditor
Select_target2.Visible = False
valu_target1.Visible = True
valu_target2.Visible = True
+ Icon_interaction.Visible = True
+ Select_interaction.Visible = True
If Select_interaction.SelectedItem = Select_interaction.Items.Item(0) Then
- valu_interaction.Value = &HC000000
- Icon_interaction.Visible = False
+ valu_enddateinterac.Value = 0
+ valu_interaction.Value = 0
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ valu_target2.Enabled = True
+ Icon_interaction.Visible = False
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(1) Then
- valu_interaction.Value = &HC000100
- Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H100
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(2) Then
- valu_interaction.Value = &HC000101
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(2) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H101
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(3) Then
- valu_interaction.Value = &HC000102
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(3) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H102
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(4) Then
- valu_interaction.Value = &HC000103
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(4) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H103
+ valu_interacunknow.Value = &HC01
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(5) Then
- valu_interaction.Value = &HC000104
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(5) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H104
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(6) Then
- valu_interaction.Value = &HC000105
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(6) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H105
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(7) Then
- valu_interaction.Value = &HC000106
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(7) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H106
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(8) Then
- valu_interaction.Value = &HC000107
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(8) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H107
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(9) Then
- valu_interaction.Value = &HC000108
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(9) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H108
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(10) Then
- valu_interaction.Value = &HC000109
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(10) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H109
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(11) Then
- valu_interaction.Value = &HC00010A
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(11) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(12) Then
- valu_interaction.Value = &HC00010B
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(12) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(13) Then
- valu_interaction.Value = &HC00010C
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(13) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(14) Then
- valu_interaction.Value = &HC00010D
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(14) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(15) Then
- valu_interaction.Value = &HC00010E
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(15) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10E
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(16) Then
- valu_interaction.Value = &HC00010F
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(16) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H10F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(17) Then
- valu_interaction.Value = &HC000110
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(17) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H110
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(18) Then
- valu_interaction.Value = &HC000111
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(18) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H111
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(19) Then
- valu_interaction.Value = &HC000112
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(19) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H112
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(20) Then
- valu_interaction.Value = &HC000113
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(20) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H113
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(21) Then
- valu_interaction.Value = &HC000114
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(21) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H114
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(22) Then
- valu_interaction.Value = &HC000115
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(22) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H115
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(23) Then
- valu_interaction.Value = &HC000116
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(23) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H116
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(24) Then
- valu_interaction.Value = &HC000117
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(24) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H117
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(25) Then
- valu_interaction.Value = &HC000118
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(25) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H118
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(26) Then
- valu_interaction.Value = &HC00011B
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(26) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H119
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(27) Then
- valu_interaction.Value = &HC00011C
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(27) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(28) Then
- valu_interaction.Value = &HC00011D
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(28) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(29) Then
- valu_interaction.Value = &HC00011E
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(29) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(30) Then
- valu_interaction.Value = &HC000120
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(30) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(31) Then
- valu_interaction.Value = &HC000121
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(31) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11E
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(32) Then
- valu_interaction.Value = &HC000122
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(32) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H11F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(33) Then
- valu_interaction.Value = &HC000123
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(33) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H120
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(34) Then
- valu_interaction.Value = &HC000124
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(34) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H121
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(35) Then
- valu_interaction.Value = &HC000125
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(35) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H122
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(36) Then
- valu_interaction.Value = &HC000126
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(36) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H123
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(37) Then
- valu_interaction.Value = &HC000127
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(37) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H124
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(38) Then
- valu_interaction.Value = &HC000128
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(38) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H125
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(39) Then
- valu_interaction.Value = &HC000129
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(39) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H126
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(40) Then
- valu_interaction.Value = &HC00012A
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(40) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H127
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(41) Then
- valu_interaction.Value = &HC00012B
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(41) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H128
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(42) Then
- valu_interaction.Value = &HC00012C
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(42) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H129
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(43) Then
- valu_interaction.Value = &HC00012D
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(43) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(44) Then
- valu_interaction.Value = &HC00012E
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(44) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(45) Then
- valu_interaction.Value = &HC00012F
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(45) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(46) Then
- valu_interaction.Value = &HC000130
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(46) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(47) Then
- valu_interaction.Value = &HC000131
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(47) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12E
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(48) Then
- valu_interaction.Value = &HC000132
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(48) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H12F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(49) Then
- valu_interaction.Value = &HC000133
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(49) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H130
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(50) Then
- valu_interaction.Value = &HC000134
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(50) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H131
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(51) Then
- valu_interaction.Value = &HC000135
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(51) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H132
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(52) Then
- valu_interaction.Value = &HC000136
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(52) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H133
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(53) Then
- valu_interaction.Value = &HC000137
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(53) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H134
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(54) Then
- valu_interaction.Value = &HC000138
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(54) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H135
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(55) Then
- valu_interaction.Value = &HC000139
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(55) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H136
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(56) Then
- valu_interaction.Value = &HC00013A
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(56) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H137
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(57) Then
- valu_interaction.Value = &HC00013B
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(57) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H138
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(58) Then
- valu_interaction.Value = &HC00013C
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(58) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H139
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(59) Then
- valu_interaction.Value = &HC00013D
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(59) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(60) Then
- valu_interaction.Value = &HC00013E
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(60) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(61) Then
- valu_interaction.Value = &HC00013F
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(61) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(62) Then
- valu_interaction.Value = &HC000140
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(62) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(63) Then
- valu_interaction.Value = &HC000141
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(63) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13E
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(64) Then
- valu_interaction.Value = &HC000142
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(64) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H13F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(65) Then
- valu_interaction.Value = &HC000143
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(65) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H140
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(66) Then
- valu_interaction.Value = &HC000144
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(66) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H141
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(67) Then
- valu_interaction.Value = &HC000145
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(67) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H142
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(68) Then
- valu_interaction.Value = &HC000146
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(68) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H143
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(69) Then
- valu_interaction.Value = &HC000147
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(69) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H144
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(70) Then
- valu_interaction.Value = &HC000148
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(70) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H145
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(71) Then
- valu_interaction.Value = &HC000149
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H146
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- valu_target1.Visible = False
+ Icon_interaction.Image = My.Resources.apartment_black
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(72) Then
- valu_interaction.Value = &HC00014A
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H147
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- valu_target1.Visible = False
+ Icon_interaction.Image = My.Resources.apartment_black
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(73) Then
- valu_interaction.Value = &HC00014C
- Icon_interaction.Image = My.Resources.apartment_pink
- Icon_interaction.Visible = True
- valu_target1.Value = 0
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H148
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
valu_target2.Value = 65535
- valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- valu_target1.Visible = False
+ Icon_interaction.Image = My.Resources.apartment_black
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(74) Then
- valu_interaction.Value = &HC00014D
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H149
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(75) Then
- valu_interaction.Value = &HC00014E
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H14A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- valu_target2.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- Select_target2.Visible = True
valu_target1.Visible = False
- valu_target2.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(76) Then
- valu_interaction.Value = &HC00014F
- Icon_interaction.Image = My.Resources.apartment_pink
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H14C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
- valu_target2.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- Select_target2.Visible = True
valu_target1.Visible = False
- valu_target2.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(77) Then
- valu_interaction.Value = &HC000150
- Icon_interaction.Image = My.Resources.apartment_pink
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H14D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- valu_target2.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- Select_target2.Visible = True
valu_target1.Visible = False
- valu_target2.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(78) Then
- valu_interaction.Value = &HC000151
- Icon_interaction.Image = My.Resources.apartment_pink
- Icon_interaction.Visible = True
- valu_target1.Value = 65535
- valu_target2.Value = 65535
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H14E
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 0
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
valu_target2.Enabled = True
+ valu_target2.Visible = False
+ Select_target2.Visible = True
Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(79) Then
- valu_interaction.Value = &HC000153
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H14F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 65535
+ valu_target2.Value = 0
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ valu_target2.Enabled = True
+ valu_target2.Visible = False
+ Select_target2.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(80) Then
- valu_interaction.Value = &HC000154
- Icon_interaction.Image = My.Resources.apartment_pink
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H150
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 65535
+ valu_target2.Value = 0
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ valu_target2.Enabled = True
+ valu_target2.Visible = False
+ Select_target2.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(81) Then
- valu_interaction.Value = &HC000157
- Icon_interaction.Visible = False
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H151
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- Danger_interaction.Visible = True
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
valu_target2.Enabled = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(82) Then
- valu_interaction.Value = &HC000158
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H153
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(83) Then
- valu_interaction.Value = &HC000159
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H154
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(84) Then
- valu_interaction.Value = &HC00015A
- Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H155
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_pink
valu_target1.Enabled = True
- valu_target2.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
- Select_target2.Visible = True
valu_target1.Visible = False
- valu_target2.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(85) Then
- valu_interaction.Value = &HC00015E
- Icon_interaction.Visible = False
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H156
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_phone
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(86) Then
- valu_interaction.Value = &HC00015F
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H157
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_phone
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(87) Then
- valu_interaction.Value = &HC000160
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H158
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(88) Then
- valu_interaction.Value = &HC000161
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H159
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(89) Then
- valu_interaction.Value = &HC000162
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H15A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
- valu_target2.Value = 65535
+ valu_target2.Value = 0
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ valu_target2.Enabled = True
+ valu_target2.Visible = False
+ Select_target2.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(90) Then
- valu_interaction.Value = &HC000163
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H15B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(91) Then
- valu_interaction.Value = &HC000164
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
- Icon_interaction.Image = My.Resources.apartment_blue_j
- End If
- Icon_interaction.Visible = True
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H15D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Visible = False
valu_target1.Enabled = True
- Danger_interaction.Visible = True
- Select_target1.Visible = True
valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(92) Then
- valu_interaction.Value = &HC000165
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H15E
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Visible = False
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(93) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H15F
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
Icon_interaction.Image = My.Resources.apartment_blue_j
End If
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(94) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H160
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(95) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H161
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(96) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H162
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
+ valu_target1.Enabled = True
valu_target1.Visible = False
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(93) Then
- valu_interaction.Value = &HC000166
- If Filever_text.Text = "US" Or Filever_text.Text = "EU" Then
- Icon_interaction.Image = My.Resources.apartment_blue
- ElseIf Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(97) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H163
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
Icon_interaction.Image = My.Resources.apartment_blue_j
End If
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(98) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H164
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(99) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H165
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(100) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H166
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_blue
+ If Filever_text.Text = "JP" Or Filever_text.Text = "KR" Then
+ Icon_interaction.Image = My.Resources.apartment_blue_j
+ End If
+ valu_target1.Enabled = True
valu_target1.Visible = False
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(94) Then
- valu_interaction.Value = &HC000167
- Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(101) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H167
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(95) Then
- valu_interaction.Value = &HC000168
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(102) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H168
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(96) Then
- valu_interaction.Value = &HC000169
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(103) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H169
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(97) Then
- valu_interaction.Value = &HC00016A
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(104) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16A
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(98) Then
- valu_interaction.Value = &HC00016B
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(105) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16B
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(99) Then
- valu_interaction.Value = &HC00016C
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(106) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16C
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(100) Then
- valu_interaction.Value = &HC00016D
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(107) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16D
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(101) Then
- valu_interaction.Value = &HC00016E
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(108) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16E
+ valu_interacunknow.Value = &HC03
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(102) Then
- valu_interaction.Value = &HC00016F
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(109) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H16F
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(103) Then
- valu_interaction.Value = &HC000171
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(110) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H171
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(104) Then
- valu_interaction.Value = &HC000172
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(111) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H172
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 1
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(105) Then
- valu_interaction.Value = &HC000173
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(112) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H173
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(106) Then
- valu_interaction.Value = &HC000174
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(113) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H174
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(107) Then
- valu_interaction.Value = &HC000175
Icon_interaction.Image = My.Resources.apartment_black
- Icon_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(114) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H175
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
- ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(108) Then
- valu_interaction.Value = &HC000176
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(115) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H176
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(116) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H177
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(117) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H178
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
Icon_interaction.Image = My.Resources.apartment_orange
- Icon_interaction.Visible = True
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(118) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H179
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(119) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17A
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_orange
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(120) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17B
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(121) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17C
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(122) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17D
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(123) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17E
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(124) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H17F
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(125) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H180
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(126) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H181
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(127) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H182
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 65535
valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(128) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H183
+ valu_interacunknow.Value = &HC00
valu_target1.Value = 0
valu_target2.Value = 65535
valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(129) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H184
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(130) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H185
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(131) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H186
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ valu_target1.Enabled = True
+ Icon_interaction.Visible = False
Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(132) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H187
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(133) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H188
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ valu_target1.Enabled = True
+ valu_target2.Enabled = True
valu_target1.Visible = False
- End If
- End Sub
-
- Private Sub Check_patchendinterac_CheckedChanged(sender As Object, e As EventArgs) Handles Check_patchendinterac.CheckedChanged
- If Check_patchendinterac.Checked = True Then
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(134) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H18B
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(135) Then
valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H18C
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(136) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H18D
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(137) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H18E
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 0
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
+ valu_target1.Enabled = True
+ valu_target1.Visible = False
+ Select_target1.Visible = True
+ Danger_interaction.Visible = True
+ ElseIf Select_interaction.SelectedItem = Select_interaction.Items.Item(138) Then
+ valu_enddateinterac.Value = valu_lastdatesave.Value + &H10000
+ valu_interaction.Value = &H18F
+ valu_interacunknow.Value = &HC00
+ valu_target1.Value = 65535
+ valu_target2.Value = 65535
+ Icon_interaction.Image = My.Resources.apartment_black
End If
End Sub
@@ -35822,4 +36216,287 @@ Public Class TL_SaveEditor
End If
End Sub
+ Private Sub valu_interaction_ValueChanged(sender As Object, e As EventArgs) Handles valu_interaction.ValueChanged
+ If valu_interaction.Value = &H0 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(0)
+ ElseIf valu_interaction.Value = &H100 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(1)
+ ElseIf valu_interaction.Value = &H101 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(2)
+ ElseIf valu_interaction.Value = &H102 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(3)
+ ElseIf valu_interaction.Value = &H103 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(4)
+ ElseIf valu_interaction.Value = &H104 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(5)
+ ElseIf valu_interaction.Value = &H105 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(6)
+ ElseIf valu_interaction.Value = &H106 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(7)
+ ElseIf valu_interaction.Value = &H107 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(8)
+ ElseIf valu_interaction.Value = &H108 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(9)
+ ElseIf valu_interaction.Value = &H109 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(10)
+ ElseIf valu_interaction.Value = &H10A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(11)
+ ElseIf valu_interaction.Value = &H10B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(12)
+ ElseIf valu_interaction.Value = &H10C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(13)
+ ElseIf valu_interaction.Value = &H10D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(14)
+ ElseIf valu_interaction.Value = &H10E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(15)
+ ElseIf valu_interaction.Value = &H10F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(16)
+ ElseIf valu_interaction.Value = &H110 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(17)
+ ElseIf valu_interaction.Value = &H111 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(18)
+ ElseIf valu_interaction.Value = &H112 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(19)
+ ElseIf valu_interaction.Value = &H113 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(20)
+ ElseIf valu_interaction.Value = &H114 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(21)
+ ElseIf valu_interaction.Value = &H115 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(22)
+ ElseIf valu_interaction.Value = &H116 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(23)
+ ElseIf valu_interaction.Value = &H117 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(24)
+ ElseIf valu_interaction.Value = &H118 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(25)
+ ElseIf valu_interaction.Value = &H119 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(26)
+ ElseIf valu_interaction.Value = &H11A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(27)
+ ElseIf valu_interaction.Value = &H11B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(28)
+ ElseIf valu_interaction.Value = &H11C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(29)
+ ElseIf valu_interaction.Value = &H11D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(30)
+ ElseIf valu_interaction.Value = &H11E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(31)
+ ElseIf valu_interaction.Value = &H11F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(32)
+ ElseIf valu_interaction.Value = &H120 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(33)
+ ElseIf valu_interaction.Value = &H121 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(34)
+ ElseIf valu_interaction.Value = &H122 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(35)
+ ElseIf valu_interaction.Value = &H123 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(36)
+ ElseIf valu_interaction.Value = &H124 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(37)
+ ElseIf valu_interaction.Value = &H125 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(38)
+ ElseIf valu_interaction.Value = &H126 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(39)
+ ElseIf valu_interaction.Value = &H127 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(40)
+ ElseIf valu_interaction.Value = &H128 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(41)
+ ElseIf valu_interaction.Value = &H129 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(42)
+ ElseIf valu_interaction.Value = &H12A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(43)
+ ElseIf valu_interaction.Value = &H12B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(44)
+ ElseIf valu_interaction.Value = &H12C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(45)
+ ElseIf valu_interaction.Value = &H12D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(46)
+ ElseIf valu_interaction.Value = &H12E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(47)
+ ElseIf valu_interaction.Value = &H12F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(48)
+ ElseIf valu_interaction.Value = &H130 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(49)
+ ElseIf valu_interaction.Value = &H131 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(50)
+ ElseIf valu_interaction.Value = &H132 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(51)
+ ElseIf valu_interaction.Value = &H133 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(52)
+ ElseIf valu_interaction.Value = &H134 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(53)
+ ElseIf valu_interaction.Value = &H135 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(54)
+ ElseIf valu_interaction.Value = &H136 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(55)
+ ElseIf valu_interaction.Value = &H137 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(56)
+ ElseIf valu_interaction.Value = &H138 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(57)
+ ElseIf valu_interaction.Value = &H139 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(58)
+ ElseIf valu_interaction.Value = &H13A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(59)
+ ElseIf valu_interaction.Value = &H13B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(60)
+ ElseIf valu_interaction.Value = &H13C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(61)
+ ElseIf valu_interaction.Value = &H13D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(62)
+ ElseIf valu_interaction.Value = &H13E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(63)
+ ElseIf valu_interaction.Value = &H13F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(64)
+ ElseIf valu_interaction.Value = &H140 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(65)
+ ElseIf valu_interaction.Value = &H141 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(66)
+ ElseIf valu_interaction.Value = &H142 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(67)
+ ElseIf valu_interaction.Value = &H143 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(68)
+ ElseIf valu_interaction.Value = &H144 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(69)
+ ElseIf valu_interaction.Value = &H145 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(70)
+ ElseIf valu_interaction.Value = &H146 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(71)
+ ElseIf valu_interaction.Value = &H147 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(72)
+ ElseIf valu_interaction.Value = &H148 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(73)
+ ElseIf valu_interaction.Value = &H149 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(74)
+ ElseIf valu_interaction.Value = &H14A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(75)
+ ElseIf valu_interaction.Value = &H14C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(76)
+ ElseIf valu_interaction.Value = &H14D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(77)
+ ElseIf valu_interaction.Value = &H14E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(78)
+ ElseIf valu_interaction.Value = &H14F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(79)
+ ElseIf valu_interaction.Value = &H150 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(80)
+ ElseIf valu_interaction.Value = &H151 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(81)
+ ElseIf valu_interaction.Value = &H153 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(82)
+ ElseIf valu_interaction.Value = &H154 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(83)
+ ElseIf valu_interaction.Value = &H155 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(84)
+ ElseIf valu_interaction.Value = &H156 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(85)
+ ElseIf valu_interaction.Value = &H157 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(86)
+ ElseIf valu_interaction.Value = &H158 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(87)
+ ElseIf valu_interaction.Value = &H159 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(88)
+ ElseIf valu_interaction.Value = &H15A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(89)
+ ElseIf valu_interaction.Value = &H15B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(90)
+ ElseIf valu_interaction.Value = &H15D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(91)
+ ElseIf valu_interaction.Value = &H15E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(92)
+ ElseIf valu_interaction.Value = &H15F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(93)
+ ElseIf valu_interaction.Value = &H160 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(94)
+ ElseIf valu_interaction.Value = &H161 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(95)
+ ElseIf valu_interaction.Value = &H162 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(96)
+ ElseIf valu_interaction.Value = &H163 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(97)
+ ElseIf valu_interaction.Value = &H164 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(98)
+ ElseIf valu_interaction.Value = &H165 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(99)
+ ElseIf valu_interaction.Value = &H166 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(100)
+ ElseIf valu_interaction.Value = &H167 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(101)
+ ElseIf valu_interaction.Value = &H168 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(102)
+ ElseIf valu_interaction.Value = &H169 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(103)
+ ElseIf valu_interaction.Value = &H16A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(104)
+ ElseIf valu_interaction.Value = &H16B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(105)
+ ElseIf valu_interaction.Value = &H16C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(106)
+ ElseIf valu_interaction.Value = &H16D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(107)
+ ElseIf valu_interaction.Value = &H16E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(108)
+ ElseIf valu_interaction.Value = &H16F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(109)
+ ElseIf valu_interaction.Value = &H171 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(110)
+ ElseIf valu_interaction.Value = &H172 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(111)
+ ElseIf valu_interaction.Value = &H173 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(112)
+ ElseIf valu_interaction.Value = &H174 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(113)
+ ElseIf valu_interaction.Value = &H175 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(114)
+ ElseIf valu_interaction.Value = &H176 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(115)
+ ElseIf valu_interaction.Value = &H177 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(116)
+ ElseIf valu_interaction.Value = &H178 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(117)
+ ElseIf valu_interaction.Value = &H179 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(118)
+ ElseIf valu_interaction.Value = &H17A Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(119)
+ ElseIf valu_interaction.Value = &H17B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(120)
+ ElseIf valu_interaction.Value = &H17C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(121)
+ ElseIf valu_interaction.Value = &H17D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(122)
+ ElseIf valu_interaction.Value = &H17E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(123)
+ ElseIf valu_interaction.Value = &H17F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(124)
+ ElseIf valu_interaction.Value = &H180 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(125)
+ ElseIf valu_interaction.Value = &H181 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(126)
+ ElseIf valu_interaction.Value = &H182 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(127)
+ ElseIf valu_interaction.Value = &H183 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(128)
+ ElseIf valu_interaction.Value = &H184 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(129)
+ ElseIf valu_interaction.Value = &H185 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(130)
+ ElseIf valu_interaction.Value = &H186 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(131)
+ ElseIf valu_interaction.Value = &H187 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(132)
+ ElseIf valu_interaction.Value = &H188 Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(133)
+ ElseIf valu_interaction.Value = &H18B Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(134)
+ ElseIf valu_interaction.Value = &H18C Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(135)
+ ElseIf valu_interaction.Value = &H18D Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(136)
+ ElseIf valu_interaction.Value = &H18E Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(137)
+ ElseIf valu_interaction.Value = &H18F Then
+ Select_interaction.SelectedItem = Select_interaction.Items.Item(138)
+ Else
+ Select_interaction.Visible = False
+ End If
+ End Sub
End Class
diff --git a/Tomodachi-Life-Save-Editor/Items_edit.vb b/Tomodachi-Life-Save-Editor/Items_edit.vb
index 722bb74..bcb4ac0 100644
--- a/Tomodachi-Life-Save-Editor/Items_edit.vb
+++ b/Tomodachi-Life-Save-Editor/Items_edit.vb
@@ -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
diff --git a/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb b/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
index 28d87c0..bf6e812 100644
--- a/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
+++ b/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
@@ -410,6 +410,16 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Recherche une ressource localisée de type System.Drawing.Bitmap.
+ '''
+ Friend ReadOnly Property apartment_phone() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("apartment_phone", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
'''
''' Recherche une ressource localisée de type System.Drawing.Bitmap.
'''
diff --git a/Tomodachi-Life-Save-Editor/My Project/Resources.resx b/Tomodachi-Life-Save-Editor/My Project/Resources.resx
index 857f9ad..45dcc8a 100644
--- a/Tomodachi-Life-Save-Editor/My Project/Resources.resx
+++ b/Tomodachi-Life-Save-Editor/My Project/Resources.resx
@@ -121,9 +121,6 @@
..\Resources\cafe.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp72.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\exp7.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -172,14 +169,14 @@
..\Resources\appart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\1100.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_gooditems_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_22.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp23.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -205,6 +202,9 @@
..\Resources\EU_spef_17.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\bg_money.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\HCA6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -271,9 +271,6 @@
..\Resources\concn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp51.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\icon_mii_houselov.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -295,9 +292,6 @@
..\Resources\broc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HCAA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\1300.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -379,6 +373,9 @@
..\Resources\exp20.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_mii_cathphrase.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\EU_gooditems_06.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -406,9 +403,6 @@
..\Resources\bg_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\logo_EU.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\0000.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -445,17 +439,20 @@
..\Resources\test.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\HCBC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\mair.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_41.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\exp3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_normalfoods.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\0500.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\port.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\sound2.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -475,6 +472,9 @@
..\Resources\tourn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\exp60.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -499,9 +499,6 @@
..\Resources\HC8A.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\icon_panel_music.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -511,6 +508,9 @@
..\Resources\Icon_left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Travelers_received.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\sound3.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -544,6 +544,9 @@
..\Resources\epicer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_clothes_02.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\EU_spef_04.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -556,9 +559,6 @@
..\Resources\icon_hats_03.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_navi_left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\0400.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -580,9 +580,6 @@
..\Resources\studn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\vetn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\icon_normalfoods_03.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -592,9 +589,6 @@
..\Resources\1400.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\EU_spef_24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -604,6 +598,15 @@
..\Resources\TLSE_arrow.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\0c00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\HC86.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\apartment_in.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\ranking_pampered.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -613,9 +616,6 @@
..\Resources\color_bleu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HC9E.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\partn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -640,6 +640,9 @@
..\Resources\exp67.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\bg_mii_status.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\icon_validsave.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -673,9 +676,6 @@
..\Resources\EU_spef_07.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp46.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\EU_spef_10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -706,15 +706,9 @@
..\Resources\logo_KR_update.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\ranking_traveler.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\reset_stpspp.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_wedding.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -736,12 +730,15 @@
..\Resources\fullness_50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\0e00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\HCA2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\color_vert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_normalfoods.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\fullness_00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -772,6 +769,9 @@
..\Resources\exp80.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\ranking_boycharmn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\classem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -784,6 +784,9 @@
..\Resources\JKSM_backup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\apartment_vert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\tomo_bg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -799,9 +802,6 @@
..\Resources\exp13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp88.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\close_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -820,6 +820,9 @@
..\Resources\icon_clothes_04.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_47.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\bg_haircolor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -835,6 +838,9 @@
..\Resources\exp15.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\classn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\exp37.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -850,9 +856,6 @@
..\Resources\sound1.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ..\Resources\appartn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\exp21.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -868,8 +871,8 @@
..\Resources\ranking_vitality.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\grown-up.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\logo_EU_update.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\repair_save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -880,24 +883,21 @@
..\Resources\maisn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\color_bleuclair.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\HCA4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_money.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp92.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\icon_mii_cathphrase_j.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\0200.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\HC90.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_33.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\repair_somethingwrong.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -913,9 +913,6 @@
..\Resources\exp56.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_08.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\exp47.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -928,6 +925,9 @@
..\Resources\EU_gooditems_01.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\CKPT_selecttomodachi.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\deco.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -970,14 +970,14 @@
..\Resources\HC82.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\1100.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\apartment_outhouse.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\ranking_romancen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_gooditems_10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp41.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -985,6 +985,9 @@
..\Resources\fontn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_37.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\icon_clothes_03.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1003,8 +1006,11 @@
..\Resources\exp99.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\0500.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp88.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\bg_travelers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1039,6 +1045,9 @@
..\Resources\bg_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\JKSM_titles.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1054,14 +1063,14 @@
..\Resources\exp22.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\logo_EU_update.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_money.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\ranking_splurgei.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\bg_money.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\grown-up.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp93.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1072,8 +1081,8 @@
..\Resources\logo_KR.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_mii_cathphrase.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\0e00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\EU_spef_45.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1099,8 +1108,8 @@
..\Resources\EU_spef_30.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HC86.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_wedding.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\Travelers_sent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1117,8 +1126,8 @@
..\Resources\EU_spef_03.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp57.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\HCA8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\reset_newsflash.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1141,14 +1150,14 @@
..\Resources\EU_spef_11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_22.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\logo_EU.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\icon_appart_03.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp92.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_33.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp83.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1183,14 +1192,20 @@
..\Resources\CKPT_confirmgame.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\Travelers_received.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_navi_left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\ranking_vitalityn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\apartment_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\EU_spef_28.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HCA2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_41.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\EU_spef_39.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1258,11 +1273,11 @@
..\Resources\font.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_37.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HCA8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\ranking_traveler.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\plage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1276,9 +1291,6 @@
..\Resources\HC80.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\0c00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\exp28.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1294,11 +1306,11 @@
..\Resources\icon_return.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_25.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp57.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\HCBC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp46.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp75.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1312,11 +1324,11 @@
..\Resources\tervague.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\ranking_boycharmn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_gooditems_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\classn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\0200.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\HCB4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1327,8 +1339,8 @@
..\Resources\exp10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\bg_menu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1342,8 +1354,8 @@
..\Resources\EU_gooditems_07.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\port.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp51.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\color_vertclair.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1354,8 +1366,8 @@
..\Resources\exp73.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\icon_clothes_02.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\HCAA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp62.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1375,8 +1387,8 @@
..\Resources\exp65.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_47.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\vetn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\0100.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1390,8 +1402,8 @@
..\Resources\info_relation_less.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\bg_travelers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\appartn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\stud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1399,14 +1411,14 @@
..\Resources\ranking_boycharmi.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\bg_mii_status.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\HC9E.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\color_bleuclair.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_gooditems_10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\EU_gooditems_17.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1420,14 +1432,14 @@
..\Resources\EU_gooditems_04.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\ranking_vitalityn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_08.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\HCA0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp72.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp63.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1441,8 +1453,8 @@
..\Resources\CKPT_launch.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\CKPT_selecttomodachi.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_25.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1462,16 +1474,7 @@
..\Resources\0900.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\apartment_in.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\apartment_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\apartment_outhouse.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\apartment_vert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\apartment_phone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
\ No newline at end of file
diff --git a/Tomodachi-Life-Save-Editor/Resources/apartment_phone.png b/Tomodachi-Life-Save-Editor/Resources/apartment_phone.png
new file mode 100644
index 0000000..5b218a9
Binary files /dev/null and b/Tomodachi-Life-Save-Editor/Resources/apartment_phone.png differ
diff --git a/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj b/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
index d63660f..0001abe 100644
--- a/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
+++ b/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
@@ -1318,6 +1318,7 @@
+
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe
index a6a7ad8..c47f1cc 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb
index 7aa6a81..bcb594f 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
index 0a083b6..97c9963 100644
--- a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
@@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe
index 8b8e9e9..350167a 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb
index bc0dfde..a93a4d7 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
index 0a083b6..97c9963 100644
--- a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
@@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 33575c3..96dc270 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
index 60a65e0..5e2a99d 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and b/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe
index a6a7ad8..c47f1cc 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb
index 7aa6a81..bcb594f 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache
index 7aa37e6..317d28f 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
index 0a083b6..97c9963 100644
--- a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
@@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources
index fc6d25d..2766c33 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources
index 2037bdf..2e1c1a5 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 47d8261..6421593 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll b/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll
index 7907aef..e786ad1 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll and b/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe
index 8b8e9e9..350167a 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb
index bc0dfde..a93a4d7 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache
index eaa70a9..8e95f69 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
index 0a083b6..97c9963 100644
--- a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
@@ -155,6 +155,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources
index fc6d25d..2766c33 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources
index 2037bdf..2e1c1a5 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources differ
diff --git a/Version.txt b/Version.txt
index e45ee72..a560997 100644
--- a/Version.txt
+++ b/Version.txt
@@ -1 +1 @@
-ß4 Version 3.0.5
\ No newline at end of file
+ß5 Version 3.0.5
\ No newline at end of file