racquette centering on start

This commit is contained in:
2024-12-07 10:51:18 -05:00
parent 1f861dd607
commit 79e02e2c86
3 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -24,8 +24,6 @@
icl 'lib/ATARISYS.ASM'
icl 'lib/MACRO.ASM'
CR_PC = 13 ; PC CR code
LF_PC = 10 ; PC LF code
display = $a000
screenWidth = 80 ;in pixels
screenBytes = screenWidth/2 ; in bytes
@@ -1324,7 +1322,7 @@ eXistenZstackFill
;previously the whole band of ballz
;VBI
mva #screenWidth/2 racquetPos
mva #screenWidth/2-racquetSize/4 racquetPos
vmain vint,7
mva #1 color
BIN
View File
Binary file not shown.
+2
View File
@@ -734,3 +734,5 @@ scr32 = @dmactl(narrow|dma|players|missiles|lineX1)
; ---------------------------------------------------------------------------
EOL = $9b
CR_PC = 13 ; PC CR code
LF_PC = 10 ; PC LF code