fix(iw5): console reference opcodes (#60)
This commit is contained in:
parent
c24f17dd2c
commit
9cbf2c9c47
@ -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 },
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user