Skip to content

Commit 4da39c2

Browse files
DrakansoulLeonBlade
Drakansoul
authored andcommitted
fix wallmountAnywhere signature
1 parent 330b65c commit 4da39c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDTHPlugin/PluginMemory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public PluginMemory()
143143
// Assembly address for asm rewrites.
144144
placeAnywhere = Plugin.TargetModuleScanner.ScanText("C6 ?? ?? ?? 00 00 00 8B FE 48 89") + 6;
145145
wallAnywhere = Plugin.TargetModuleScanner.ScanText("48 85 C0 74 ?? C6 87 ?? ?? 00 00 00") + 11;
146-
wallmountAnywhere = Plugin.TargetModuleScanner.ScanText("C6 ?? ?? ?? 00 00 00 48 ?? ?? ?? 00 00 00 5F") + 6;
146+
wallmountAnywhere = Plugin.TargetModuleScanner.ScanText("c6 87 83 01 00 00 00 48 83 c4 ??") + 6;
147147
// showcaseAnywhereRotate = Plugin.TargetModuleScanner.ScanText("88 87 98 02 00 00 48 8b 9c ?? ?? 00 00 00 4C 8B");
148148
// showcaseAnywherePlace = Plugin.TargetModuleScanner.ScanText("88 87 98 02 00 00 48 8B");
149149

0 commit comments

Comments
 (0)