mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Fixed wrong type in opcode definition.
This commit is contained in:
parent
017232eb91
commit
29d13697a1
@ -1986,12 +1986,12 @@ opcodes:
|
|||||||
params:
|
params:
|
||||||
- type: reg_tup_ref
|
- type: reg_tup_ref
|
||||||
reg_tup:
|
reg_tup:
|
||||||
- type: dword
|
- type: int
|
||||||
doc: Player slot.
|
doc: Player slot.
|
||||||
access: read
|
access: read
|
||||||
- type: reg_tup_ref
|
- type: reg_tup_ref
|
||||||
reg_tup:
|
reg_tup:
|
||||||
- type: dword
|
- type: int
|
||||||
doc: Result register.
|
doc: Result register.
|
||||||
access: write
|
access: write
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user