diff --git a/scorch.asm b/scorch.asm index 93efbcf..474932e 100644 --- a/scorch.asm +++ b/scorch.asm @@ -402,11 +402,12 @@ DoNotFinishTheRound beq ManualShooting RoboTanks - ; robotanks shoot here + ; robotanks shoot here jsr ArtificialIntelligence - jsr MoveBarrelToNewPosition - jsr DisplayStatus ;all digital values like force, angle, wind, etc. jsr PutTankNameOnScreen + ldx TankNr + jsr MoveBarrelToNewPosition + ;jsr DisplayStatus ;all digital values like force, angle, wind, etc. (but it is done in MoveBarrelToNewPosition proc) lda kbcode cmp #28 ; ESC bne @+ diff --git a/scorch.xex b/scorch.xex index 1c95c88..1801664 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index d2d6ebf..19afa51 100644 --- a/textproc.asm +++ b/textproc.asm @@ -1980,7 +1980,7 @@ DisplayWindValue .endp ;------------------------------------------------- .proc PutTankNameOnScreen -; puts name of the tan on the screen +; puts name of the tank on the screen ldy #$00 lda tanknr asl