From 1677193635a650c4275fa73f73ecb7e7f573d825 Mon Sep 17 00:00:00 2001 From: jonschz <17198703+jonschz@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:32:19 +0200 Subject: [PATCH] Add reference to `isle-portable` to README (#1579) * Add reference to `isle-portable` to README * Fix uppercase * Address review comments --------- Co-authored-by: jonschz --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c246e850..6d62e581 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. 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