11-29-2024, 11:08 PM
(This post was last modified: 12-08-2024, 11:50 PM by _Ro.
Edit Reason: Fixed NTSC-J
)
Anti Lag/Late Start Online [Ro]
This code helps avoid lag or late starts in online races by starting the countdown as soon as all players are ready (When everyone sends the READY event).
Normally, the countdown can only start once the starting camera is finished. So, if you load in late, you'll send the "READY" event before the camera is done. The countdown will start for everyone else, but yours will be delayed until the camera finishes, causing you to start later than everyone else.
This code lets the countdown start as soon as everyone is ready, even if the camera isn’t done yet.
It’s a remake of MrBean’s (I believe) code from CTGP-R, and it works exactly the same. The code is safe and doesn’t cause any issues.
NTSC-U
C252E8E8 00000004
819E8F68 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
PAL
C2533430 00000004
819E28D8 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
NTSC-J
C2532DB0 00000004
819EC788 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
NTSC-K
C2521488 00000004
819E4298 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
Code creator: Ro
Code credits: davidevgen (Address), MrBean35000vr ? (original code)
This code helps avoid lag or late starts in online races by starting the countdown as soon as all players are ready (When everyone sends the READY event).
Normally, the countdown can only start once the starting camera is finished. So, if you load in late, you'll send the "READY" event before the camera is done. The countdown will start for everyone else, but yours will be delayed until the camera finishes, causing you to start later than everyone else.
This code lets the countdown start as soon as everyone is ready, even if the camera isn’t done yet.
It’s a remake of MrBean’s (I believe) code from CTGP-R, and it works exactly the same. The code is safe and doesn’t cause any issues.
NTSC-U
C252E8E8 00000004
819E8F68 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
PAL
C2533430 00000004
819E28D8 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
NTSC-J
C2532DB0 00000004
819EC788 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
NTSC-K
C2521488 00000004
819E4298 818C0B70
2C0C0007 41800008
38600001 2C030000
60000000 00000000
Code creator: Ro
Code credits: davidevgen (Address), MrBean35000vr ? (original code)
mtctr r0 ~ bctrl / BLX R0