mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix VBL warn address
This commit is contained in:
parent
c43381463a
commit
dc74cc6dc5
@ -192,7 +192,8 @@ EvenLasterMover
|
||||
}
|
||||
} else {
|
||||
!if (iWaitForVBL != WaitForVBL) or (iUnwaitForVBL != UnwaitForVBL) {
|
||||
!error "WaitForVBL at ", WaitForVBL
|
||||
!error "UnwaitForVBL at ", UnwaitForVBL
|
||||
!warn "constants.a needs updating"
|
||||
!error "WaitForVBL is at ", iWaitForVBL
|
||||
!error "UnwaitForVBL is at ", iUnwaitForVBL
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user