mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
randomizeforce fix
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user