PsyCommando
PsyCommando
recompiling items using statsutil seems to corrupt items past a certain point. Apparently past the brick break tm entry. Will need investigation.
As requested by someone, I'll add these features to audioutil.
Since the project now includes several utilities all using a common codebase, it might be time to move all utilities to their own repos, and rework the structure to make...
Work out code for taking apart and back together a bgp file. In order to allow extracting, editing and creating new bgp files from scratch!
Need to make a flexible item data loading system to account for EoS and EoT/D's differences in the way item data is stored.
The algorithm is proving to be a little slow when used several times in a row to compress many small files. Not to mention that in debug, since it uses...
Remove data that should be computed on the fly from the XML files outputed while unpacking a sprite!
We don't want to let users handle those, as they're virtually useless to them, and not setting them correctly can mess up everything ! The ones that should be removed...
Non-pokemon sprites can contain orphaned images, or images that aren't refered to by any meta-frame. This makes it impossible to determine the size of those images properly. At the time...