aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-15 09:57:41 +0000
committerJohannes Schickel2008-03-15 09:57:41 +0000
commit91adba9842b516cbe02966f0d140aa2d7f5dc79c (patch)
tree09f7d2497ecf0e68fc3ae13a8196148edcf8aed3 /engines/kyra/kyra_v2.cpp
parent8e3681dbe9fcc08ff3b74190bc8bf1d48d236564 (diff)
downloadscummvm-rg350-91adba9842b516cbe02966f0d140aa2d7f5dc79c.tar.gz
scummvm-rg350-91adba9842b516cbe02966f0d140aa2d7f5dc79c.tar.bz2
scummvm-rg350-91adba9842b516cbe02966f0d140aa2d7f5dc79c.zip
Implement opcodes:
- 7: o2_getCharacterScene - 54: o2_delaySecs - 103: o2_fillRect svn-id: r31125
Diffstat (limited to 'engines/kyra/kyra_v2.cpp')
-rw-r--r--engines/kyra/kyra_v2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/kyra_v2.cpp b/engines/kyra/kyra_v2.cpp
index 69375a36f4..a0a68a5819 100644
--- a/engines/kyra/kyra_v2.cpp
+++ b/engines/kyra/kyra_v2.cpp
@@ -2074,7 +2074,7 @@ void KyraEngine_v2::setupOpcodeTable() {
Opcode(o2_getCharacterX),
Opcode(o2_getCharacterY),
Opcode(o2_getCharacterFacing),
- OpcodeUnImpl(),
+ Opcode(o2_getCharacterScene),
// 0x08
Opcode(o2_setSceneComment),
OpcodeUnImpl(),
@@ -2133,7 +2133,7 @@ void KyraEngine_v2::setupOpcodeTable() {
// 0x34
OpcodeUnImpl(),
Opcode(o2_playSoundEffect),
- OpcodeUnImpl(),
+ Opcode(o2_delaySecs),
Opcode(o2_delay),
// 0x38
Opcode(o2_dummy),
@@ -2194,7 +2194,7 @@ void KyraEngine_v2::setupOpcodeTable() {
OpcodeUnImpl(),
OpcodeUnImpl(),
OpcodeUnImpl(),
- OpcodeUnImpl(),
+ Opcode(o2_fillRect),
// 0x68
OpcodeUnImpl(),
OpcodeUnImpl(),