MxX Diff. level = 20

This commit is contained in:
Pecusx
2024-08-13 20:02:29 +02:00
parent 0009703838
commit afb8fc44ff
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -483,7 +483,11 @@ noInsert
sta score+3
; if score gets next 100 - level up
inc diff_level
inc score+2
lda diff_level
cmp #DIFF_LEVELS+1
bne @+
dec diff_level
@ inc score+2
lda score+2
cmp #"9"+1 ; 9+1 character code
bne ScoreReady
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.