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 lda SkillTable,x
beq ManualShooting beq ManualShooting
RoboTanks RoboTanks
; robotanks shoot here ; robotanks shoot here
jsr ArtificialIntelligence jsr ArtificialIntelligence
jsr MoveBarrelToNewPosition jsr MoveBarrelToNewPosition
jsr DisplayStatus ;all digital values like force, angle, wind, etc. jsr DisplayStatus ;all digital values like force, angle, wind, etc.
jsr PutTankNameOnScreen 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 ; let's move the tank's barrel so it points the right
; direction ; direction
jmp AfterManualShooting jmp AfterManualShooting
BIN
View File
Binary file not shown.