diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
commit | 17336221e62e36e31069785622c69cf9e3582b7e (patch) | |
tree | 74a7995a08925ef01273d28c51bf8867e44f5bce /charmap.asm | |
parent | 747c9059d4912c275d3e1e708c026b1fe61e3b42 (diff) |
newline before para
Diffstat (limited to 'charmap.asm')
-rw-r--r-- | charmap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charmap.asm b/charmap.asm index 152175c0c..a1bf7a193 100644 --- a/charmap.asm +++ b/charmap.asm @@ -190,7 +190,7 @@ charmap "♂", $ef charmap "¥", $f0 charmap "×", $f1 - charmap "<DOT>", $f2 ; same as "." in English + charmap "<DOT>", $f2 ; decimal point; same as "." in English charmap "/", $f3 charmap ",", $f4 charmap "♀", $f5 |