Releases: NerduMiner/p2setoolkit
Public Release 1.3
This release just has one commit, making param_add_16 decompile to have a signed value instead of an unsigned value.
Public Release 1.2
p2setoolkit has been expanded to support other JAUDIO versions and putting data and padding into a decompile. Various BMS instructions have also been implemented and improved, namely SETINTERRUPT, which now creates a label pointing to the interrupt table meaning the interrupt table can be safely shifted.
Public Release 1.1
Call and Jump labels have been deduplicated, increasing readability of decompiled output when multiple addresses refer to 1 position and decreasing decompile time for label heavy BMS files.
Public Release 1.0
This release marks the first point at which p2setoolkit was released to the public, the tool can reliably disassemble and reassemble Pikmin 2's se.bms, n_tutorial.bms, and possibly many flaaffy created bms files.