aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.h
diff options
context:
space:
mode:
authorTravis Howell2006-10-06 08:00:41 +0000
committerTravis Howell2006-10-06 08:00:41 +0000
commit86378039412c7f59fcda3cf2191584449f417bee (patch)
treeea7b7352b2cd0a37520de062f683541d7f87f44a /engines/agos/debug.h
parent85c9bb032995e7372355f10455b5504e75b4a8d4 (diff)
downloadscummvm-rg350-86378039412c7f59fcda3cf2191584449f417bee.tar.gz
scummvm-rg350-86378039412c7f59fcda3cf2191584449f417bee.tar.bz2
scummvm-rg350-86378039412c7f59fcda3cf2191584449f417bee.zip
Update ebug opcode table for Elvira1
svn-id: r24137
Diffstat (limited to 'engines/agos/debug.h')
-rw-r--r--engines/agos/debug.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/engines/agos/debug.h b/engines/agos/debug.h
index 308fab2f4f..83bab44781 100644
--- a/engines/agos/debug.h
+++ b/engines/agos/debug.h
@@ -33,28 +33,28 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
/* 4 */
+ NULL,
+ NULL,
"IJ|CARRIED",
"IJ|NOT_CARRIED",
+ /* 8 */
"IIJ|IS_AT",
NULL,
- /* 8 */
NULL,
NULL,
- "VJ|IS_ZERO",
- "VJ|ISNOT_ZERO",
/* 12 */
- "VWJ|IS_EQ",
- "VWJ|IS_NEQ",
- "VWJ|IS_LE",
- "VWJ|IS_GE",
+ "WJ|IS_ZERO",
+ "WJ|ISNOT_ZERO",
+ "WWJ|IS_EQ",
+ "WWJ|IS_NEQ",
/* 16 */
- "VVJ|IS_EQF",
- "VVJ|IS_NEQF",
- "VVJ|IS_LEF",
- "VVJ|IS_GEF",
+ "WWJ|IS_LE",
+ "WWJ|IS_GE",
+ "WWJ|IS_EQF",
+ "WWJ|IS_NEQF",
/* 20 */
- NULL,
- NULL,
+ "WWJ|IS_LEF",
+ "WWJ|IS_GEF",
NULL,
NULL,
/* 24 */
@@ -98,30 +98,30 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
/* 56 */
- "VV|MOVE",
+ "WW|MOVE",
NULL,
NULL,
NULL,
/* 60 */
- "V|SET_FF",
- "V|ZERO",
+ "W|SET_FF",
+ "W|ZERO",
NULL,
NULL,
/* 64 */
- "VW|SET",
- "VW|ADD",
- "VW|SUB",
- "VV|ADDF",
+ "WW|SET",
+ "WW|ADD",
+ "WW|SUB",
+ "WW|ADDF",
/* 68 */
- "VV|SUBF",
- "VW|MUL",
- "VW|DIV",
- "VV|MULF",
+ "WW|SUBF",
+ "WW|MUL",
+ "WW|DIV",
+ "WW|MULF",
/* 72 */
- "VV|DIVF",
- "VW|MOD",
- "VV|MODF",
- "VW|RANDOM",
+ "WW|DIVF",
+ "WW|MOD",
+ "WW|MODF",
+ "WW|RANDOM",
/* 76 */
"W|MOVE_DIRN",
"I|SET_A_PARENT",
@@ -139,7 +139,7 @@ static const char *const elvira1_opcode_name_table[300] = {
"IW|SET_STATE",
/* 88 */
NULL,
- "V|SHOW_INT",
+ "W|SHOW_INT",
"|SHOW_SCORE",
"T|SHOW_STRING_NL",
/* 92 */
@@ -371,7 +371,7 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
"|PAUSE",
- "IV|COPY_SF",
+ "IW|COPY_SF",
/* 276 */
"W|RESTORE_ICONS",
NULL,