There's a bug in opcode parser which incorrectly parses ASPED 0xBD opcode. The S operand is a short, but is read as a byte. I've created a pull request #15 to fix this.
Should you accept this, would it be possible for you to regenerate metadata in the kujata-data repository? Because of this bug opcode lists are not correct. Thanks :)
There's a bug in opcode parser which incorrectly parses ASPED
0xBD
opcode. TheS
operand is a short, but is read as a byte. I've created a pull request #15 to fix this.Should you accept this, would it be possible for you to regenerate metadata in the
kujata-data
repository? Because of this bug opcode lists are not correct. Thanks :)