diff --git a/scorch.asm b/scorch.asm index 4353071..8ab60be 100644 --- a/scorch.asm +++ b/scorch.asm @@ -921,7 +921,7 @@ NotLastPlayerInRound ; in X there is a number of tank that died - lda #77 ; mumber of defensive text after BFG! + lda #78 ; mumber of defensive text after BFG! ("VERY FUNNY.") bit AfterBFGflag ; check BFG flag bmi TextAfterBFG ; if BFG then no points for dead tanks ... diff --git a/scorch.bin b/scorch.bin index d4f05a5..8539656 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index ce7ad81..3b25a7d 100644 Binary files a/scorch.xex and b/scorch.xex differ