diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 15:57:42 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 15:57:42 -0400 |
| commit | 82cec686eca214edc5b2749b0f7a3cad60cb507b (patch) | |
| tree | de67a5062eca335c0472ca70c6cb29421be88bd5 /utils/tests | |
| parent | e5c256c092df34ab95bdd2dd9fe4ddef288182b4 (diff) | |
Use Japanese charmap characters
Diffstat (limited to 'utils/tests')
| -rw-r--r-- | utils/tests/charmap.asm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/tests/charmap.asm b/utils/tests/charmap.asm index 70e228c..1c01298 100644 --- a/utils/tests/charmap.asm +++ b/utils/tests/charmap.asm @@ -116,6 +116,9 @@ charmap "▲", $61 charmap "☎", $62 + charmap "A", $60 + charmap "B", $61 + charmap "C", $62 charmap "D", $63 charmap "E", $64 charmap "F", $65 @@ -275,8 +278,8 @@ charmap "♂", $ef charmap "円", $f0 charmap "×", $f1 - charmap ".", $f2 - charmap "/", $f3 + charmap ".", $f2 + charmap "/", $f3 charmap "ォ", $f4 |
