mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-27 07:30:12 +00:00
mode7: more tweaks
This commit is contained in:
parent
726cebb95e
commit
81f15e4fe4
@ -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"
|
||||
|
||||
|
@ -167,7 +167,7 @@ draw_ship_line:
|
||||
|
||||
; 20 - 0 to 0 - 20, 20 - 40
|
||||
|
||||
lda #24
|
||||
lda #26
|
||||
jsr hlin_double
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user