From 98ace1a751c89085695d3194a2506336a4add02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 15 May 2021 16:58:38 +0200 Subject: [PATCH] readme: Remove outdated note about current focus of the project Enough code has been decompiled in KingSystem that Game code can also be decompiled now --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5e1cf9c6..12e1980c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ Considering the large size of the executable (~40MB), it is not expected to reac 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**. -Currently, the focus is on decompiling AI classes and KingSystem framework code. - ## Frequently Asked Questions ### Isn't this risky?