You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a crash that occurred when pressing Continue or starting a New Game.
Root cause: the recompiler split sub_825CD3C0 at an invalid boundary, leaving the loop body and epilogue ungenerated. This corrupted the r30 register, which later caused an access violation when sub_82666A10 used r30 as a base pointer (r30 + -31396).
Fix: sub_825CD3C0 now bypasses the broken split and jumps straight to the proper epilogue (sub_825CD678).
Notes
Installer bundles the corrected xmd.exe and updated xmd_launcher.exe.