Well, another SQ3 question :-)
When I decompile it with latest SCICompanion, there are compilation errors in rm001.sc - it uses unrecognized constants:
Error: (rm001.sc) Undeclared identifier 'dsWIDTH' . Line: 98, col: 6
Error: (rm001.sc) Undeclared identifier 'dsCOORD' . Line: 100, col: 6
and more errors follow.
With Phil's version, it just uses numerical values.
i.e.,
(Display
{^D 1989 Sierra On-Line, Inc.}
106
250
100
instead of:
(Display
{\04 1989 Sierra On-Line, Inc.}
dsWIDTH
250
dsCOORD
Of course, I prefer Kawa's version...
But what is missing?
'grep' didn't help me find where these are defined.