mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Blink, blink - final!
This commit is contained in:
@@ -46,7 +46,9 @@ EndOfDLI_Gr
|
|||||||
Subtitle
|
Subtitle
|
||||||
lda #0
|
lda #0
|
||||||
sta COLPF2
|
sta COLPF2
|
||||||
lda #4
|
lda random
|
||||||
|
and #%00000011
|
||||||
|
ora #%00010000
|
||||||
sta COLPF1
|
sta COLPF1
|
||||||
bne DLIinterruptGraph.EndOfDLI_Gr
|
bne DLIinterruptGraph.EndOfDLI_Gr
|
||||||
.endp
|
.endp
|
||||||
|
|||||||
+9
-6
@@ -69,12 +69,6 @@
|
|||||||
mva #0 OptionsY
|
mva #0 OptionsY
|
||||||
|
|
||||||
OptionsMainLoop
|
OptionsMainLoop
|
||||||
lda RandomMountains
|
|
||||||
sta OptionsHere+288
|
|
||||||
lda WindChangeInRound
|
|
||||||
sta OptionsHere+128
|
|
||||||
lda FastSoilDown
|
|
||||||
sta OptionsHere+88
|
|
||||||
|
|
||||||
jsr OptionsInversion
|
jsr OptionsInversion
|
||||||
jsr getkey
|
jsr getkey
|
||||||
@@ -173,6 +167,15 @@ NoGradientLoop
|
|||||||
; inversing selected option (cursor)
|
; inversing selected option (cursor)
|
||||||
;--------
|
;--------
|
||||||
.proc OptionsInversion
|
.proc OptionsInversion
|
||||||
|
|
||||||
|
; Additional option symbols
|
||||||
|
lda RandomMountains
|
||||||
|
sta OptionsHere+288
|
||||||
|
lda WindChangeInRound
|
||||||
|
sta OptionsHere+128
|
||||||
|
lda FastSoilDown
|
||||||
|
sta OptionsHere+88
|
||||||
|
|
||||||
YPos = temp2
|
YPos = temp2
|
||||||
XPos = temp2+1
|
XPos = temp2+1
|
||||||
optionWidth = 6
|
optionWidth = 6
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.38" ; number of this build (4 bytes)
|
dta d"1.40" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user