08-07-2020, 02:49 PM
(This post was last modified: 12-06-2020, 02:19 PM by CLF78.
Edit Reason: Removed unneeded note
)
This code lets you set a custom amount of time before the race ends due to the leader having finished the race.
NTSC-U
02539752 0000XXXX
PAL
0253EC8E 0000XXXX
NTSC-J
0253E60E 0000XXXX
NTSC-K
0252CCE6 0000XXXX
X Value:
Code credits: Bully (address founder)
NTSC-U
02539752 0000XXXX
PAL
0253EC8E 0000XXXX
NTSC-J
0253E60E 0000XXXX
NTSC-K
0252CCE6 0000XXXX
X Value:
- Take the number of seconds (for example, 3 minutes = 180 seconds)
- Multiply that by 60 (the game's framerate)
- Convert to hex
Code credits: Bully (address founder)