wVramState -> wStateFlags and define flag constants (from pokecrystal f72f078c0e68736adf81f6c45c84f0c1e127a231)

This commit is contained in:
xCrystal
2024-02-11 00:34:46 +01:00
parent b1fd8f941a
commit e44744c587
27 changed files with 88 additions and 82 deletions

View File

@@ -55,7 +55,7 @@ DoNextFrameForAllSprites:
dec e
jr nz, .loop
ld a, [wVramState]
ld a, [wStateFlags]
bit 2, a
ret nz