From: Lukas Krickl Date: Sun, 31 Aug 2025 15:16:30 +0000 (+0200) Subject: action_menu: The initial draw now correctly takes the table lenth into account X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=8506ad6240c677314e9a0fd75556d9a33918b9e6;p=gbrg%2F.git action_menu: The initial draw now correctly takes the table lenth into account --- diff --git a/src/action_menu.s b/src/action_menu.s index abacdc9..874e9d9 100644 --- a/src/action_menu.s +++ b/src/action_menu.s @@ -99,6 +99,7 @@ action_menu_init: ; draw the initial status line ld a, [action_menu_cursor] + ld b, ACTION_MENU_STR_TABLE_LEN ld hl, action_menu_str_table call select_menu_draw_status