Remove RTC (#1) and remove time of day dependence on RTC (#7) [Commit 1]

This commit is contained in:
xCrystal
2023-07-27 20:32:15 +02:00
parent 59bda0b36b
commit 0571144a7b
32 changed files with 40 additions and 2276 deletions

View File

@@ -3,7 +3,6 @@ DummyPredef36:
ret
UpdateTimeOfDayPal::
call UpdateTime
ld a, [wTimeOfDay]
ld [wCurTimeOfDay], a
call GetTimePalette
@@ -64,7 +63,7 @@ _TimeOfDayPals::
ld a, b
ldh [rSVBK], a
; update sgb pals
; update cgb pals
ld b, CGB_MAPPALS
call GetCGBLayout