From 79e02e2c86adacf21ac3676545934de522ae61f4 Mon Sep 17 00:00:00 2001 From: pkali Date: Sat, 7 Dec 2024 10:51:18 -0500 Subject: [PATCH] racquette centering on start --- averybreakout.asm | 4 +--- averybreakout.xex | Bin 10373 -> 10373 bytes lib/ATARISYS.ASM | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/averybreakout.asm b/averybreakout.asm index 1bb88a0..f06e5b6 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -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 diff --git a/averybreakout.xex b/averybreakout.xex index cd5346fe761265c66e58260285dc99c810be83cd..dd4175ef9d7d8fd59ad1b604dc2aee5c321f5c1a 100644 GIT binary patch delta 14 VcmZn-Yz^G-L5fjr^GB&EyZ|ow1?>O; delta 14 VcmZn-Yz^G-L5fjh^GB&EyZ|o+1@8a= diff --git a/lib/ATARISYS.ASM b/lib/ATARISYS.ASM index b0e3986..7b11904 100644 --- a/lib/ATARISYS.ASM +++ b/lib/ATARISYS.ASM @@ -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