aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/script_v4.cpp')
-rw-r--r--engines/scumm/script_v4.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/scumm/script_v4.cpp b/engines/scumm/script_v4.cpp
index 77f293470b..630c09642e 100644
--- a/engines/scumm/script_v4.cpp
+++ b/engines/scumm/script_v4.cpp
@@ -33,6 +33,13 @@ namespace Scumm {
void ScummEngine_v4::setupOpcodes() {
ScummEngine_v5::setupOpcodes();
+ OPCODE(0x25, o5_drawObject);
+ OPCODE(0x45, o5_drawObject);
+ OPCODE(0x65, o5_drawObject);
+ OPCODE(0xa5, o5_drawObject);
+ OPCODE(0xc5, o5_drawObject);
+ OPCODE(0xe5, o5_drawObject);
+
OPCODE(0x50, o4_pickupObject);
OPCODE(0xd0, o4_pickupObject);
}