summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/window.asm b/home/window.asm
index 7ba89d88..f86e39c6 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -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