Identify some time-related data

This commit is contained in:
Rangi
2020-08-11 14:12:59 -04:00
parent 64e2cff5c4
commit ed3e70b97c
8 changed files with 36 additions and 30 deletions

View File

@@ -925,7 +925,7 @@ FlickeringCaveEntrancePalette:
ret nz
; We only want to be here if we're in a dark cave.
ld a, [wTimeOfDayPalset]
cp %11111111 ; 3,3,3,3
cp DARKNESS_PALSET
ret nz
ldh a, [rSVBK]