mirror of
https://github.com/pmret/papermario.git
synced 2026-04-08 14:00:12 -04:00
* formatting * format + misc work * lots of work on npc.c * PR comments, asm delet + other misc fixes * missed one * temporarily remove cleanup step for testing * test fix for splat * test * o2 * o0 * fix Yay0decompress.c bug * debug logging * stuff * stuff2 * restore stuff * more PR comments and some general cleanup * NPC flags + improve match + misc Co-authored-by: Ethan Roseman <ethteck@gmail.com>
splat
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64 roms in the .z64 format are supported.
For example usage, see https://github.com/pmret/papermario
The Makefile setup target calls splat with a config file that you can use for reference. More documentation coming soon.
Requirements
Python package requirements can be installed via pip3 install -r requirements.txt