diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:48:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:48:42 -0400 |
commit | 84abdb0237caedebe9b7ec41e5fcc51775e87ca9 (patch) | |
tree | ade45c8fc6442092764dd7bd373653b0a4b4155e /home/list_menu.asm | |
parent | 76b882d9523915ca8ced96e8c5e889ca2728241e (diff) |
$ec = "▷"
Diffstat (limited to 'home/list_menu.asm')
-rw-r--r-- | home/list_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/list_menu.asm b/home/list_menu.asm index ec775331..f8ddeeef 100644 --- a/home/list_menu.asm +++ b/home/list_menu.asm @@ -504,7 +504,7 @@ PrintListMenuEntries:: cp c ; is it this item? jr nz, .nextListEntry dec hl - ld a, $ec ; unfilled right arrow menu cursor to indicate an item being swapped + ld a, "▷" ld [hli], a .nextListEntry ld bc, 2 * SCREEN_WIDTH ; 2 rows |