Skip to content

Releases: NerduMiner/p2setoolkit

Public Release 1.3

02 May 03:54

Choose a tag to compare

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

07 Nov 20:02

Choose a tag to compare

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

17 Aug 21:45

Choose a tag to compare

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

16 Aug 02:45

Choose a tag to compare

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.