From c9b51e62af315c2f6ef4b393be7140cf81fcbf92 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 8 Dec 2020 23:48:38 -0500 Subject: [PATCH] duke: update status bar --- duke/status_bar.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/duke/status_bar.s b/duke/status_bar.s index e72ff37f..d4361ec4 100644 --- a/duke/status_bar.s +++ b/duke/status_bar.s @@ -5,12 +5,13 @@ update_status_bar: draw_status_bar: - jsr normal_text + jsr inverse_text lda #help_string sta OUTH jsr move_and_print + jsr normal_text jsr move_and_print jsr move_and_print @@ -21,7 +22,7 @@ draw_status_bar: help_string: - .byte 11,20,"PRESS ^H FOR HELP",0 + .byte 3,20," PRESS ^H FOR HELP ",0 score_string: ; 012456789012345678901234567890123456789