wii-ct-code icon indicating copy to clipboard operation
wii-ct-code copied to clipboard

CTGP Code glitches/doesnt function when console is reset

Open kyle95wm opened this issue 8 years ago • 5 comments

So I hit the reset button and the speedometer no longer loads into memory. Can this be fixed?

kyle95wm avatar Sep 28 '15 02:09 kyle95wm

Everything can be fixed. Redownload CTGP, and see if it isn't an isolated incident. Have any of your save files been corrupted?

It's unusual, because I generally reset my Wii quite regularly, and I don't seem to encounter this problem.

Sent from my iPhone

On 28 Sep 2015, at 03:42, Kyle Warwick-Mathieu [email protected] wrote:

So I hit the reset button and the speedometer no longer loads into memory. Can this be fixed?

— Reply to this email directly or view it on GitHub.

Seashark001 avatar Oct 01 '15 06:10 Seashark001

Interesting, I haven't heard of this before either. One thing that immediately springs to mind though is that it could be a region difference, as the reset sequence for different regions differs. What region is this on?

Chadderz121 avatar Oct 01 '15 07:10 Chadderz121

I'm running NTSCU and a version of the source code that makes the game not crash when the speedometer only is applied. I've even seen it happen where cups refuse to load properly after a reset so it's not just limited to my case.

kyle95wm avatar Oct 01 '15 12:10 kyle95wm

bad1/bad1Code/methods/runOvr1.s contains the set up for the speedometer, which is run on the health and safety screen and appears to call malloc. I'm assuming that this malloc is automatically freed when the reset button is pressed, but the health and safety screen is not revisited, causing the bug. I'm not sure of the best way to fix this though.

Chadderz121 avatar Oct 01 '15 13:10 Chadderz121

Interesting. Though I should point out the strap loads the "success" screen on reset.

kyle95wm avatar Oct 01 '15 13:10 kyle95wm