mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Manu logo colors
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user