mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Rename hVBlank* constants to h*.
This commit is contained in:
parent
6866df277f
commit
a81487e9c6
16 changed files with 45 additions and 45 deletions
|
|
@ -74,7 +74,7 @@ rLCDC_DEFAULT EQU %11100011
|
|||
ld [rIE], a
|
||||
|
||||
ld a, 144 ; move the window off-screen
|
||||
ld [hVBlankWY], a
|
||||
ld [hWY], a
|
||||
ld [rWY], a
|
||||
ld a, 7
|
||||
ld [rWX], a
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@ VBlank::
|
|||
ld a, [H_LOADEDROMBANK]
|
||||
ld [wd122], a
|
||||
|
||||
ld a, [hVBlankSCX]
|
||||
ld a, [hSCX]
|
||||
ld [rSCX], a
|
||||
ld a, [hVBlankSCY]
|
||||
ld a, [hSCY]
|
||||
ld [rSCY], a
|
||||
|
||||
ld a, [wd0a0]
|
||||
and a
|
||||
jr nz, .ok
|
||||
ld a, [hVBlankWY]
|
||||
ld a, [hWY]
|
||||
ld [rWY], a
|
||||
.ok
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue