Done.
ASM to change the initial starting date of a new file:
This routine actually loads right before the crystals fmv, and doesn't seem to ever be used again.
Attached is an xml version.
ASM to change the initial starting date of a new file:
Code Select
0x44b0c
ori r2,r0,0x0001(month 01 = january, 0a = oct, 0b = nov, 0c = dec, [don't go outside range, game will hang])
lui r1,0x8005
sw r2,0x77d4(r1)
lui r1,0x8005 ---> change to ori r2,r0,0x0015 (day - 01 = 1st, 10 = 16th)
sw r2,0x77d8(r1)
This routine actually loads right before the crystals fmv, and doesn't seem to ever be used again.
Attached is an xml version.