mirror of https://github.com/pmret/papermario.git
* splat disasm update * a little * splat jtbl robustness * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "150dcdebfd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "150dcdebfd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * some rodata stuff * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "21bf3a381c" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "21bf3a381c" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * progress * All area rodata migrated |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| segtypes | ||
| stubs | ||
| util | ||
| .gitignore | ||
| .gitrepo | ||
| CHANGELOG.md | ||
| Makefile | ||
| README.md | ||
| create_config.py | ||
| mypy.ini | ||
| requirements.txt | ||
| split.py | ||
README.md
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