From 81f15e4fe4a14a57659e28d029709014509af4ff Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 19 Mar 2018 18:30:34 -0400 Subject: [PATCH] mode7: more tweaks --- mode7_demo/credits.s | 11 +++++------ mode7_demo/starfield_demo.s | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/mode7_demo/credits.s b/mode7_demo/credits.s index 42498fe5..14e2b52b 100644 --- a/mode7_demo/credits.s +++ b/mode7_demo/credits.s @@ -89,7 +89,7 @@ long_loop: lda #$ff bne store_loop short_loop: - lda #$50 ; set delay to show the credit before + lda #$48 ; set delay to show the credit before store_loop: sta LOOP ; continuing @@ -267,7 +267,7 @@ empty: ; subtract one from centering(?) credits: -.byte 11 ; 17 +.byte 10 ; 17 .asciiz "MUSIC: WAVE BY EA" .byte 13 ; 11 .asciiz "LZ4: QKUMBA" @@ -287,9 +287,9 @@ credits: .asciiz "WEAVE'S WORLD TALKER" .byte 11 ; 17 .asciiz "DAISY,JUNE,TALONK" -.byte 11 ; 17 -;.asciiz "TALBOT 0101B CREW" -.asciiz "AAAAAAAAAAAAAAAAA" +.byte 13 ; 12 +;.asciiz "TALBOT 0101B" +.asciiz "AAAAAAAAAAAA" .byte 12 ; 13 .asciiz "STEALTH SUSIE" .byte 11 ; 16 @@ -305,4 +305,3 @@ credits: thankz: .asciiz "SPECIAL THANKS" - diff --git a/mode7_demo/starfield_demo.s b/mode7_demo/starfield_demo.s index 148b716e..df09226c 100644 --- a/mode7_demo/starfield_demo.s +++ b/mode7_demo/starfield_demo.s @@ -167,7 +167,7 @@ draw_ship_line: ; 20 - 0 to 0 - 20, 20 - 40 - lda #24 + lda #26 jsr hlin_double