mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 21:35:16 +02:00
done for now #74
This commit is contained in:
@@ -400,6 +400,14 @@ RoboTanks
|
|||||||
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
Binary file not shown.
Reference in New Issue
Block a user