diff options
author | yenatch <yenatch@gmail.com> | 2014-12-29 08:47:47 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-12-29 08:49:08 -0800 |
commit | 133e2fb7a7bcc914fa179a18bf0ed18a2099d0e8 (patch) | |
tree | c708a7a5d6ade88197feb6a94ceb7475e5813735 /engine | |
parent | 1a2784d4142572487fdf10a44aa4752de287e89f (diff) |
Use "- $ff00" instead of "& $ff" when dealing with hram.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/credits.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index 959e073c9..4620dd7e2 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -183,7 +183,7 @@ Function109847:: ; 109847 xor a call ByteFill - ld a, rSCX & $ff + ld a, rSCX - $ff00 ld [hLCDStatCustom], a call GetCreditsPalette |