Merge two opcode, move two opcodes back to HE70.

svn-id: r16731
This commit is contained in:
Travis Howell 2005-02-02 12:05:00 +00:00
parent 8e9b6da08d
commit cc708339ea
6 changed files with 63 additions and 83 deletions

View file

@ -322,9 +322,9 @@ void ScummEngine_v100he::setupOpcodes() {
OPCODE(o6_getState),
/* E0 */
OPCODE(o70_compareString),
OPCODE(o72_copyString),
OPCODE(o72_appendString),
OPCODE(o72_concatString),
OPCODE(o70_copyString),
OPCODE(o70_appendString),
OPCODE(o70_concatString),
/* E4 */
OPCODE(o70_getStringLen),
OPCODE(o70_getStringLenForWidth),