papermario/tools/splat
Ethan Roseman 896639da49
Pause segment images (#235)
* splat update incoming

* git subrepo pull --force tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "90fae1a829"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "90fae1a829"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
2021-03-27 18:22:18 +00:00
..
segtypes Pause segment images (#235) 2021-03-27 18:22:18 +00:00
util All map data + rodata disasm (#218) 2021-03-22 22:29:47 -04:00
.gitignore git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
.gitrepo Pause segment images (#235) 2021-03-27 18:22:18 +00:00
CHANGELOG.md All map data + rodata disasm (#218) 2021-03-22 22:29:47 -04:00
create_config.py JP rom beginnings (#197) 2021-03-04 18:00:56 +09:00
list_objects.py All map data + rodata disasm (#218) 2021-03-22 22:29:47 -04: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 Battle items (#222) 2021-03-24 04:39:43 -04: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