swapped comments for adding points to paddles

This commit is contained in:
sejo 2021-09-15 12:51:17 -05:00
parent 7fd039a874
commit 8c2160aa9d
1 changed files with 4 additions and 4 deletions

View File

@ -1205,7 +1205,7 @@ the whole x-in-left code would end up looking like:
,&finish JCN
&reset-left
( here you can add a point to the left paddle )
( here you can add a point to the right paddle )
;reset JSR2
,&finish JMP
@ -1252,7 +1252,7 @@ for the right paddle we will do the same as above, but changing the comparisons
,&finish JCN
&reset-right
( here you can add a point to the right paddle )
( here you can add a point to the left paddle )
;reset JSR2
,&finish JMP
@ -1458,7 +1458,7 @@ RTN
,&finish JCN
&reset-left
( here you can add a point to the left paddle )
( here you can add a point to the right paddle )
;reset JSR2
,&finish JMP
@ -1486,7 +1486,7 @@ RTN
,&finish JCN
&reset-right
( here you can add a point to the right paddle )
( here you can add a point to the left paddle )
;reset JSR2
,&finish JMP