mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
$ec = "▷"
This commit is contained in:
parent
76b882d952
commit
84abdb0237
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ PlaceUnfilledArrowMenuCursor::
|
|||
ld l, a
|
||||
ld a, [wMenuCursorLocation + 1]
|
||||
ld h, a
|
||||
ld [hl], $ec ; outline of right arrow
|
||||
ld [hl], "▷"
|
||||
ld a, b
|
||||
ret
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue