picklejar76 / kujata

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

ASPED field script opcode parsed incorrectly. #16

Open maciej-trebacz opened 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. 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 :)