Documentation

This commit is contained in:
xCrystal
2023-08-29 18:52:51 +02:00
parent f386a63cf8
commit 236519fc55
2 changed files with 29 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ EnableWindowHUD:
ld a, $90
ldh [hWY], a
; configure LCD interrupt
ld a, 1 << rSTAT_INT_LYC ; LYC=LC
ld a, 1 << rSTAT_INT_LYC ; LYC=LY
ldh [rSTAT], a
ret