fix VBL warn address

This commit is contained in:
Peter Ferrie 2020-03-18 12:44:53 -07:00
parent c43381463a
commit dc74cc6dc5
1 changed files with 3 additions and 2 deletions

View File

@ -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
}
}