mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
rainbow colors on start
This commit is contained in:
+8
-5
@@ -3,7 +3,7 @@
|
|||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
||||||
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
||||||
;Miami & Warsaw 2022
|
;Miami & Warsaw 2022, 2023
|
||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.def TARGET = 800 ;5200 ; or 800
|
.def TARGET = 800 ;5200 ; or 800
|
||||||
@@ -315,10 +315,13 @@ no5200splash
|
|||||||
bpl @-
|
bpl @-
|
||||||
|
|
||||||
; initialize one Variable in zero page :)
|
; initialize one Variable in zero page :)
|
||||||
lda #<dliColorsFore
|
;lda #<dliColorsFore
|
||||||
sta GradientColors
|
;sta GradientColors
|
||||||
lda #>dliColorsFore
|
;lda #>dliColorsFore
|
||||||
sta GradientColors+1
|
;sta GradientColors+1
|
||||||
|
; set gradient to the full LGBTIQQAAPP+ flag on start
|
||||||
|
mva #1 GradientNr
|
||||||
|
jsr SelectNextGradient
|
||||||
|
|
||||||
; generate linetables
|
; generate linetables
|
||||||
mwa #display temp
|
mwa #display temp
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user