Final release? :)

This commit is contained in:
Pecusx
2023-09-05 08:49:45 +02:00
parent e18cede7d1
commit 8557be1450
3 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -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