Skip to content

Commit 95485c7

Browse files
authored
Merge pull request #79 from daycheat/patch-1
Update signatures.h
2 parents d6109f9 + 05d3eb3 commit 95485c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/include/maniac/osu/signatures.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace signatures {
99
constexpr auto STATE_SIG_OFFSET = 1;
1010
constexpr auto STATE_SIG = "A1 ? ? ? ? A3 ? ? ? ? A1 ? ? ? ? A3 ? ? ? ? 83 3D ? ? ? ? 00 0F 84 ? ? ? ? B9 ? ? ? ? E8\0";
1111

12-
constexpr auto PLAYER_SIG_OFFSET = 3;
13-
constexpr auto PLAYER_SIG = "33 D2 A1 ? ? ? ? 85 C0\0";
12+
constexpr auto PLAYER_SIG_OFFSET = 1;
13+
constexpr auto PLAYER_SIG = "A1 ? ? ? ? 8B ? ? ? 00 00 6A 00\0";
1414

1515
constexpr auto RULESET_SIG_OFFSET = 4;
1616
constexpr auto RULESET_SIG = "73 7A 8B 0D ? ? ? ? 85 C9 74 1F\0";

0 commit comments

Comments
 (0)