1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Skip calibration in Chase HQ2

Skip calibration in Chase HQ2, thanks boomslangnz
This commit is contained in:
Reaver 2020-03-02 15:32:11 +02:00
parent 231fb39e97
commit 45d5d862af

View File

@ -250,6 +250,12 @@ static InitFunction initFunction([]()
injector::WriteMemory<WORD>(0x0040447C+4, 0x9000, true);
}
if(GameDetect::currentGame == GameID::ChaseHq2)
{
// Skip calibration
injector::WriteMemory<BYTE>(imageBase + 0x107E3, 0xEB, true);
}
if(GameDetect::currentGame == GameID::TetrisGM3)
{
// TODO: DOCUMENT PATCHES