mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Gift now blinking.
This commit is contained in:
+25
@@ -1951,6 +1951,31 @@ NoCheat
|
||||
CheatName
|
||||
dta d" 008.T"+$27
|
||||
;----------------------------------------------
|
||||
.proc DLIinterruptBFG
|
||||
pha
|
||||
lda dliCounter
|
||||
bne EndofBFGDLI
|
||||
lda dliColorsFore
|
||||
bit random
|
||||
bmi @+
|
||||
lda DliColorBack
|
||||
@ sta COLPF2
|
||||
lda dliColorsFore
|
||||
bit random
|
||||
bmi @+
|
||||
lda DliColorBack
|
||||
@ sta COLPF1
|
||||
EndofBFGDLI
|
||||
inc dliCounter
|
||||
pla
|
||||
rti
|
||||
.endp
|
||||
; ------------------------
|
||||
.proc BFGblink
|
||||
VDLI DLIinterruptBFG
|
||||
rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.IF * > MODUL-1
|
||||
.ECHO *
|
||||
.ERROR 'Code and data too long'
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+4
-1
@@ -56,8 +56,11 @@ VOID
|
||||
tracer
|
||||
rts
|
||||
.endp
|
||||
; ------------------------
|
||||
.proc BFG
|
||||
mva #sfx_baby_missile sfx_effect
|
||||
jsr BFGblink
|
||||
;wait 50
|
||||
;VDLI DLIinterruptGraph ; blinking off (but no memory :) )
|
||||
; Kill all :)
|
||||
ldx NumberOfPlayers
|
||||
dex
|
||||
|
||||
Reference in New Issue
Block a user