03-05-2021, 08:59 PM
(This post was last modified: 09-01-2023, 06:25 PM by WhatisLoaf.
Edit Reason: Change from gaberboo
)
This code removes the 6 minute time limit in time trials.
Since this limit only affects ghost saving and not ghost replaying, you don't need this code to replay a ghost that goes over 6 minutes.
Note that the input limit still holds!
PAL
04855DD4 60000000
04857AA0 60000000
NTSC-U
04834344 60000000
04836010 60000000
NTSC-J
04855440 60000000
0485710C 60000000
NTSC-K
04844194 60000000
04845E60 60000000
The first write enables ghost saving and the second one disables the text that shows up telling the player that the ghost won't be able to save.
Since this limit only affects ghost saving and not ghost replaying, you don't need this code to replay a ghost that goes over 6 minutes.
Note that the input limit still holds!
PAL
04855DD4 60000000
04857AA0 60000000
NTSC-U
04834344 60000000
04836010 60000000
NTSC-J
04855440 60000000
0485710C 60000000
NTSC-K
04844194 60000000
04845E60 60000000
The first write enables ghost saving and the second one disables the text that shows up telling the player that the ghost won't be able to save.