rainbow colors on start

This commit is contained in:
2023-02-07 01:59:12 -05:00
parent fd67dc0bb1
commit 746026ae4f
3 changed files with 8 additions and 5 deletions
+8 -5
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.