randomizeforce fix

This commit is contained in:
2022-08-21 14:04:20 -04:00
parent fa5451e646
commit 8f9e5d018b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ PMGraph = $0800 ; real PM start = $0b00
; Generated tables
linetableL = $0b00 - screenHeight*2
linetableH = $0b00 - screenHeight
linetableL = $0b00 - (screenHeight+1)*2
linetableH = $0b00 - (screenHeight+1)
display = $1010 ;screen takes $2K due to clearing routine