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.
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.