Skip to content

Commit

Permalink
cleanup II: the cleanening
Browse files Browse the repository at this point in the history
  • Loading branch information
boomlinde committed Feb 9, 2016
1 parent 3ea1add commit 55a0842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input.a
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ input_nocol
input_nocheck
sta CXCLR

; Gravity p0
; Gravity p0
clc
lda SPEEDY0_LO
adc #<GRAVITY
Expand All @@ -131,7 +131,7 @@ input_nocheck
adc #>GRAVITY
sta SPEEDY0_HI

; Gravity p1
; Gravity p1
clc
lda SPEEDY1_LO
adc #<GRAVITY
Expand Down

0 comments on commit 55a0842

Please sign in to comment.