diff --git a/game.asm b/game.asm index c5d57bb..354931b 100644 --- a/game.asm +++ b/game.asm @@ -347,6 +347,7 @@ CheckNextTankAD ldx tankNr lda TankStatusColoursTable,x sta COLOR2 ; set color of status line + jsr RandomizeForce.LimitForce jsr PutTankNameOnScreen ; jsr DisplayStatus ; There is no need anymore, it is always after PutTankNameOnScreen diff --git a/scorch.bin b/scorch.bin index edbd70d..ff98dec 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 9cb241c..e47beb2 100644 Binary files a/scorch.xex and b/scorch.xex differ