Skip to content

Commit

Permalink
Reverse makemidgame ironman effect
Browse files Browse the repository at this point in the history
  • Loading branch information
the-marenga committed Jan 19, 2024
1 parent 4e2ad29 commit 18c136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl PatchTyp {
let pre_patch =
&[0x80, 0xb8, ANY, 0x24, 0x00, 0x00, 0x00, 0x74];
let post_patch =
&[0xC6, 0x80, 0xF0, 0x24, 0x00, 0x00, 0x00, 0xEB];
&[0xC6, 0x80, 0xF0, 0x24, 0x00, 0x00, 0x01, 0xEB];

vec![PatchPart {
target,
Expand Down

0 comments on commit 18c136f

Please sign in to comment.