You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
hLabel - $ff00 -> LOW(hLabel)
This commit is contained in:
@@ -68,7 +68,7 @@ Credits::
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
ld a, rSCX - $ff00
|
||||
ld a, LOW(rSCX)
|
||||
ldh [hLCDCPointer], a
|
||||
|
||||
call GetCreditsPalette
|
||||
|
@@ -1994,7 +1994,7 @@ Intro_ResetLYOverrides:
|
||||
|
||||
pop af
|
||||
ldh [rSVBK], a
|
||||
ld a, rSCX - $ff00
|
||||
ld a, LOW(rSCX)
|
||||
ldh [hLCDCPointer], a
|
||||
ret
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user