done for now #74

This commit is contained in:
2022-06-05 03:17:34 -04:00
parent 853a597daf
commit 079abc062f
2 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -394,12 +394,20 @@ DoNotFinishTheRound
lda SkillTable,x
beq ManualShooting
RoboTanks
RoboTanks
; robotanks shoot here
jsr ArtificialIntelligence
jsr MoveBarrelToNewPosition
jsr DisplayStatus ;all digital values like force, angle, wind, etc.
jsr PutTankNameOnScreen
lda kbcode
cmp #28 ; ESC
bne @+
jsr AreYouSure
lda escFlag
seq:rts
@
; let's move the tank's barrel so it points the right
; direction
jmp AfterManualShooting