Manu logo colors

This commit is contained in:
Pecusx
2023-08-07 21:32:24 +02:00
parent c021aabe80
commit 8bea49ad23
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ main
sta TetryxColorS sta TetryxColorS
lda RANDOM lda RANDOM
bmi TnotVisible bmi TnotVisible
lda #8 lda colors+2 ; visible
sta TetryxColor sta TetryxColor
TnotVisible TnotVisible
lda #0 lda #0
@@ -171,7 +171,7 @@ picData
; Color data ; Color data
colors colors
.BYTE 0,14,8,4 .BYTE 0,14,10,6
MenuTitle MenuTitle
dta d" SELECT OPTION " dta d" SELECT OPTION "
Binary file not shown.