Credits flickering fixed!

This commit is contained in:
Pecusx
2022-10-25 19:15:50 +02:00
parent 1891bcc7f1
commit 5f5ea0a752
4 changed files with 34 additions and 16 deletions
+2
View File
@@ -2022,6 +2022,7 @@ FinishResultDisplay
jsr GameOverResultsClear
jsr CopyFromPurchaseAndGameOver
mwa #GameOverDL dlptrs
mva #$ff ScrollFlag ; credits scroll on
lda #%00111110 ; normal screen width, DL on, P/M on
sta dmactls
lda #%00100100 ; playfield before P/M
@@ -2173,6 +2174,7 @@ FastTank
bpl AllTanksFloatingDown
jsr IsKeyPressed
bne MainTanksFloatingLoop ; neverending loop
mva #$00 ScrollFlag ; credits scroll off
jsr MakeDarkScreen
jsr GameOverResultsClear
rts