mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-25 07:37:02 -05:00
Update default pocket offsets
Having em all in one commit makes it easier to keep track of what needs to change in future updates
This commit is contained in:
parent
da06fd4c46
commit
2c67c79c95
4
NHSE.WinForms/Properties/Settings.Designer.cs
generated
4
NHSE.WinForms/Properties/Settings.Designer.cs
generated
|
|
@ -73,7 +73,7 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio
|
|||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2879727272")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2880297096")]
|
||||
public uint SysBotPouchOffset {
|
||||
get {
|
||||
return ((uint)(this["SysBotPouchOffset"]));
|
||||
|
|
@ -85,7 +85,7 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio
|
|||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2890343376")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2880297096")]
|
||||
public uint SysBotGenericOffset {
|
||||
get {
|
||||
return ((uint)(this["SysBotGenericOffset"]));
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ private void InitializeComponent()
|
|||
this.RamOffset.Name = "RamOffset";
|
||||
this.RamOffset.Size = new System.Drawing.Size(63, 20);
|
||||
this.RamOffset.TabIndex = 20;
|
||||
this.RamOffset.Text = "ABA526A8";
|
||||
this.RamOffset.Text = "ABADD888";
|
||||
//
|
||||
// L_Offset
|
||||
//
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ private void InitializeComponent()
|
|||
this.RamOffset.Name = "RamOffset";
|
||||
this.RamOffset.Size = new System.Drawing.Size(83, 23);
|
||||
this.RamOffset.TabIndex = 20;
|
||||
this.RamOffset.Text = "ABA526A8";
|
||||
this.RamOffset.Text = "ABADD888";
|
||||
this.RamOffset.TextChanged += new System.EventHandler(this.RamOffset_TextChanged);
|
||||
//
|
||||
// L_Offset
|
||||
|
|
@ -232,7 +232,7 @@ private void InitializeComponent()
|
|||
this.RamOffsetUSB.Name = "RamOffsetUSB";
|
||||
this.RamOffsetUSB.Size = new System.Drawing.Size(83, 23);
|
||||
this.RamOffsetUSB.TabIndex = 24;
|
||||
this.RamOffsetUSB.Text = "ABA526A8";
|
||||
this.RamOffsetUSB.Text = "ABADD888";
|
||||
this.RamOffsetUSB.TextChanged += new System.EventHandler(this.RamOffsetUSB_TextChanged);
|
||||
//
|
||||
// L_OffsetUSB
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user