Use "- $ff00" instead of "& $ff" when dealing with hram.

This commit is contained in:
yenatch
2014-12-29 08:47:47 -08:00
parent 1a2784d414
commit 133e2fb7a7
3 changed files with 14 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ Function109847:: ; 109847
xor a
call ByteFill
ld a, rSCX & $ff
ld a, rSCX - $ff00
ld [hLCDStatCustom], a
call GetCreditsPalette