papermario/tools/n64splat
Ethan Roseman 5e12a46dd4 git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat
subrepo:
  subdir:   "tools/n64splat"
  merged:   "7574db712"
upstream:
  origin:   "https://github.com/ethteck/n64splat.git"
  branch:   "master"
  commit:   "7574db712"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2021-01-15 10:26:06 +09:00
..
segtypes git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
util git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
.gitignore git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
.gitrepo git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
create_config.py git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
list_objects.py git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
Makefile git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
README.md git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
requirements.txt git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00
split.py git subrepo clone (merge) https://github.com/ethteck/n64splat.git tools/n64splat 2021-01-15 10:26:06 +09:00

n64splat

A n64 rom splitting tool to assist with decompilation and modding projects

For example usage, see https://github.com/ethteck/papermario The Makefile setup target calls n64splat 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