C64 fixes

This commit is contained in:
Pecusx
2023-09-30 19:38:38 +02:00
parent b52f8919ad
commit 62ea3efd16
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -31,6 +31,9 @@ NamesOfLevels
dex
bpl @-
lda #$1f ; '?' character
sta RandomMountains
rts
Autoplay_OptionsTable .by 4,4,2,2,4,1,3,2,4
@@ -278,6 +281,7 @@ nexdigit
; leading zeores are removed
; the range is (00..99 - one byte)
sta decimal
ldy #1 ; there will be 2 digits
NextDigit2
ldx #8 ; 8-bit dividee so Rotate 8 times