$ffd1 $ffd2 -> hWX hWY

This commit is contained in:
yenatch
2013-08-19 18:42:26 -04:00
parent 084083add0
commit 449bda272a
2 changed files with 32 additions and 32 deletions

View File

@@ -92,10 +92,10 @@ VBlank0: ; 2b1
ld a, [$ffd0]
ld [rSCY], a
; window y
ld a, [$ffd2]
ld a, [hWY]
ld [rWY], a
; window x + 7
ld a, [$ffd1]
ld a, [hWX]
ld [rWX], a
; some time management is in order