constants for rSTAT register

This commit is contained in:
xCrystal
2023-08-27 16:27:11 +02:00
parent 4dec74b770
commit 4ee4655e72
5 changed files with 17 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ PhoneRing_CopyTilemapAtOnce:
ld l, 0
ld a, SCREEN_HEIGHT
ldh [hTilesPerCycle], a
ld b, 1 << 1 ; not in v/hblank
ld b, 1 << rSTAT_BUSY ; not in v/hblank
ld c, LOW(rSTAT)
.loop