diff --git a/source/fixes/ZanZarahTheHiddenPortalWidescreenFix/dllmain.cpp b/source/fixes/ZanZarahTheHiddenPortalWidescreenFix/dllmain.cpp index 55edcbe2..bd36515e 100644 --- a/source/fixes/ZanZarahTheHiddenPortalWidescreenFix/dllmain.cpp +++ b/source/fixes/ZanZarahTheHiddenPortalWidescreenFix/dllmain.cpp @@ -360,7 +360,7 @@ void WidescreenFix() Memory::Write(Pattern10ScanResult + 4, fNewValue5); - Memory::Write(Pattern10ScanResult + 18, fNewValue6); + Memory::Write(Pattern10ScanResult + 24, fNewValue6); Memory::Write(Pattern10ScanResult + 28, fNewValue7); @@ -441,4 +441,4 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv break; } return TRUE; -} \ No newline at end of file +}