From 385b7017f352592a42e083e34d5884590dde000e Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Sat, 13 Jul 2024 21:20:55 +0200 Subject: [PATCH] Fix fake RTC being on by default (#4965) --- include/config/overworld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index aedee040a3..b666426996 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -63,7 +63,7 @@ //Time #define OW_TIMES_OF_DAY GEN_LATEST // Different generations have the times of day change at different times. -#define OW_USE_FAKE_RTC TRUE // When TRUE, seconds on the in-game clock will only advance once every 60 playTimeVBlanks (every 60 frames). +#define OW_USE_FAKE_RTC FALSE // When TRUE, seconds on the in-game clock will only advance once every 60 playTimeVBlanks (every 60 frames). #define OW_ALTERED_TIME_RATIO GEN_LATEST // In GEN_8_PLA, the time in game moves forward 60 seconds for every second in the RTC. In GEN_9, it is 20 seconds. This has no effect if OW_USE_FAKE_RTC is FALSE. // Overworld flags