dos33fsprogs/megademo/letters.s
Vince Weaver 0d0eed35e5 megademo: updated bird mountain
now auto-moves to next scene

not sure about the credits, might cut back, is sorta long
2018-10-17 13:52:28 -04:00

31 lines
730 B
ArmAsm

; The various strings printed by the sliding letters code
; Kept in one place to try to allow for better alignment opportunities
letters_bm:
;.byte 1,12
.byte "CYCLE",128
.byte 2,16,"COUNTING",128
; .byte 3,12,"M E G A D E M O",150
.byte 3,16,"MEGADEMO",150
.byte 1,16," ",128
.byte 2,16," ",128
.byte 3,16," ",128
.byte 1,19,"BY",128
.byte 3,10,"VINCE ",34,"DEATER",34," WEAVER",150
.byte 1,19," ",128
.byte 3,10," ",128
.byte 1,16,"MUSIC BY",128
.byte 3,16,"????????",150
.byte 1,16," ",128
.byte 3,16," ",128
.byte 1,16,"BMP2DHR",128
.byte 3,14,"BILL BUCKELS",150
.byte 1,16," ",128
.byte 3,14," ",128
.byte 1,16,"LZ4+DISK",128
.byte 3,17,"QKUMBA",150
.byte 1,16," ",128
.byte 3,17," "
.byte 255