04-26-2020, 12:45 PM
I have a code to make you start with 3 shrooms in every mode if that would be helpful
Time trials online mode
|
04-26-2020, 12:45 PM
I have a code to make you start with 3 shrooms in every mode if that would be helpful
04-26-2020, 01:19 PM
04-26-2020, 01:29 PM
047997d8 38000001 PAL
04-27-2020, 02:55 AM
disable slip stream NTSC U
04580AB4 60000000
04-27-2020, 12:27 PM
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.
04-27-2020, 02:07 PM
What is at 0x140 of r30, is it the raw z coordinate of the racer, or its displacement in the starting box?
Super Mario Eclipse, what Super Mario Sunshine could've been.
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
04-27-2020, 05:54 PM
0488FA28 30000000 << try this
Super Mario Eclipse, what Super Mario Sunshine could've been.
04-28-2020, 09:51 PM
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.
04-29-2020, 12:11 AM
Eh I some point I can try to fix that bug, I already know the course of action to take
Super Mario Eclipse, what Super Mario Sunshine could've been.
|
« Next Oldest | Next Newest »
|