diff options
| author | Léo Lam <leo@leolam.fr> | 2021-08-11 02:14:04 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-08-11 02:15:33 +0200 |
| commit | df99eb76bac217f533afca73878f6e8f87b2e15a (patch) | |
| tree | be50d3ffa56f20e1ab4194680af114dfbad6d134 /README.md | |
| parent | 0352e590cc31aa609ab1707fb988c1507695796d (diff) | |
readme: Reorder some paragraphs to make the intro flow better
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,20 +2,20 @@ This is an experimental, WIP decompilation of *The Legend of Zelda: Breath of the Wild* v1.5.0 (Switch). -This project only concerns the main executable which contains all the game code and statically linked libraries. The RomFS and the SDK libraries are *out of the scope* of this project. - **This repository does not contain game assets or RomFS content and *cannot* be used to play *Breath of the Wild*.** -Progress: https://botw.link/progress - 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. Considering the large size of the executable (~40MB), it is not expected to reach 100% progress within a reasonable timeframe. As a result, the project is unlikely to produce a working executable in the near future. It will help with understanding and reverse engineering the game even in its incomplete state, but it will **not** help with playing BotW or porting the game to other platforms, which is **explicitly a non-goal**. +Progress: https://botw.link/progress + ## Scope +This project only concerns the main executable which contains all the game code and statically linked libraries. The RomFS and the SDK libraries are *out of the scope* of this project. + * Main executable (main NSO) * *Breath of the Wild* code * Actual game code (`Game` / uking:: namespace) |
