mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Good Game Over animation
This commit is contained in:
+21
@@ -994,6 +994,27 @@ ClearResults
|
||||
rti
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.proc DLIinterruptGameOver
|
||||
;sta dliA
|
||||
;sty dliY
|
||||
pha
|
||||
lda dliCounter
|
||||
bne @+
|
||||
lda #%00100000 ; playfield after P/M
|
||||
STA WSYNC
|
||||
sta gtictl
|
||||
inc dliCounter
|
||||
pla
|
||||
rti
|
||||
@
|
||||
lda #%00100100 ; playfield before P/M
|
||||
STA WSYNC
|
||||
sta gtictl
|
||||
inc dliCounter
|
||||
pla
|
||||
rti
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.proc DLIinterruptText
|
||||
;sta dliA
|
||||
pha
|
||||
|
||||
Reference in New Issue
Block a user