aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-12-28 00:08:23 +0000
committerTravis Howell2007-12-28 00:08:23 +0000
commit9b0db4be37d023798dc321eec417f863a4774901 (patch)
tree4afd8298a969f398c1955c97bced0fa8e3017367 /engines/scumm/he/script_v80he.cpp
parentb90740d2037726becc3c4398443d47d55b5f4d8f (diff)
downloadscummvm-rg350-9b0db4be37d023798dc321eec417f863a4774901.tar.gz
scummvm-rg350-9b0db4be37d023798dc321eec417f863a4774901.tar.bz2
scummvm-rg350-9b0db4be37d023798dc321eec417f863a4774901.zip
Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.
svn-id: r30021
Diffstat (limited to 'engines/scumm/he/script_v80he.cpp')
-rw-r--r--engines/scumm/he/script_v80he.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp
index cd31e88eb7..393e1d3a8f 100644
--- a/engines/scumm/he/script_v80he.cpp
+++ b/engines/scumm/he/script_v80he.cpp
@@ -341,20 +341,20 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_redimArray),
OPCODE(o60_readFilePos),
/* EC */
- OPCODE(o70_copyString),
- OPCODE(o70_getStringWidth),
+ OPCODE(o71_copyString),
+ OPCODE(o71_getStringWidth),
OPCODE(o70_getStringLen),
- OPCODE(o70_appendString),
+ OPCODE(o71_appendString),
/* F0 */
- OPCODE(o70_concatString),
- OPCODE(o70_compareString),
+ OPCODE(o71_concatString),
+ OPCODE(o71_compareString),
OPCODE(o70_isResourceLoaded),
OPCODE(o72_readINI),
/* F4 */
OPCODE(o72_writeINI),
- OPCODE(o70_getStringLenForWidth),
- OPCODE(o70_getCharIndexInString),
- OPCODE(o70_findBox),
+ OPCODE(o71_getStringLenForWidth),
+ OPCODE(o71_getCharIndexInString),
+ OPCODE(o71_findBox),
/* F8 */
OPCODE(o72_getResourceSize),
OPCODE(o72_createDirectory),