This repository includes:
- Decompilation of NintendoWare modules that are linked statically in some Nintendo games.
Do not ask for or PR any copyrighted material to this repo. You will be ignored. Usage of the materials here outside of matching decompilation is not supported.
- Shadow - For Skyline, which was the primary inspiration and use case for this repo.
- Shibbo - For OdysseyReversed, which most of these headers came from.
For running commands please install task, CMake, Ninja and Clang/LLVM. The Clang/LLVM toolchain version should match the image used in the PR
Before you begin, run task clone-deps to clone dependencies.
Run task pr to run the same checks that the PR runs. Run task fix to fix the clang-format issues.