mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
943f612050
* rodata migration * a5dd0 rodata migration * e79b0 rodata migration * more rodata migration * more migration * goombario rodata * SetNpcCollision32 * removing old stuff * oops * UnkBackgroundFunc * removing unnecessary files * UnkBackgroundFunc2 * UnkStarFuncs * . * misc star decomp and AddHP * oops * AddFP * fix offset, update symbol_addrs * . * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "f602284b3e" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "f602284b3e" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * re-disasm * fix effect disasm * oops * fix lullaby * fixing rodata * load_engine_data * removing undefined syms * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "3a68ae30a7" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "3a68ae30a7" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Skip exceptasm extraction |
||
---|---|---|
.. | ||
segtypes | ||
util | ||
.gitignore | ||
.gitrepo | ||
CHANGELOG.md | ||
create_config.py | ||
list_objects.py | ||
Makefile | ||
README.md | ||
requirements.txt | ||
split.py |
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