mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-09 19:32:03 +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
|
+ jmp/jsr tail calls
|
||||||
+ Mockingboard music
|
+ Mockingboard music
|
||||||
+ Print release day in loader
|
+ Print release day in loader
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
; Closing Credits
|
; Closing Credits
|
||||||
|
|
||||||
|
NUM_CREDITS EQU 14
|
||||||
|
|
||||||
;===================
|
;===================
|
||||||
; init credits
|
; init credits
|
||||||
;===================
|
;===================
|
||||||
@ -81,7 +83,7 @@ not_waiting:
|
|||||||
bne done_click
|
bne done_click
|
||||||
|
|
||||||
lda YY
|
lda YY
|
||||||
cmp #9
|
cmp #NUM_CREDITS-1 ; wait after NUM_CREDITS-1
|
||||||
bne short_loop
|
bne short_loop
|
||||||
long_loop:
|
long_loop:
|
||||||
lda #$ff
|
lda #$ff
|
||||||
@ -268,13 +270,21 @@ credits:
|
|||||||
.byte 7+7
|
.byte 7+7
|
||||||
.asciiz "FROGGYSUE"
|
.asciiz "FROGGYSUE"
|
||||||
.byte 7+7
|
.byte 7+7
|
||||||
|
.asciiz "MUSIC: ???"
|
||||||
|
.byte 7+7
|
||||||
.asciiz "PIANOMAN08"
|
.asciiz "PIANOMAN08"
|
||||||
.byte 7+7
|
.byte 7+7
|
||||||
.asciiz "UTOPIA BBS"
|
.asciiz "UTOPIA BBS"
|
||||||
|
.byte 3+7
|
||||||
|
.asciiz "FORD PERFECT (SIC)"
|
||||||
.byte 5+7
|
.byte 5+7
|
||||||
.asciiz "THE 7HORSEMEN"
|
.asciiz "THE 7HORSEMEN"
|
||||||
.byte 2+7
|
.byte 2+7
|
||||||
|
.asciiz "MITHLUIN AND ROOSTER"
|
||||||
|
.byte 2+7
|
||||||
.asciiz "WEAVE'S WORLD TALKER"
|
.asciiz "WEAVE'S WORLD TALKER"
|
||||||
|
.byte 5+7
|
||||||
|
.asciiz "DAISY AND JUNE"
|
||||||
.byte 6+7
|
.byte 6+7
|
||||||
.asciiz "STEALTH SUSIE"
|
.asciiz "STEALTH SUSIE"
|
||||||
.byte 3+7
|
.byte 3+7
|
||||||
|
@ -200,7 +200,7 @@ starcredits_loop:
|
|||||||
inc FRAME_COUNT
|
inc FRAME_COUNT
|
||||||
|
|
||||||
lda YY
|
lda YY
|
||||||
cmp #10
|
cmp #14 ; NUMBER OF CREDITS
|
||||||
beq done_star_credits
|
beq done_star_credits
|
||||||
|
|
||||||
;==================
|
;==================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user