Mario Kart Wii Gecko Codes, Cheats, & Hacks

Full Version: Time trials online mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I have a code to make you start with 3 shrooms in every mode if that would be helpful
(04-26-2020, 12:45 PM)Seeky Wrote: [ -> ]I have a code to make you start with 3 shrooms in every mode if that would be helpful
Likewise, I'd appreciate that a lot, thanks in advance Seeky
047997d8 38000001 PAL
disable slip stream NTSC U
04580AB4 60000000
Thanks both of you, the codes work perfectly.

The last piece of the puzzle is fixing the starting position.

I found how to shorten the z distance between racers: a read breakpoint at address 8088fa28 gave me the following info:

Address 80512b50: lfs f3, 0x0140 (r30)

Therefore I tried changing the instruction to lfs f3, 0x0 (30): 
C2512B50 00000001
C07E0000 00000000

Combining this code with No_Name_Guy's code gave me this https://cdn.discordapp.com/attachments/6...nknown.png
As you can see, for some reason the distance is still not 0 and the bottom placement racers start slightly in the back.
What is at 0x140 of r30, is it the raw z coordinate of the racer, or its displacement in the starting box?
It's a place in static memory, address 8088fa28 and I am pretty sure it's the displacement of the starting box (the length to be more accurate): https://imgur.com/gL2ptGJ
0488FA28 30000000 << try this
It yielded the same result strangely enough. I'll probably keep it as it is instead of annoying you guys so much, your help has been very valuable thus far, thanks a lot.
Eh I some point I can try to fix that bug, I already know the course of action to take
Pages: 1 2 3 4 5