From a149ade12128032aeda2489ef484ac46a13e2bdb Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 16 Dec 2020 13:21:37 -0500 Subject: [PATCH] duke: update help --- duke/print_help.s | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/duke/print_help.s b/duke/print_help.s index 42370879..35113863 100644 --- a/duke/print_help.s +++ b/duke/print_help.s @@ -32,7 +32,9 @@ help_text: .byte 3, 6, "A OR <- : MOVE LEFT",0 .byte 3, 7, "D OR -> : MOVE RIGHT",0 .byte 3, 8, "W OR UP : ACTION, ENTER DOOR",0 -.byte 3,10, "SPACEBAR : JUMP",0 -.byte 3,11, "RETURN : SHOOT LASER",0 +.byte 3, 9, "SPACEBAR : JUMP",0 +.byte 3,10, "RETURN : SHOOT LASER",0 .byte 3,12, "ESC : QUITS",0 +.byte 3,13, "CONTROL-T : TOGGLE SOUND",0 +.byte 3,14, "J : ENABLE JOYSTICK",0 .byte 255