diff --git a/ai.asm b/ai.asm index 9cd889a..25d6649 100644 --- a/ai.asm +++ b/ai.asm @@ -1027,7 +1027,7 @@ SorryNoPurchase ; choose the best weapon ; X - TankNr ;---------------------------------------------- - ldy #last_offensive_____+1 ;the last weapon to choose +1 + ldy #last_offensive_____-1 ;the last weapon to choose +1 (ind_Dirt_Charge____ - not Laser :) ) NotFromAll ; Y - the last offensive weapon to use + 1 lda TanksWeaponsTableL,x diff --git a/scorch.bin b/scorch.bin index e1b6c5a..836759a 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 8bcf2ec..5277c31 100644 Binary files a/scorch.xex and b/scorch.xex differ