Rename wVramState to wStateFlags and use flag constants (#1078)
This commit is contained in:
@@ -17,8 +17,8 @@ ReanchorBGMap_NoOAMUpdate::
|
||||
pop af
|
||||
ldh [hOAMUpdate], a
|
||||
|
||||
ld hl, wVramState
|
||||
set 6, [hl]
|
||||
ld hl, wStateFlags
|
||||
set TEXT_STATE_F, [hl]
|
||||
ret
|
||||
|
||||
.ReanchorBGMap:
|
||||
|
Reference in New Issue
Block a user