From 9cdc69d3ab7cd1c782db3ddd49845c22005487da Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 16 Jul 2026 09:24:36 +0200 Subject: [PATCH] menuitem first letter colors --- title.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/title.asm b/title.asm index db9f93b..71dc47e 100644 --- a/title.asm +++ b/title.asm @@ -231,7 +231,11 @@ draw_mitem: lda #YELLOW dm_store: sta pcolor - jmp print_text + jsr print_text + ldy #0 ; recolor the first letter (shortcut key) + lda #CYAN + sta (collo),y + rts ; ---- menu tables ---- MENU_ITEMS = 3