Increased TOD update interval.
This commit is contained in:
parent
96d0f7ed7d
commit
741e880c24
1 changed files with 1 additions and 1 deletions
|
@ -1557,7 +1557,7 @@ static void OverworldBasic(void)
|
|||
UpdatePaletteFade();
|
||||
UpdateTilesetAnimations();
|
||||
DoScheduledBgTilemapCopiesToVram();
|
||||
if (!(gPaletteFade.active || (timeCounter++ % 60))) {
|
||||
if (!(gPaletteFade.active || (timeCounter++ % 3600))) {
|
||||
struct TimeBlendSettings cachedBlend = {
|
||||
.time0 = currentTimeBlend.time0,
|
||||
.time1 = currentTimeBlend.time1,
|
||||
|
|
Loading…
Reference in a new issue