03-05-2021, 08:59 PM
(This post was last modified: 11-07-2021, 11:10 PM by WhatisLoaf.
Edit Reason: converted codes to upper case
)
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
04855DD0 60000000
04857A9C 60000000
NTSC-U
04834340 60000000
0483600C 60000000
NTSC-J
0485543C 60000000
04857108 60000000
NTSC-K
04844190 60000000
04845E5C 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
04855DD0 60000000
04857A9C 60000000
NTSC-U
04834340 60000000
0483600C 60000000
NTSC-J
0485543C 60000000
04857108 60000000
NTSC-K
04844190 60000000
04845E5C 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.