mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
spacebars: update instructions
This commit is contained in:
parent
5ef69c16e9
commit
f26790dd8b
@ -21,6 +21,11 @@ instructions:
|
||||
lda #>inst_text
|
||||
sta OUTH
|
||||
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
|
||||
@ -34,16 +39,15 @@ inst_text:
|
||||
|
||||
.byte 6, 0, "*** RASTERBARS IN SPACE ***",0
|
||||
|
||||
.byte 8, 3, "BY VINCE 'DEATER' WEAVER",0
|
||||
.byte 7, 3, "BY: VINCE 'DEATER' WEAVER",0
|
||||
|
||||
.asciiz "WWW.DEATER.NET/WEAVE/VMWPROD"
|
||||
.byte 6, 5, "WWW.DEATER.NET/WEAVE/VMWPROD",0
|
||||
|
||||
.asciiz "======================================="
|
||||
.byte 0, 7,"=======================================",0
|
||||
|
||||
.asciiz "ARROWS, WASD: STEER"
|
||||
.asciiz "Z: ACCELERATE"
|
||||
.asciiz "SPACE: FIRE"
|
||||
.asciiz "ESC: QUITS"
|
||||
.byte 1,9, "ARROWS: LEFT/RIGHT -- A/Z: UP/DOWN",0
|
||||
.byte 1,10, "SPACE: FIRE -- ,/.: ????",0
|
||||
.byte 1,11, "ESC: QUITS",0
|
||||
|
||||
.asciiz "M: TOGGLE SOUND, CURRENTLY ON"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user