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