Closed Confuseme closed 4 years ago
MuscleTrainer seemed to point to the wrong address. Maybe this happened because I ran ePSXe in a different environment. The ePSXe does not use a pointer lookup, so
This one did not work for me: ePSXeMemstart = 0x14D2020
Working in my case: ePSXeMemstart = 0x1CE2020
Hopefully solved by using one of the pointers to the memory start address.
MuscleTrainer seemed to point to the wrong address. Maybe this happened because I ran ePSXe in a different environment. The ePSXe does not use a pointer lookup, so
This one did not work for me: ePSXeMemstart = 0x14D2020
Working in my case: ePSXeMemstart = 0x1CE2020