From 3fd9e433b3672b4e34f4d44a105b2fcaba3564da Mon Sep 17 00:00:00 2001 From: Reaver Date: Mon, 17 Sep 2018 19:25:34 +0300 Subject: [PATCH] Groove Coaster 2 now boots - Now stops at some error that I can make no sense of. --- OpenParrot/src/Functions/Games/Nesica/NesicaGeneric.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenParrot/src/Functions/Games/Nesica/NesicaGeneric.cpp b/OpenParrot/src/Functions/Games/Nesica/NesicaGeneric.cpp index c8854c3..115e8e6 100644 --- a/OpenParrot/src/Functions/Games/Nesica/NesicaGeneric.cpp +++ b/OpenParrot/src/Functions/Games/Nesica/NesicaGeneric.cpp @@ -34,6 +34,9 @@ static InitFunction initFunction_GC2([]() // C:\\TypeXZEROTemp.dat check safeJMP(imageBase + 0xF81B0, ReturnTrue); + + // Unstuck the game from some dumb mouse scanner func + injector::MakeNOP(imageBase + 0xA3FF6, 2); #if _M_IX86 init_CryptoPipe(GameDetect::NesicaKey); #endif