mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
done for now #74
This commit is contained in:
+9
-1
@@ -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
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user