Skip to content

Commit

Permalink
[Shadow Gens] Update "Disable Result UI" for v1.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Dec 13, 2024
1 parent 3b5940e commit 6ef8017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Source/Shadow Generations/Libraries/GameManager.hmm
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ Library "GameManager" by "Hyper, ĐeäTh & Sajid"
[FieldOffset(0x150)] public ObjectMoveArray<Memory.Pointer<GameService.Data>> GameServices;
}

/* v1.1.0.0: 0x1409F1F9A */
/* v1.1.0.1: 0x1409F226A */
/* v1.1.0.0: 0x1409F1F9A */
/* v1.1.0.1: 0x1409F226A */
/* v1.10.0.0: 0x140A1D514 */
private static long _sigGameManagerSingleton = (long)ScanSignature
(
"\x4C\x89\x3D\xCC\xCC\xCC\xCC\x48\x83\xC4\x40",
"\x4C\x89\x3D\xCC\xCC\xCC\xCC\x49\x8B\x5B\x38",
"xxx????xxxx"
);

Expand Down
2 changes: 1 addition & 1 deletion Source/Shadow Generations/UI/Disable Result UI.hmm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Code "Disable Result UI (v1.1.0.1)" in "UI" by "Hyper" does
Code "Disable Result UI" in "UI" by "Hyper" does
/*
Disables the UI in the results screen.

Expand Down

0 comments on commit 6ef8017

Please sign in to comment.