From c860ed4d3586a18b905a4b6b44d4ced84c1392b5 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 3 Oct 2023 03:57:30 -0400 Subject: [PATCH] fix: update signature --- Tourist/GameFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tourist/GameFunctions.cs b/Tourist/GameFunctions.cs index c96f51f..0c60842 100644 --- a/Tourist/GameFunctions.cs +++ b/Tourist/GameFunctions.cs @@ -28,7 +28,7 @@ namespace Tourist { this.VistaUnlockedHook = this.Plugin.GameInteropProvider.HookFromAddress(vistaUnlockedPtr, this.OnVistaUnlock); this.VistaUnlockedHook.Enable(); - var maskPtr = this.Plugin.SigScanner.GetStaticAddressFromSig("8B F2 48 8D 0D ?? ?? ?? ?? 8B D3"); + var maskPtr = this.Plugin.SigScanner.GetStaticAddressFromSig("8B EA 48 8D 0D ?? ?? ?? ?? 8B D3"); this.SightseeingMaskPointer = maskPtr; var createVfxPtr = this.Plugin.SigScanner.ScanText("E8 ?? ?? ?? ?? F3 0F 10 35 ?? ?? ?? ?? 48 89 43 08");