diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/charmap.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/charmap.asm b/macros/charmap.asm index de6519602..76fbd707e 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -106,6 +106,7 @@ charmap "♂", $ef charmap "¥", $f0 charmap "×", $f1 + charmap "·", $f2 charmap "/", $f3 charmap ",", $f4 charmap "♀", $f5 @@ -306,3 +307,4 @@ charmap "<......>", $56 charmap "<START>", $00 charmap "<DEXEND>", $5f + charmap "<LNBRK>", $22 |