From 29d13697a1e46380f745586a35cb247e6d0de5bb Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Tue, 23 Mar 2021 16:51:41 +0100 Subject: [PATCH] Fixed wrong type in opcode definition. --- lib/srcGeneration/asm/opcodes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/srcGeneration/asm/opcodes.yml b/lib/srcGeneration/asm/opcodes.yml index 61e1568c..e001e200 100644 --- a/lib/srcGeneration/asm/opcodes.yml +++ b/lib/srcGeneration/asm/opcodes.yml @@ -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