- 2,171
I don't know if anyone already post the way to change days or not. but here is my version.
Days in GT4 stored as number started from 256FD5, so to get desired days:
days we want = 256FD5 + days
if we want to set days to 1000 then:
days we want = 256FD5 + 3E8
days we want = 2573BD
To get the address, get Max day code. This is Max days for GT4 NTSC, gameshark :
28BB91D6 0C10780B
Using maxconvert, convert it to raw:
20A17AB8 002596E6
Change the value to the previous value to set days to 1000:
20A17AB8 002573BD
Create a gameshark code with maxconvert:
25531C76 BEAC90DC
If you use this code, your days number should change to 1000.
Days in GT4 stored as number started from 256FD5, so to get desired days:
days we want = 256FD5 + days
if we want to set days to 1000 then:
days we want = 256FD5 + 3E8
days we want = 2573BD
To get the address, get Max day code. This is Max days for GT4 NTSC, gameshark :
28BB91D6 0C10780B
Using maxconvert, convert it to raw:
20A17AB8 002596E6
Change the value to the previous value to set days to 1000:
20A17AB8 002573BD
Create a gameshark code with maxconvert:
25531C76 BEAC90DC
If you use this code, your days number should change to 1000.