Rename wVramState to wStateFlags and use flag constants (#1078)
This commit is contained in:
@@ -17,8 +17,8 @@ ScrollingMenu::
|
||||
ret
|
||||
|
||||
.UpdatePalettes:
|
||||
ld hl, wVramState
|
||||
bit 0, [hl]
|
||||
ld hl, wStateFlags
|
||||
bit SPRITE_UPDATES_DISABLED_F, [hl]
|
||||
jp nz, UpdateTimePals
|
||||
jp SetDefaultBGPAndOBP
|
||||
|
||||
|
Reference in New Issue
Block a user