grumpycoders / pcsx-redux

The PCSX-Redux project is a collection of tools, research, hardware design, and libraries aiming at development and reverse engineering on the PlayStation 1. The core product itself, PCSX-Redux, is yet another fork of the Playstation emulator, PCSX.
https://pcsx-redux.consoledev.net
GNU General Public License v2.0
637 stars 96 forks source link

psyq-obj-parser: add `INC_SLD_LINENUM_BY_WORD` opcode #1650

Closed emoose closed 4 months ago

emoose commented 4 months ago

Name from https://github.com/banyaszvonat/psyq_kaitai/blob/ca95b68151e98ebb7dda0e69fa86cfbebb594ba0/psyq_obj.ksy#L204

Opcode is needed to parse some obj files included with beatmania 5thmix, reading as uint16_t allows obj to parse fine while uint32_t failed.