mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
Better colors init.
This commit is contained in:
+3
-8
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.27" ; number of this build (4 bytes)
|
dta d"1.28" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
@@ -314,14 +314,9 @@ no5200splash
|
|||||||
dey
|
dey
|
||||||
bpl @-
|
bpl @-
|
||||||
|
|
||||||
; initialize one Variable in zero page :)
|
|
||||||
;lda #<dliColorsFore
|
|
||||||
;sta GradientColors
|
|
||||||
;lda #>dliColorsFore
|
|
||||||
;sta GradientColors+1
|
|
||||||
; set gradient to the full LGBTIQQAAPP+ flag on start
|
; set gradient to the full LGBTIQQAAPP+ flag on start
|
||||||
mva #1 GradientNr
|
mva #1 GradientNr ; #1 to set gradient number 2 :) (next one)
|
||||||
jsr SelectNextGradient
|
jsr SelectNextGradient.NotWind
|
||||||
|
|
||||||
; 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