Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Phase 1 - Patch Cleanup continued. Increase Attack Display fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Mind committed Apr 11, 2015
1 parent fee5868 commit 9a647cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Patches/IncreaseAtkDisplay.qs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function IncreaseAtkDisplay() {

//Step 4g - Stack offset update. Change 34 to 44 in ADD ESP, 44
offset = exe.find(" 83 C4", PTYPE_HEX, true, "\xAB", offset+4);
offsetStack(offset + 2);
offsetStack(offset + 2,1);
}
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion lastcommit.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2015-04-10 02:03:11 GMT+0530
2015-04-12 00:31:26 GMT+0530

0 comments on commit 9a647cc

Please sign in to comment.