Time trials online mode
#21
I have a code to make you start with 3 shrooms in every mode if that would be helpful
Reply
#22
(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
Reply
#23
047997d8 38000001 PAL
Reply
#24
disable slip stream NTSC U
04580AB4 60000000
Reply
#25
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.
Reply
#26
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.
Reply
#27
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
Reply
#28
0488FA28 30000000 << try this
Super Mario Eclipse, what Super Mario Sunshine could've been.
Reply
#29
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.
Reply
#30
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)