Identify more bit flags (#1153)
This commit is contained in:
@@ -37,7 +37,7 @@ _LoadOverworldAttrmapPals::
|
||||
.next
|
||||
pop hl
|
||||
ld [de], a
|
||||
res 7, [hl]
|
||||
res OAM_TILE_BANK + 4, [hl]
|
||||
inc hl
|
||||
inc de
|
||||
dec c
|
||||
@@ -81,7 +81,7 @@ _ScrollBGMapPalettes::
|
||||
.next
|
||||
pop hl
|
||||
ld [de], a
|
||||
res 7, [hl]
|
||||
res OAM_TILE_BANK + 4, [hl]
|
||||
inc hl
|
||||
inc de
|
||||
dec c
|
||||
|
@@ -15,7 +15,7 @@ _TimeOfDayPals::
|
||||
|
||||
; forced pals?
|
||||
ld hl, wTimeOfDayPalFlags
|
||||
bit 7, [hl]
|
||||
bit FORCED_PALSET_F, [hl]
|
||||
jr nz, .dontchange
|
||||
|
||||
; do we need to bother updating?
|
||||
|
Reference in New Issue
Block a user