Files
papermario/tools/splat
pixel-stuck e61e67ea9b [WIP] Work on npc.c (#295)
* formatting

* format + misc work

* lots of work on npc.c

* PR comments, asm delet + other misc fixes

* missed one

* temporarily remove cleanup step for testing

* test fix for splat

* test

* o2

* o0

* fix Yay0decompress.c bug

* debug logging

* stuff

* stuff2

* restore stuff

* more PR comments and some general cleanup

* NPC flags + improve match + misc

Co-authored-by: Ethan Roseman <ethteck@gmail.com>
2021-06-15 17:05:16 +09:00
..
2021-04-27 21:36:33 +09:00
2021-04-13 16:47:52 +09:00
2021-06-15 17:05:16 +09:00
2021-04-13 16:47:52 +09:00
2021-04-27 21:36:33 +09:00
2021-04-27 21:36:33 +09:00
2021-06-15 17:05:16 +09:00
2021-04-13 16:47:52 +09:00
2021-01-25 00:19:56 +09:00
2021-04-13 16:47:52 +09:00
2021-06-15 17:05:16 +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