Fixed wrong type in opcode definition.

This commit is contained in:
Daan Vanden Bosch 2021-03-23 16:51:41 +01:00
parent 017232eb91
commit 29d13697a1

View File

@ -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