papermario/tools/splat
Ethan Roseman 011a957985
Compiler's Worst Nightmare (#278)
* 25.00%

* remove __naked__ and name printContext->unk_4E8

* change rodata strings to []

* actually remove

* fix headers

* git subrepo pull --force tools/splat

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

* progress

* .

* .

* some stuff

* git subrepo pull --force tools/splat

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

* :OK:

* 2 graphics funcs!

* woo

* more

* match func_802A15A0_733670 (#276)

* .

* gfx_draw_frame, other fixes

* macros begone!

Co-authored-by: pixel-stuck <mathmcclintic@gmail.com>
2021-04-23 20:55:30 +09:00
..
segtypes Compiler's Worst Nightmare (#278) 2021-04-23 20:55:30 +09:00
stubs Splat refactor (#257) 2021-04-13 16:47:52 +09:00
util Compiler's Worst Nightmare (#278) 2021-04-23 20:55:30 +09:00
.gitignore Splat refactor (#257) 2021-04-13 16:47:52 +09:00
.gitrepo Compiler's Worst Nightmare (#278) 2021-04-23 20:55:30 +09:00
CHANGELOG.md Compiler's Worst Nightmare (#278) 2021-04-23 20:55:30 +09:00
create_config.py Compiler's Worst Nightmare (#278) 2021-04-23 20:55:30 +09:00
Makefile git subrepo pull tools/splat 2021-01-25 00:19:56 +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 Configure updates for modding (#262) 2021-04-18 22:26:00 +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