diff --git a/C64/textproc.asm b/C64/textproc.asm index d982eac..a34dcbe 100644 --- a/C64/textproc.asm +++ b/C64/textproc.asm @@ -156,7 +156,10 @@ EndOfNick ; level of the computer opponent goes to ; the table of levels (difficulties) ldx tanknr - lda #6 ; Spoiler + txa + clc + adc #2 +; lda #6 ; Spoiler sta DifficultyLevel sta skilltable,x beq NotRobot diff --git a/scorchC64.prg b/scorchC64.prg index dbc1d7d..f448605 100644 Binary files a/scorchC64.prg and b/scorchC64.prg differ diff --git a/scorch_cart.xex b/scorch_cart.xex new file mode 100644 index 0000000..3708e22 Binary files /dev/null and b/scorch_cart.xex differ