Update some routine labels, including unreferenced ones

This commit is contained in:
Rangi
2020-05-18 11:59:48 -04:00
parent e32cf1bfd1
commit 156f2cc3ef
11 changed files with 38 additions and 38 deletions

View File

@@ -574,12 +574,12 @@ _GetMovementByte::
ld a, h
ret
SetVramState_Bit0::
UnreferencedSetVramState_Bit0::
ld hl, wVramState
set 0, [hl]
ret
ResetVramState_Bit0::
UnreferencedResetVramState_Bit0::
ld hl, wVramState
res 0, [hl]
ret