diff --git a/ai.asm b/ai.asm index 1dd7530..1ce7645 100755 --- a/ai.asm +++ b/ai.asm @@ -126,7 +126,7 @@ forceNow jsr RandomizeForce endo - ldx TankNr ;this is possibly not necessary + ;ldx TankNr ;this is possibly not necessary lda NewAngle sta PreviousAngle,x lda EnergyTableL,x @@ -214,6 +214,7 @@ skipThisPlayer forceNow mwa #300 RandBoundaryLow mwa #700 RandBoundaryHigh + ldx TankNr jsr RandomizeForce endo diff --git a/scorch.xex b/scorch.xex index b329968..730bd81 100644 Binary files a/scorch.xex and b/scorch.xex differ