From df99eb76bac217f533afca73878f6e8f87b2e15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 11 Aug 2021 02:14:04 +0200 Subject: [PATCH] readme: Reorder some paragraphs to make the intro flow better --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc991566..e4a6c3c5 100644 --- a/README.md +++ b/README.md @@ -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)