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 c24f17dd2c
commit 9cbf2c9c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 },
{ 0x17, opcode::OP_GetAnimation },
{ 0x18, opcode::OP_GetGameRef },
{ 0x1A, opcode::OP_GetLocalFunction },
{ 0x19, opcode::OP_GetFarFunction },
{ 0x19, opcode::OP_GetLocalFunction },
{ 0x1A, opcode::OP_GetFarFunction },
{ 0x1B, opcode::OP_CreateLocalVariable },
{ 0x1C, opcode::OP_RemoveLocalVariables },
{ 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 },
{ 0x17, opcode::OP_GetAnimation },
{ 0x18, opcode::OP_GetGameRef },
{ 0x1A, opcode::OP_GetLocalFunction },
{ 0x19, opcode::OP_GetFarFunction },
{ 0x19, opcode::OP_GetLocalFunction },
{ 0x1A, opcode::OP_GetFarFunction },
{ 0x1B, opcode::OP_CreateLocalVariable },
{ 0x1C, opcode::OP_RemoveLocalVariables },
{ 0x1D, opcode::OP_EvalLocalVariableCached0 },