aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts_selenitic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst_scripts_selenitic.cpp')
-rw-r--r--engines/mohawk/myst_scripts_selenitic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/myst_scripts_selenitic.cpp b/engines/mohawk/myst_scripts_selenitic.cpp
index 018f702410..ac46e05815 100644
--- a/engines/mohawk/myst_scripts_selenitic.cpp
+++ b/engines/mohawk/myst_scripts_selenitic.cpp
@@ -83,18 +83,18 @@ void MystScriptParser_Selenitic::setupOpcodes() {
OPCODE(27, o_27_playSoundBlocking),
OPCODE(28, o_28_restoreDefaultRect),
OPCODE(29, o_29_33_blitRect),
- OPCODE(30, opcode_30),
+ OPCODE(30, o_30_changeSound),
OPCODE(31, o_31_soundPlaySwitch),
OPCODE(32, o_32_soundResumeBackground),
OPCODE(33, o_29_33_blitRect),
OPCODE(34, o_34_changeCard),
- OPCODE(35, opcode_35),
+ OPCODE(35, o_35_drawImageChangeCard),
OPCODE(36, o_36_changeMainCursor),
OPCODE(37, o_37_hideCursor),
OPCODE(38, o_38_showCursor),
OPCODE(39, o_39_delay),
OPCODE(40, o_40_changeStack),
- OPCODE(41, opcode_41),
+ OPCODE(41, o_41_changeCardPlaySoundDirectional),
OPCODE(42, o_42_directionalUpdatePlaySound),
OPCODE(43, o_43_saveMainCursor),
OPCODE(44, o_44_restoreMainCursor),