picklejar76 / kujata

Translates Final Fantasy 7 assets to web-friendly formats like JSON and glTF
https://picklejar76.github.io/kujata-webapp/
20 stars 3 forks source link

Fix ASPED opcode operand length #15

Closed maciej-trebacz closed 4 years ago

maciej-trebacz commented 4 years ago

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.