mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
f91fe539a4
* Fix enum name, offset * Fix bugs Some assets were slipping by the asset stack Tex archve building wasn't respecting the asset stack (Fixes #1074) * Fixes #1081 * fix paths kinda * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "818924683b" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "818924683b" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "aa416e4" * Fix stuff after splupdate |
||
---|---|---|
.. | ||
.github/workflows | ||
disassembler | ||
platforms | ||
segtypes | ||
stubs | ||
test/basic_app | ||
util | ||
.gitignore | ||
.gitrepo | ||
CHANGELOG.md | ||
create_config.py | ||
disassembler_section.py | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
mypy.ini | ||
README.md | ||
requirements.txt | ||
run_tests.sh | ||
split.py | ||
test_gen_expected.sh | ||
test.py |
splat
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64 and PSX binaries are supported.
Please check out the wiki for more information including examples of projects that use splat.
Requirements
splat requires Python 3.8+. Package requirements can be installed via pip3 install -U -r requirements.txt