ref: 0d5cf5c8b9066b407f8dc1879dad56d53f5d0179
dir: /home/time_palettes.asm/
UpdateTimeAndPals:: ; update time and time-sensitive palettes ; rtc enabled? ld a, [wSpriteUpdatesEnabled] cp 0 ret z call UpdateTime ; obj update on? ld a, [wVramState] bit 0, a ; obj update ret z TimeOfDayPals:: callfar _TimeOfDayPals ret UpdateTimePals:: callfar _UpdateTimePals ret