Skip to content

Commit

Permalink
Fix for patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Apr 2, 2024
1 parent 3c4bb48 commit 7cbfbc2
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,6 +23,6 @@ public static void Initialize()
Service.Log($"IDScramble address = 0x{scrambleAddr:X}");
OffsetBaseChanging = (int*)scrambleAddr;
OffsetAdjusted = OffsetBaseChanging + 1;
OffsetBaseFixed = OffsetBaseChanging + 3;
OffsetBaseFixed = OffsetBaseChanging + 2;
}
}

0 comments on commit 7cbfbc2

Please sign in to comment.