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:
@@ -183,7 +183,7 @@ Function109847:: ; 109847
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
ld a, rSCX & $ff
|
||||
ld a, rSCX - $ff00
|
||||
ld [hLCDStatCustom], a
|
||||
|
||||
call GetCreditsPalette
|
||||
|
Reference in New Issue
Block a user