diff --git a/CrossBot.Core/Offsets.cs b/CrossBot.Core/Offsets.cs index 1c13056..f6a4bd3 100644 --- a/CrossBot.Core/Offsets.cs +++ b/CrossBot.Core/Offsets.cs @@ -10,14 +10,14 @@ public static class Offsets // Helpers public const uint PlayerSize = 0x11B968; - public const uint InventoryOffset = 0xAF71E6E0; // player 0 (A) + public const uint InventoryOffset = 0xAFB1E6E0; // player 0 (A) public const string CoordinatePointer = "[[[[main+4627088]+18]+178]+D0]+DA"; // Main player offsets functions public static uint GetPlayerInventoryOffset(uint profiles) => (InventoryOffset + (PlayerSize * (profiles - 1))); // Main save offsets - public const uint TurnipAddress = 0xAE6140F4; + public const uint TurnipAddress = 0xAEA140F4; public const uint VillagerAddress = TurnipAddress - 0x2D40 - 0x45B50C + 0x10; public const uint VillagerHouseAddress = TurnipAddress - 0x2D40 - 0x45B50C + 0x44f7FC;