work in progress...

This commit is contained in:
2022-05-30 05:54:00 -04:00
parent 2df28af79c
commit 9f1720e970
4 changed files with 50 additions and 101 deletions
+2 -2
View File
@@ -1129,7 +1129,7 @@ pressedLeft
cmp #$ff ; if angle goes through 0 we clear the barrel
bne NotThrough90DegreesLeft
mva #$2e CharCode
jsr drawtankNrX
jsr DrawTankNr.drawtankNrX
NotThrough90DegreesLeft
cmp #(255-91)
jne BeforeFire
@@ -1144,7 +1144,7 @@ pressedRight
lda AngleTable,x
bne NotThrough90DegreesRight
mva #$30 CharCode ; if angle goes through 0 we clear the barrel
jsr drawtankNrX
jsr DrawTankNr.drawtankNrX
NotThrough90DegreesRight
cmp #91
jne BeforeFire