diff options
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r-- | scumm/script_v90he.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index e5b94d36d5..117f835821 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -141,8 +141,8 @@ void ScummEngine_v90he::setupOpcodes() { OPCODE(o72_wordArrayIndexedWrite), /* 4C */ OPCODE(o6_invalid), - OPCODE(o80_unknown4D), - OPCODE(o6_invalid), + OPCODE(o80_readConfigFile), + OPCODE(o80_writeConfigFile), OPCODE(o6_wordVarInc), /* 50 */ OPCODE(o72_unknown50), |