Skip to content

Commit

Permalink
Fix for 6.57
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Feb 14, 2024
1 parent 14d0ea7 commit 49b62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/Network/IDScramble.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void Initialize()
Service.Log($"IDScramble address = 0x{scrambleAddr:X}");
OffsetBaseChanging = (int*)scrambleAddr;
OffsetAdjusted = OffsetBaseChanging + 1;
OffsetBaseFixed = OffsetBaseChanging + 2;
OffsetBaseFixed = OffsetBaseChanging + 3;
}
}
}

0 comments on commit 49b62f3

Please sign in to comment.