You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use "- $ff00" instead of "& $ff" when dealing with hram.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
Function547:: ; 547
|
||||
ld a, [hLCDStatCustom]
|
||||
cp rSCX & $ff
|
||||
cp rSCX - $ff00
|
||||
ret nz
|
||||
ld c, a
|
||||
ld a, [LYOverrides]
|
||||
|
Reference in New Issue
Block a user