diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 02:30:19 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 02:30:19 -0500 |
commit | e69544b61f5014b77852567efc3b78bc56982a20 (patch) | |
tree | 4ecfc1f7fe3c45539febfe39593da7c7cde9b414 /engine/namingscreen.asm | |
parent | d7afa764c80310e023edee5b0f4855bfb943de34 (diff) |
More Unicode
Diffstat (limited to 'engine/namingscreen.asm')
-rwxr-xr-x | engine/namingscreen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/namingscreen.asm b/engine/namingscreen.asm index d983d0251..0fc6e5125 100755 --- a/engine/namingscreen.asm +++ b/engine/namingscreen.asm @@ -1,6 +1,6 @@ NAMINGSCREEN_CURSOR EQU $7e -NAMINGSCREEN_BORDER EQUS "\"<BLACK>\"" ; $60 +NAMINGSCREEN_BORDER EQUS "\"■\"" ; $60 NAMINGSCREEN_MIDDLELINE EQUS "\"→\"" ; $eb NAMINGSCREEN_UNDERLINE EQUS "\"<DOT>\"" ; $f2 |