papermario/tools/splat
Ethan Roseman f5a6d26ca8
Full GCC Compiler (#378)
* fx table work

* fx data

* blah

* render_effects_UI

* split out effects.c

* initial testing of full gcc compiler

* don't touch undefined syms/funcs auto

* git subrepo pull --force tools/splat

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

* 4 npc funcs

* nine sef commands

* test

* test2

* run undefined_syms through cpp, remove bss and dead syms files

* nuContQueryRead

* update compiler

* configure fixes

* Update compiler binaries with latest build

* permuter_settings

* xgcc -> gcc

* change permissions

* .

* fix permuter stuff

* gcc is the bane of my existence

* non-dumb mac cpp

* build .cpp files with g++

* ccache

* hide stdout/stderr from ccache check

* fix #374

* tar something and other

* ok!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

* lol

* fix linux install

* 👍

* 👍👍

* Make cousin J happy

* always 👍

* git subrepo pull (merge) tools/splat

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

Co-authored-by: alex <16batesa@gmail.com>
2021-08-23 06:55:26 +09:00
..
.github/workflows Splat update to 0.7.3 (#283) 2021-04-27 21:36:33 +09:00
segtypes Full GCC Compiler (#378) 2021-08-23 06:55:26 +09:00
stubs Most of player_api and 18F340 (#296) 2021-06-16 18:52:15 +09:00
util Tidying (#375) 2021-08-22 22:10:06 +09:00
.gitignore Splat refactor (#257) 2021-04-13 16:47:52 +09:00
.gitrepo Full GCC Compiler (#378) 2021-08-23 06:55:26 +09:00
CHANGELOG.md Full GCC Compiler (#378) 2021-08-23 06:55:26 +09:00
create_config.py Mass function rename from Star Rod + a couple funcs (#298) 2021-06-30 11:27:12 +09:00
Makefile Split charsets, matching load_font and load_font_data (#312) 2021-07-16 10:28:37 +01: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 Tidying (#375) 2021-08-22 22:10:06 +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