Skip to content

Commit ab0eb74

Browse files
author
Travis Howell
committed
Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1
svn-id: r24498
1 parent 64e4613 commit ab0eb74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

engines/agos/debug.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static const char *const elvira1_opcodeNameTable[300] = {
6363
NULL,
6464
NULL,
6565
/* 28 */
66-
NULL,
66+
"WJ|PREP",
6767
"WJ|CHANCE",
6868
"IJ|IS_PLAYER",
6969
NULL,
@@ -81,9 +81,9 @@ static const char *const elvira1_opcodeNameTable[300] = {
8181
NULL,
8282
NULL,
8383
NULL,
84-
NULL,
84+
"IW|GET",
8585
/* 44 */
86-
NULL,
86+
"I|DROP",
8787
NULL,
8888
NULL,
8989
"I|CREATE",
@@ -144,16 +144,16 @@ static const char *const elvira1_opcodeNameTable[300] = {
144144
"T|SHOW_STRING_NL",
145145
/* 92 */
146146
"T|SHOW_STRING",
147+
"I|LISTOBJ",
147148
NULL,
148-
NULL,
149-
NULL,
149+
"|INVEN",
150150
/* 96 */
151151
"|LOOK",
152152
"x|END",
153153
"x|DONE",
154154
NULL,
155155
/* 100 */
156-
NULL,
156+
"x|OK",
157157
NULL,
158158
NULL,
159159
NULL,
@@ -203,7 +203,7 @@ static const char *const elvira1_opcodeNameTable[300] = {
203203
NULL,
204204
NULL,
205205
/* 140 */
206-
NULL,
206+
"I|EXITS",
207207
NULL,
208208
NULL,
209209
NULL,
@@ -359,7 +359,7 @@ static const char *const elvira1_opcodeNameTable[300] = {
359359
"WW|PLAY_TUNE",
360360
/* 264 */
361361
NULL,
362-
NULL,
362+
"W|IF_END_TUNE",
363363
"Www|SET_ADJ_NOUN",
364364
"WW|ZONE_DISK",
365365
/* 268 */

0 commit comments

Comments
 (0)