Skip to content

Commit

Permalink
Update for 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Aug 10, 2021
1 parent d0d37a4 commit 66b9a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ACNHMS_Source/Assets/Scripts/Tools/OffsetHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ public static class OffsetHelper
public const ulong TimeAddress = 0x0BAC6338;

// pointers
public static readonly long[] PlayerCoordJumps = new long[5] { 0x3A32980L, 0x18L, 0x178L, 0xD0L, 0xD8L };
public static readonly long[] ChatCoordJumps = new long[2] { 0x3CFCC60L, 0x40L };
public static readonly long[] PlayerCoordJumps = new long[5] { 0x3A33980L, 0x18L, 0x178L, 0xD0L, 0xD8L };
public static readonly long[] ChatCoordJumps = new long[2] { 0x3CFDC60L, 0x40L };

// exefs (main)
public const ulong AnimationSpeedOffset = 0x037F9200;
public const ulong AnimationSpeedOffset = 0x037FA200;
public const ulong WalkSpeedOffset = 0x0114A670;
public const ulong TimeStateAddress = 0x0027DD60;
}
2 changes: 1 addition & 1 deletion ACNHMS_Source/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PlayerSettings:
16:10: 0
16:9: 0
Others: 1
bundleVersion: 0.93
bundleVersion: 0.94
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 66b9a9f

Please sign in to comment.