papermario/tools/splat
Ethan Roseman 7cb1790789
Fix alignment of many data sections (#305)
* generate c includes for img segments

* flatten battle/item/dusty_hammer.c

needs custom splat

* use .inc.c for c incbins

* fixy

* new stuff

* git subrepo pull (merge) --force tools/splat

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

* remove dumb

* git subrepo pull tools/splat

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

* yaml cleaning

* Further yaml cleanup & battle item refactor

* remove rawptr

* git subrepo pull tools/splat

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

* further cleanup

* Further cleanup & match gfx_draw_background

* clean & wip

Co-authored-by: Alex Bates <hi@imalex.xyz>
2021-07-12 18:15:00 +09:00
..
.github/workflows Splat update to 0.7.3 (#283) 2021-04-27 21:36:33 +09:00
segtypes Fix alignment of many data sections (#305) 2021-07-12 18:15:00 +09:00
stubs Most of player_api and 18F340 (#296) 2021-06-16 18:52:15 +09:00
util Fix alignment of many data sections (#305) 2021-07-12 18:15:00 +09:00
.gitignore Splat refactor (#257) 2021-04-13 16:47:52 +09:00
.gitrepo Fix alignment of many data sections (#305) 2021-07-12 18:15:00 +09:00
CHANGELOG.md Mass function rename from Star Rod + a couple funcs (#298) 2021-06-30 11:27:12 +09:00
create_config.py Mass function rename from Star Rod + a couple funcs (#298) 2021-06-30 11:27:12 +09:00
Makefile Mass function rename from Star Rod + a couple funcs (#298) 2021-06-30 11:27:12 +09:00
mypy.ini Splat refactor (#257) 2021-04-13 16:47:52 +09:00
README.md git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
requirements.txt Splat refactor (#257) 2021-04-13 16:47:52 +09:00
split.py Mass function rename from Star Rod + a couple funcs (#298) 2021-06-30 11:27:12 +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