mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
use constant for bg transfer dest hram var
This commit is contained in:
parent
849b53623b
commit
99df5f0fd7
5 changed files with 7 additions and 7 deletions
|
|
@ -101,9 +101,9 @@ rLCDC_DEFAULT EQU %11100011
|
|||
ld [wc0ef], a
|
||||
ld [wc0f0], a
|
||||
ld a, $9c
|
||||
ld [$ffbd], a
|
||||
ld [H_AUTOBGTRANSFERDEST + 1], a
|
||||
xor a
|
||||
ld [$ffbc], a
|
||||
ld [H_AUTOBGTRANSFERDEST], a
|
||||
dec a
|
||||
ld [wUpdateSpritesEnabled], a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue