From 818e821b4f24f3016ec435c8961f43e91b50d0ca Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Thu, 17 Aug 2017 10:05:15 -0700 Subject: [PATCH] Increased delay after scrolling FujiRun title screen into view --- wipes-demo.s | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/wipes-demo.s b/wipes-demo.s index bdf8b03..c15b1ea 100644 --- a/wipes-demo.s +++ b/wipes-demo.s @@ -1,14 +1,9 @@ titlepage jsr FASTSCROLL_4000_2000 - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait - jsr wait + lda #$50 + sta param_count +?1 jsr wait + dec param_count + bne ?1 rts fastwipe jsr wipeclear1