Merge two opcode, move two opcodes back to HE70.
svn-id: r16731
This commit is contained in:
parent
8e9b6da08d
commit
cc708339ea
6 changed files with 63 additions and 83 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue