We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41745ce commit a866c0eCopy full SHA for a866c0e
src/hooking/camera.cpp
@@ -602,7 +602,7 @@ void CemuHooks::hook_OverwriteCameraParam(PPCInterpreter_t* hCPU) {
602
hCPU->instructionPointer = hCPU->sprNew.LR;
603
if (paramNameStr == "JumpHeight") {
604
// override jump height to 1.2 in first person mode to temporarily workaround the increased gravity effect
605
- uint32_t superLowAddress = 0x1031ADA4; // points to 1.2
+ uint32_t superLowAddress = 0x100C50D0; // points to 1.2
606
writeMemoryBE(hCPU->gpr[4], &superLowAddress);
607
return;
608
}
0 commit comments