menuitem first letter colors
This commit is contained in:
@@ -231,7 +231,11 @@ draw_mitem:
|
|||||||
lda #YELLOW
|
lda #YELLOW
|
||||||
dm_store:
|
dm_store:
|
||||||
sta pcolor
|
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 tables ----
|
||||||
MENU_ITEMS = 3
|
MENU_ITEMS = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user