From cebb49cf96dd993605aa7906c95f971a404af8ba Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 22 Jun 2025 21:50:29 +0200 Subject: [PATCH] Address review comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6906d96a..6d62e581 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a functionally complete decompilation of LEGO Island (Version 1.1, English). It aims to be as accurate as possible, matching the recompiled instructions to the original machine code as much as possible. The goal is to provide a workable codebase that can be modified, improved, and ported to other platforms later on. -> **Note:** This repository is for decompilation only and its code is true to the original release. For a modern adaptation of the LEGO Island codebase with native compatibility for Windows, Mac, Linux, and Web, see [isle-portable](https://github.com/isledecomp/isle-portable) instead. +> **Note:** This repository is for decompilation only and its code is true to the original release. It will not compile for targets other than 32-bit Windows. For a modern adaptation of the LEGO Island codebase with native compatibility for all major platforms and the Web, see [isle-portable](https://github.com/isledecomp/isle-portable) instead. ## Status