fix(iw5): console reference opcodes (#60)

This commit is contained in:
Xenxo Espasandín 2023-02-11 00:16:00 +01:00 committed by GitHub
parent db0bf9af24
commit ed35ad9c73
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ extern std::array<std::pair<u8, opcode>, code_count> const code_list
{ 0x16, opcode::OP_GetAnim }, { 0x16, opcode::OP_GetAnim },
{ 0x17, opcode::OP_GetAnimation }, { 0x17, opcode::OP_GetAnimation },
{ 0x18, opcode::OP_GetGameRef }, { 0x18, opcode::OP_GetGameRef },
{ 0x1A, opcode::OP_GetLocalFunction }, { 0x19, opcode::OP_GetLocalFunction },
{ 0x19, opcode::OP_GetFarFunction }, { 0x1A, opcode::OP_GetFarFunction },
{ 0x1B, opcode::OP_CreateLocalVariable }, { 0x1B, opcode::OP_CreateLocalVariable },
{ 0x1C, opcode::OP_RemoveLocalVariables }, { 0x1C, opcode::OP_RemoveLocalVariables },
{ 0x1D, opcode::OP_EvalLocalVariableCached0 }, { 0x1D, opcode::OP_EvalLocalVariableCached0 },

View File

@ -35,8 +35,8 @@ extern std::array<std::pair<u8, opcode>, code_count> const code_list
{ 0x16, opcode::OP_GetAnim }, { 0x16, opcode::OP_GetAnim },
{ 0x17, opcode::OP_GetAnimation }, { 0x17, opcode::OP_GetAnimation },
{ 0x18, opcode::OP_GetGameRef }, { 0x18, opcode::OP_GetGameRef },
{ 0x1A, opcode::OP_GetLocalFunction }, { 0x19, opcode::OP_GetLocalFunction },
{ 0x19, opcode::OP_GetFarFunction }, { 0x1A, opcode::OP_GetFarFunction },
{ 0x1B, opcode::OP_CreateLocalVariable }, { 0x1B, opcode::OP_CreateLocalVariable },
{ 0x1C, opcode::OP_RemoveLocalVariables }, { 0x1C, opcode::OP_RemoveLocalVariables },
{ 0x1D, opcode::OP_EvalLocalVariableCached0 }, { 0x1D, opcode::OP_EvalLocalVariableCached0 },