diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 11:47:52 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 11:47:52 -0500 |
commit | 812976cee6ba39d50583921273ad85195e77be37 (patch) | |
tree | 783dd9fbc8019d2d9fd393fab6d74f59cc25a573 /macros | |
parent | b02305625920d42649587d6ba6504777dcac25a0 (diff) |
bgcoord
Diffstat (limited to 'macros')
-rw-r--r-- | macros/charmap.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/charmap.asm b/macros/charmap.asm index 73446d8e7..9eee57a0e 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -35,6 +35,7 @@ ; Actual characters charmap "▲", $61 charmap "_", $62 + charmap "<COLON>", $6d ; necessary because ":" is already used charmap "′", $6e charmap "<LV>", $6e charmap "″", $6f |