mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 07:29:54 +00:00
mode7_demo: add one more person
This commit is contained in:
parent
782f92fd6f
commit
1c0b3a7475
@ -1,6 +1,6 @@
|
||||
; Closing Credits
|
||||
|
||||
NUM_CREDITS EQU 14
|
||||
NUM_CREDITS EQU 15
|
||||
|
||||
;===================
|
||||
; init credits
|
||||
@ -281,6 +281,8 @@ credits:
|
||||
.asciiz "THE 7HORSEMEN"
|
||||
.byte 2+7
|
||||
.asciiz "MITHLUIN AND ROOSTER"
|
||||
.byte 5+7
|
||||
.asciiz "TALON KARRDE"
|
||||
.byte 2+7
|
||||
.asciiz "WEAVE'S WORLD TALKER"
|
||||
.byte 5+7
|
||||
|
@ -200,7 +200,7 @@ starcredits_loop:
|
||||
inc FRAME_COUNT
|
||||
|
||||
lda YY
|
||||
cmp #14 ; NUMBER OF CREDITS
|
||||
cmp #15 ; NUMBER OF CREDITS
|
||||
beq done_star_credits
|
||||
|
||||
;==================
|
||||
|
Loading…
x
Reference in New Issue
Block a user