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