mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-27 07:30:12 +00:00
mode7_demo: add a few people to the credits
This commit is contained in:
parent
4d1425cbf5
commit
782f92fd6f
@ -1,4 +1,5 @@
|
||||
|
||||
+ Fix mode7/starfield screen jump?
|
||||
+ jmp/jsr tail calls
|
||||
+ Mockingboard music
|
||||
+ Print release day in loader
|
||||
|
@ -1,5 +1,7 @@
|
||||
; Closing Credits
|
||||
|
||||
NUM_CREDITS EQU 14
|
||||
|
||||
;===================
|
||||
; init credits
|
||||
;===================
|
||||
@ -81,7 +83,7 @@ not_waiting:
|
||||
bne done_click
|
||||
|
||||
lda YY
|
||||
cmp #9
|
||||
cmp #NUM_CREDITS-1 ; wait after NUM_CREDITS-1
|
||||
bne short_loop
|
||||
long_loop:
|
||||
lda #$ff
|
||||
@ -268,13 +270,21 @@ credits:
|
||||
.byte 7+7
|
||||
.asciiz "FROGGYSUE"
|
||||
.byte 7+7
|
||||
.asciiz "MUSIC: ???"
|
||||
.byte 7+7
|
||||
.asciiz "PIANOMAN08"
|
||||
.byte 7+7
|
||||
.asciiz "UTOPIA BBS"
|
||||
.byte 3+7
|
||||
.asciiz "FORD PERFECT (SIC)"
|
||||
.byte 5+7
|
||||
.asciiz "THE 7HORSEMEN"
|
||||
.byte 2+7
|
||||
.asciiz "MITHLUIN AND ROOSTER"
|
||||
.byte 2+7
|
||||
.asciiz "WEAVE'S WORLD TALKER"
|
||||
.byte 5+7
|
||||
.asciiz "DAISY AND JUNE"
|
||||
.byte 6+7
|
||||
.asciiz "STEALTH SUSIE"
|
||||
.byte 3+7
|
||||
|
@ -200,7 +200,7 @@ starcredits_loop:
|
||||
inc FRAME_COUNT
|
||||
|
||||
lda YY
|
||||
cmp #10
|
||||
cmp #14 ; NUMBER OF CREDITS
|
||||
beq done_star_credits
|
||||
|
||||
;==================
|
||||
|
Loading…
x
Reference in New Issue
Block a user