From f3b7f8c68e6fe58aad1d093b4efc4eb665ff2788 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 26 Feb 2016 01:44:36 -0500 Subject: farting with comments in the dictionary stuff --- textcomp.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'textcomp.c') diff --git a/textcomp.c b/textcomp.c index 2412f15..7139225 100644 --- a/textcomp.c +++ b/textcomp.c @@ -66,11 +66,10 @@ start of the next line, so no \r's are needed. Any \r sequences listed in messages.pl are discarded before encoding is done. - Actually, no prompts ever use capital X or Z. These should be used for - dictionary lookups. Maybe X is followed by a 3-bit dict ID, for the 8 - most commonly repeated phrases (one of which will of course be "Taipan"), - and Z is a 5- or 6-bit ID for 32 or 64 less common phrases. So far this - isn't implemented because the decompressor isn't reentrant (yet). + Since no prompts ever use capital Z, it's used as an escape character + for dictionary lookups (e.g. Za = "Li Yuen", Zb = "Elder Brother"). + This program doesn't do that, it's done by messages.pl, and textdecomp.s + does the dictionary extraction. */ #include -- cgit v1.2.3