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 /constants | |
| parent | e5c256c092df34ab95bdd2dd9fe4ddef288182b4 (diff) | |
Use Japanese charmap characters
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/charmap.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/charmap.asm b/constants/charmap.asm index be20a37..1c01298 100755 --- a/constants/charmap.asm +++ b/constants/charmap.asm @@ -278,8 +278,8 @@ charmap "♂", $ef charmap "円", $f0 charmap "×", $f1 - charmap ".", $f2 - charmap "/", $f3 + charmap ".", $f2 + charmap "/", $f3 charmap "ォ", $f4 |
