Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 25, 2023
1 parent b3575fd commit 7d2d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.rop
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ C000 // clear the screen
1FF01 EA-13 // if the up key is pressed, add -1 to paddle 1's Y
1FF02 EA013 // if the down key is pressed, add 1 to paddle 1's Y

1FF05 A1604
1FF05 A1604 // if the 'A' button is pressed (Z key) generate a new random number

1F600 EE016 // if V6 == 0, ball volocity X = 1
1F600 EE007 // if V6 == 0, ball volocity y = 0
Expand Down

0 comments on commit 7d2d4b8

Please sign in to comment.