Skip calibration in Chase HQ2
Skip calibration in Chase HQ2, thanks boomslangnz
This commit is contained in:
parent
231fb39e97
commit
45d5d862af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user