aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 6b295f48d4..c2b7d5f9ab 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -248,7 +248,7 @@ void Scumm_v2::setupOpcodes() {
OPCODE(o2_addDirect),
OPCODE(o5_dummy),
/* AC */
- OPCODE(o5_expression), //?
+ OPCODE(o5_delay),
OPCODE(o5_putActorInRoom),
OPCODE(o2_waitForSentence),
OPCODE(o2_ifNotState40),
@@ -261,7 +261,7 @@ void Scumm_v2::setupOpcodes() {
OPCODE(o5_getDist),
OPCODE(o5_findObject),
OPCODE(o5_walkActorToObject),
- OPCODE(o5_startObject), //?
+ OPCODE(o2_setState20),
/* B8 */
OPCODE(o5_lessOrEqual),
OPCODE(o5_doSentence),