We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330b65c commit 4da39c2Copy full SHA for 4da39c2
BDTHPlugin/PluginMemory.cs
@@ -143,7 +143,7 @@ public PluginMemory()
143
// Assembly address for asm rewrites.
144
placeAnywhere = Plugin.TargetModuleScanner.ScanText("C6 ?? ?? ?? 00 00 00 8B FE 48 89") + 6;
145
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;
+ wallmountAnywhere = Plugin.TargetModuleScanner.ScanText("c6 87 83 01 00 00 00 48 83 c4 ??") + 6;
147
// showcaseAnywhereRotate = Plugin.TargetModuleScanner.ScanText("88 87 98 02 00 00 48 8b 9c ?? ?? 00 00 00 4C 8B");
148
// showcaseAnywherePlace = Plugin.TargetModuleScanner.ScanText("88 87 98 02 00 00 48 8B");
149
0 commit comments