mirror of https://github.com/pmret/papermario.git
* A number of new image splits * Address comments. * git subrepo pull --force --branch=imgflip tools/splat subrepo: subdir: "tools/splat" merged: "9caaa45df9" upstream: origin: "https://github.com/ethteck/splat.git" branch: "imgflip" commit: "9caaa45df9" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * use flip_y over flip * git subrepo pull --force --branch=imgflip tools/splat subrepo: subdir: "tools/splat" merged: "ef663ec0d5" upstream: origin: "https://github.com/ethteck/splat.git" branch: "imgflip" commit: "ef663ec0d5" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * use flip_y * git subrepo pull --force --branch=imgflip tools/splat subrepo: subdir: "tools/splat" merged: "3144dc17f6" upstream: origin: "https://github.com/ethteck/splat.git" branch: "imgflip" commit: "3144dc17f6" git-subrepo: version: "0.4.3" origin: "???" commit: "???" Co-authored-by: JoshDuMan <Joshua.Shoup.1996@gmail.com> |
||
|---|---|---|
| .. | ||
| 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