From 4b42bf8f10bd5f67665d5f74b1e1a7c0cd8f1940 Mon Sep 17 00:00:00 2001 From: Silent Date: Tue, 20 Jun 2017 16:58:21 +0200 Subject: [PATCH] Lightbeam fix compatible with FLA --- SilentPatchSA/SilentPatchSA.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index 1e214a1..075f24a 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -2854,8 +2854,7 @@ void Patch_SA_10() //Patch(0x5B3ADD, 4); // Lightbeam fix - Patch(0x6A2E88, 0x0EEB); - Nop(0x6A2E9C, 3); + Nop(0x6A2E95, 3); Patch(0x6E0F63, 0x0AEB); Patch(0x6E0F7C, 0x0BEB); Patch(0x6E0F95, 0x0BEB); @@ -3284,8 +3283,7 @@ void Patch_SA_11() InjectHook(0x7142FB, HandleMoonStuffStub, PATCH_JUMP); // Lightbeam fix - Patch(0x6A36A8, 0x0EEB); - Nop(0x6A36BC, 3); + Nop(0x6A36B5, 3); Patch(0x6E1793, 0x0AEB); Patch(0x6E17AC, 0x0BEB); Patch(0x6E17C5, 0x0BEB);