Skip to content

Commit

Permalink
Automatic DNS tinting
Browse files Browse the repository at this point in the history
  • Loading branch information
PCG06 committed Dec 8, 2023
1 parent b0b8fa2 commit ccfa84f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/overworld.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "bg.h"
#include "cable_club.h"
#include "clock.h"
#include "day_night.h"
#include "dexnav.h"
#include "event_data.h"
#include "event_object_movement.h"
Expand Down Expand Up @@ -833,6 +834,7 @@ void LoadMapFromCameraTransition(u8 mapGroup, u8 mapNum)

for (paletteIndex = NUM_PALS_IN_PRIMARY; paletteIndex < NUM_PALS_TOTAL; paletteIndex++)
ApplyWeatherColorMapToPal(paletteIndex);
UpdateSpritePaletteWithWeather(paletteIndex);

InitSecondaryTilesetAnimation();
UpdateLocationHistoryForRoamer();
Expand Down Expand Up @@ -1809,6 +1811,7 @@ static void VBlankCB_Field(void)
FieldUpdateBgTilemapScroll();
TransferPlttBuffer();
TransferTilesetAnimsBuffer();
CheckClockForImmediateTimeEvents();
}

static void InitCurrentFlashLevelScanlineEffect(void)
Expand Down

0 comments on commit ccfa84f

Please sign in to comment.