hLabel - $ff00 -> LOW(hLabel)

This commit is contained in:
Rangi
2018-08-25 14:34:25 -04:00
parent eb1e3636bb
commit 1c0fff7668
10 changed files with 29 additions and 29 deletions

View File

@@ -68,7 +68,7 @@ Credits::
xor a
call ByteFill
ld a, rSCX - $ff00
ld a, LOW(rSCX)
ldh [hLCDCPointer], a
call GetCreditsPalette

View File

@@ -1994,7 +1994,7 @@ Intro_ResetLYOverrides:
pop af
ldh [rSVBK], a
ld a, rSCX - $ff00
ld a, LOW(rSCX)
ldh [hLCDCPointer], a
ret

View File

@@ -177,7 +177,7 @@ _TitleScreen:
call ByteFill
; Let LCD Stat know we're messing around with SCX
ld a, rSCX - $ff00
ld a, LOW(rSCX)
ldh [hLCDCPointer], a
pop af