-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9f770f
commit d4f87d5
Showing
17 changed files
with
3,072 additions
and
505 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
"CLOCK for | ||
STARCROSS | ||
(c) Copyright 1981 Infocom, Inc. All Rights Reserved. | ||
" | ||
|
||
<CONSTANT C-TABLELEN 180> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
"CRUFTY2 for | ||
Zork: The Wizard of Frobozz | ||
The Great Underground Empire (Part 2) | ||
(c) Copyright 1981 Infocom, Inc. All Rights Reserved. | ||
" | ||
"(c) Copyright 1983 Infocom, Inc. All Rights Reserved." | ||
|
||
|
||
<ROUTINE THIS-IT? (OBJ TBL "AUX" SYNS) | ||
#DECL ((OBJ) OBJECT (TBL) TABLE (SYNS) <OR FALSE TABLE>) | ||
<AND <NOT <FSET? .OBJ ,INVISIBLE>> | ||
<OR <NOT ,P-NAM> | ||
<ZMEMQ ,P-NAM | ||
<SET SYNS <GETPT .OBJ ,P?SYNONYM>> | ||
<- </ <PTSIZE .SYNS> 2> 1>>> | ||
<OR <NOT ,P-ADJ> | ||
<AND <SET SYNS <GETPT .OBJ ,P?ADJECTIVE>> | ||
<ZMEMQB ,P-ADJ .SYNS <- <PTSIZE .SYNS> 1>>>> | ||
<OR <0? ,P-GWIMBIT> <FSET? .OBJ ,P-GWIMBIT>>>> |
Oops, something went wrong.