menuitem first letter colors

This commit is contained in:
2026-07-16 09:24:36 +02:00
parent 8f1a791a29
commit 9cdc69d3ab
+5 -1
View File
@@ -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