Decompilation of The Legend of Zelda: Breath of the Wild (Switch 1.5.0)
Go to file
Léo Lam a217abe647
ksys/phys: Improve RagdollController::setUnk1 match
https://discord.com/channels/688807550715560050/745633101157498880/1054479382892249119

[20:24]TheGreatB3: The Wii U version sets the fields to zero if the value is less than zero, so I think it's really using clamp.
2022-12-19 20:39:15 +01:00
.github/workflows Update to clang-format 12 2021-10-13 15:00:59 +02:00
data ksys/phys: Match RagdollController::setUnk1 2022-12-19 13:21:19 +01:00
docs docs: Indent header items 2022-01-26 00:10:51 +01:00
lib ksys/phys: Match RagdollController::setUnk1 2022-12-19 13:21:19 +01:00
src ksys/phys: Improve RagdollController::setUnk1 match 2022-12-19 20:39:15 +01:00
toolchain Add support for using custom linker (e.g. mold) 2021-12-30 16:55:33 +01:00
tools Add a script to detect function overlaps in the CSV 2022-12-04 11:56:32 +01:00
.clang-format clang-format: Add relevant SEAD_ENUM macros to WhitespaceSensitiveMacros 2021-03-27 14:03:28 +01:00
.clang-tidy clang-tidy: Disable misc-const-correctness 2022-12-17 19:24:15 +01:00
.gitattributes Fix GitHub language detection for header files 2022-03-21 21:54:14 +01:00
.gitignore Decompile most of E3mgr (#101) 2022-10-09 11:21:08 +02:00
.gitmodules Switch back to submodules 2022-04-01 12:11:56 +02:00
CMakeLists.txt Handle nn::gfx merge (#108) 2022-12-19 13:12:15 +01:00
Contributing.md Link to new documentation website 2022-10-19 15:44:44 +02:00
README.md Link to new documentation website 2022-10-19 15:44:44 +02:00

README.md

The Legend of Zelda: Breath of the Wild

Decompilation Progress Decompilation Progress (functions) Contributors Discord Channel

This is an experimental, WIP decompilation of The Legend of Zelda: Breath of the Wild v1.5.0 (Switch).

This repository does not contain game assets or RomFS content and cannot be used to play Breath of the Wild.

The goal of this project is to better understand game internals, aid with glitch hunting and document existing knowledge in a permanent, unambiguous form which helps further reverse engineer the game.

For more information, see https://botw.link