From f26790dd8b36dd595b6c6b3746b867f4b8b5c5fe Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 13 Jun 2019 21:21:20 -0400 Subject: [PATCH] spacebars: update instructions --- space_bars/instructions.s | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/space_bars/instructions.s b/space_bars/instructions.s index 7f83b58c..edb0c949 100644 --- a/space_bars/instructions.s +++ b/space_bars/instructions.s @@ -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"