1
0
mirror of synced 2025-02-23 05:29:15 +01:00

Radikal Bikers add test button correctly

This commit is contained in:
Aaron M 2021-05-04 12:54:03 +12:00
parent 279d862152
commit 282e19ae00

View File

@ -123,7 +123,7 @@ static int ThreadLoop()
if (!Test)
{
Test = true;
*(BYTE*)(imageBase + 0x715FC28) += 0x10;
*(BYTE*)(imageBase + 0x668822C) -= 0x08;
}
}
else
@ -131,6 +131,7 @@ static int ThreadLoop()
if (Test)
{
Test = false;
*(BYTE*)(imageBase + 0x668822C) += 0x08;
}
}