1
0
mirror of synced 2024-11-14 14:57:36 +01:00

- WMMT6R: Disabled load temporary to stop users trying to load WMMT5/6 save files lol

This commit is contained in:
Boomslangnz 2022-05-25 16:26:15 +12:00
parent ea24acbf62
commit 4db1423d23

View File

@ -962,7 +962,7 @@ static InitFunction Wmmt6RFunc([]()
// skip erasing of temp card data
injector::WriteMemory<uint8_t>(imageBase + 0xB2CF33, 0xEB, true);
// Skip erasing of temp card
safeJMP(imageBase + 0x6ADBF0, LoadGameData);
//safeJMP(imageBase + 0x6ADBF0, LoadGameData); //Disabled temporary to stop users copying WMMT6 save to 6R until save works correctly so load has a purpose!!
safeJMP(imageBase + 0x6C7270, ReturnTrue);
}