diff options
| author | Travis Howell | 2006-10-25 11:02:08 +0000 | 
|---|---|---|
| committer | Travis Howell | 2006-10-25 11:02:08 +0000 | 
| commit | ab0eb7439549c8903410a673e69cbe1f7a3f5b33 (patch) | |
| tree | 841b95ac6714bc0513cd18e0a21b28e3d295b5ca | |
| parent | 64e46134e95f941c417f3c7277c994c808fbc8ba (diff) | |
| download | scummvm-rg350-ab0eb7439549c8903410a673e69cbe1f7a3f5b33.tar.gz scummvm-rg350-ab0eb7439549c8903410a673e69cbe1f7a3f5b33.tar.bz2 scummvm-rg350-ab0eb7439549c8903410a673e69cbe1f7a3f5b33.zip  | |
Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1
svn-id: r24498
| -rw-r--r-- | engines/agos/debug.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/agos/debug.h b/engines/agos/debug.h index ed34990322..d3bee18c68 100644 --- a/engines/agos/debug.h +++ b/engines/agos/debug.h @@ -63,7 +63,7 @@ static const char *const elvira1_opcodeNameTable[300] = {  	NULL,  	NULL,  	/* 28 */ -	NULL, +	"WJ|PREP",  	"WJ|CHANCE",  	"IJ|IS_PLAYER",  	NULL, @@ -81,9 +81,9 @@ static const char *const elvira1_opcodeNameTable[300] = {  	NULL,  	NULL,  	NULL, -	NULL, +	"IW|GET",  	/* 44 */ -	NULL, +	"I|DROP",  	NULL,  	NULL,  	"I|CREATE", @@ -144,16 +144,16 @@ static const char *const elvira1_opcodeNameTable[300] = {  	"T|SHOW_STRING_NL",  	/* 92 */  	"T|SHOW_STRING", +	"I|LISTOBJ",  	NULL, -	NULL, -	NULL, +	"|INVEN",  	/* 96 */  	"|LOOK",  	"x|END",  	"x|DONE",  	NULL,  	/* 100 */ -	NULL, +	"x|OK",  	NULL,  	NULL,  	NULL, @@ -203,7 +203,7 @@ static const char *const elvira1_opcodeNameTable[300] = {  	NULL,  	NULL,  	/* 140 */ -	NULL, +	"I|EXITS",  	NULL,  	NULL,  	NULL, @@ -359,7 +359,7 @@ static const char *const elvira1_opcodeNameTable[300] = {  	"WW|PLAY_TUNE",  	/* 264 */  	NULL, -	NULL, +	"W|IF_END_TUNE",  	"Www|SET_ADJ_NOUN",  	"WW|ZONE_DISK",  	/* 268 */  | 
