diff --git a/game.asm b/game.asm index db4b685..67c594c 100644 --- a/game.asm +++ b/game.asm @@ -465,9 +465,9 @@ missed sta ActiveWeapon,x @ - ;here we clear offensive text (after a shoot) - ldy TankNr - jsr DisplayOffensiveTextNr + ;here we clear offensive text (after a shoot) - is cleared !! :) + ; ldy TankNr + ; jsr DisplayOffensiveTextNr NextPlayerShoots ;before it shoots, the eXistenZ table must be updated diff --git a/scorch.bin b/scorch.bin index 39e9f91..136a52e 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 9514eb0..983795b 100644 Binary files a/scorch.xex and b/scorch.xex differ