diff --git a/scorch.asm b/scorch.asm index 1fa8025..1346ad3 100644 --- a/scorch.asm +++ b/scorch.asm @@ -500,6 +500,7 @@ RoboTanks jsr ArtificialIntelligence ;pause 30 ldx TankNr + jsr DisplayStatus ; to make visible AI selected defensive (and offensive :) ) jsr MoveBarrelToNewPosition lda kbcode cmp #28 ; ESC diff --git a/scorch.xex b/scorch.xex index b4d5883..cb03eb0 100644 Binary files a/scorch.xex and b/scorch.xex differ