Skip to content

Commit

Permalink
v1.36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matanki-saito committed Nov 11, 2023
1 parent 22e2f4f commit d2eed1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Plugin64/localization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ namespace Localization {
break;
case v1_36_0_0:
offset = 0x3C;
pattern = "48 8B 04 D1 48 8B 88 D8 18 00 00 48 89 8D A0 00 00 00 45 33 C9 45 33 C0 33 D2 48 8D 8D A0 00 00 00 E8 ? ? ? ? 4C 8B C0";
pattern = "48 8B D8 48 8B 8E D8 18 00 00 48 89 8D 90 00 00 00 45 33 C9 45 33 C0 33 D2 48 8D 8D 90 00 00 00 E8 ? ? ? ? 4C 8B";
goto JMP;
case v1_35_1_0:
offset = 0x3C;
Expand Down Expand Up @@ -346,8 +346,6 @@ namespace Localization {

switch (options.version) {
case v1_36_0_0:
//TODO
break;
case v1_35_1_0:
case v1_34_2_0:
case v1_33_3_0:
Expand Down
2 changes: 1 addition & 1 deletion Plugin64/map_nudge_view_asm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ JMP_F:
push mapNudgeViewProc1ReturnAddress;
ret;
mapNudgeViewProc1V136 ENDP
END
END

0 comments on commit d2eed1d

Please sign in to comment.