summaryrefslogtreecommitdiff
path: root/data/mail_input_chars.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 22:44:25 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 22:44:25 -0500
commitf1f84743f7759a0f808f935add82439ba6637d2b (patch)
treeca14418f7a9d6925b61acef808893a36bc721e89 /data/mail_input_chars.asm
parentfe9cb90049ab0ab3a2fbb988539ed46afb0b6433 (diff)
Keep table labels in the same files as their contents.
Diffstat (limited to 'data/mail_input_chars.asm')
-rw-r--r--data/mail_input_chars.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mail_input_chars.asm b/data/mail_input_chars.asm
index 4466464b2..befdc0cf7 100644
--- a/data/mail_input_chars.asm
+++ b/data/mail_input_chars.asm
@@ -7,7 +7,6 @@ MailEntry_Uppercase: ; 122dd
db "1 2 3 4 5 6 7 8 9 0"
db "<PK> <MN> <PO> <KE> é ♂ ♀ ¥ … ×"
db "lower DEL END "
-
; 1224f
MailEntry_Lowercase: ; 1224f
@@ -17,3 +16,4 @@ MailEntry_Lowercase: ; 1224f
db "'d 'l 'm 'r 's 't 'v & ( )"
db "<``> <''> [ ] ' : ; "
db "UPPER DEL END "
+; 122c1