From ab0eb7439549c8903410a673e69cbe1f7a3f5b33 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 25 Oct 2006 11:02:08 +0000 Subject: Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1 svn-id: r24498 --- engines/agos/debug.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'engines') 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 */ -- cgit v1.2.3