papermario/tools/splat
Ethan Roseman ee7f09bb2b
Snibblets, Tidbits, and Morsels (#188)
* fixing segment

* redoing subtree

* git subrepo clone https://github.com/ethteck/splat.git tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "99cf514297"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "99cf514297"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* fix symbol_addrs

* sweet victory

* reformat collision_main_lateral.s

* Lots of matches, fixed diff.py issue, improved coverage.py

* some more

* update symbol_addrs

* git subrepo pull tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "c46026725a"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "c46026725a"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* update symbol_addrs

* fix disasm

* 2 mo

* Jenkinsfile

* PR comments
2021-02-18 20:54:07 +09:00
..
segtypes Snibblets, Tidbits, and Morsels (#188) 2021-02-18 20:54:07 +09:00
util git subrepo pull tools/splat 2021-02-15 19:04:16 +09:00
.gitignore git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
.gitrepo Snibblets, Tidbits, and Morsels (#188) 2021-02-18 20:54:07 +09:00
CHANGELOG.md git subrepo pull tools/splat 2021-02-08 19:57:56 +09:00
create_config.py git subrepo pull (merge) tools/splat 2021-02-06 13:05:39 +09:00
list_objects.py rename 2021-01-25 00:19:48 +09:00
Makefile git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
README.md git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
requirements.txt git subrepo pull --force tools/splat 2021-02-06 18:45:20 +00:00
split.py git subrepo pull tools/splat 2021-02-08 19:57:56 +09:00

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