ref: d79fca8c6e0c3da8782b9952740706bf73e97a17
dir: /home/rtc.asm/
RTC:: ; 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