mode7: more tweaks

This commit is contained in:
Vince Weaver 2018-03-19 18:30:34 -04:00
parent 726cebb95e
commit 81f15e4fe4
2 changed files with 6 additions and 7 deletions

View File

@ -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"

View File

@ -167,7 +167,7 @@ draw_ship_line:
; 20 - 0 to 0 - 20, 20 - 40
lda #24
lda #26
jsr hlin_double