summaryrefslogtreecommitdiff
path: root/strgen/strgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'strgen/strgen.c')
-rw-r--r--strgen/strgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c
index 8734c5b4f..481640643 100644
--- a/strgen/strgen.c
+++ b/strgen/strgen.c
@@ -266,6 +266,7 @@ static const CmdStruct _cmd_structs[] = {
{"TOWN", EmitSingleByte, 0x9B},
{"CURRENCY64", EmitSingleByte, 0x9C},
{"WAYPOINT", EmitSingleByte, 0x9D}, // waypoint name
+ {"DATE_TINY", EmitSingleByte, 0x9E},
// 0x9E=158 is the LAST special character we may use.
{"UPARROW", EmitSingleByte, 0xA0},