mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Fixed opcode unknown_f961 definition.
This commit is contained in:
parent
9278609ef0
commit
6c3eb9fd26
@ -3821,3 +3821,10 @@ opcodes:
|
||||
params:
|
||||
- type: dword
|
||||
stack: pop
|
||||
|
||||
- code: 0xf961
|
||||
params:
|
||||
- type: reg_tup_ref
|
||||
reg_tup:
|
||||
- type: dword
|
||||
access: write
|
||||
|
@ -7531,7 +7531,16 @@ export const OP_UNKNOWN_F961 = (OPCODES[0xf961] = new_opcode(
|
||||
0xf961,
|
||||
"unknown_f961",
|
||||
undefined,
|
||||
[],
|
||||
[
|
||||
new_param(
|
||||
{
|
||||
kind: Kind.RegTupRef,
|
||||
register_tuples: [new_param(TYPE_DWORD, undefined, ParamAccess.Write)],
|
||||
},
|
||||
undefined,
|
||||
undefined,
|
||||
),
|
||||
],
|
||||
undefined,
|
||||
));
|
||||
export const OP_UNKNOWN_F962 = (OPCODES[0xf962] = new_opcode(
|
||||
|
Loading…
Reference in New Issue
Block a user