- Joined
- Mar 16, 2017
- Messages
- 538
- Reaction score
- 490
- Trophies
- 0
- Location
- The Maple Syrup Aisle
- XP
- 973
- Country

Nice. Its odd though because if you poke the value it briefly flicks to the new time but then goes back but the code makes it stick. Perhaps by writing to the memory location for more than a few frames with the button press makes the difference
Its actually strange. i spent a day messing around with this address. it turns out, that address in the second code is the pretty much just the display code-ish sorta. to actually change the time with a simple poke, you need to poke the value right beside it thats 4 bytes away.
it always appears as a BF800000, or -1, but you can actually poke your desired time into it and itll update everything else. but yet if you hold the Display value for the length of time that is equal to 5 minutes in game (basically the time for the time to change at all, normally), then it updates the "Real time"
i posted the display value because you'd never be able to find the BF800000 address because it doesnt really change.
it must be used for time changing events, such as sleeping or resting by fires.. who knows.
its all very strange, which is why this took me tonnes of luck and almost a day to figure out wtf was happening and how i could control it all lol









