summaryrefslogtreecommitdiff
path: root/strgen/strgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'strgen/strgen.c')
-rw-r--r--strgen/strgen.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c
index 52540110b..a85d59b58 100644
--- a/strgen/strgen.c
+++ b/strgen/strgen.c
@@ -238,9 +238,10 @@ static const CmdStruct _cmd_structs[] = {
// 0x7B=123 is the LAST special character we may use.
// Numbers
- {"COMMA32", EmitSingleByte, 0x7B},
- {"COMMA16", EmitSingleByte, 0x7C},
- {"COMMA8", EmitSingleByte, 0x7D},
+ {"COMMA32", EmitSingleByte, 0x7B}, // These all do the same thing nowadays
+ {"COMMA16", EmitSingleByte, 0x7B},
+ {"COMMA8", EmitSingleByte, 0x7B},
+
{"NUMU16", EmitSingleByte, 0x7E},
{"CURRENCY", EmitSingleByte, 0x7F},