-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1854 from warblgarbl/wall-runners
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Retail checks to see if the sobj is already at the target location, but the code for handling that situation is inadequate. | ||
Retail math precision issues means the sobj never reaches its destination exactly, so retail always bypasses these checks. | ||
--- original | ||
+++ modified | ||
@@ -157,11 +157,6 @@ | ||
call 97, 0x2 | ||
LABEL_25: | ||
call 102, stor[0], stor[29], stor[30], stor[31] | ||
-jmp_cmp !=, stor[29], stor[24], inl[:LABEL_26] | ||
-jmp_cmp !=, stor[30], stor[25], inl[:LABEL_26] | ||
-jmp_cmp !=, stor[31], stor[26], inl[:LABEL_26] | ||
-jmp inl[:LABEL_31] | ||
-LABEL_26: | ||
sub stor[24], stor[29] | ||
sub stor[25], stor[30] | ||
sub stor[26], stor[31] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Retail checks to see if the sobj is already at the target location, but the code for handling that situation is inadequate. | ||
Retail math precision issues means the sobj never reaches its destination exactly, so retail always bypasses these checks. | ||
--- original | ||
+++ modified | ||
@@ -149,11 +149,6 @@ | ||
call 97, 0x2 | ||
LABEL_23: | ||
call 102, stor[0], stor[29], stor[30], stor[31] | ||
-jmp_cmp !=, stor[29], stor[24], inl[:LABEL_24] | ||
-jmp_cmp !=, stor[30], stor[25], inl[:LABEL_24] | ||
-jmp_cmp !=, stor[31], stor[26], inl[:LABEL_24] | ||
-jmp inl[:LABEL_29] | ||
-LABEL_24: | ||
sub stor[24], stor[29] | ||
sub stor[25], stor[30] | ||
sub stor[26], stor[31] |