From 032b8104b504b7a7f06e55e36d3adf54169c91af Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Sat, 21 Dec 2024 20:28:40 -0500 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c4a69f..a823c108 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This is a **work-in-progress** decompilation of LEGO Island (Version 1.1, Englis -Currently, `ISLE.EXE` is completely decompiled and is functionally identical to the original. Due to various complexities with regards to the compiler, it is not a byte-for-byte match of the original executable. We remain hopeful that this can be resolved at some point. +Currently, `ISLE.EXE` is completely decompiled and is functionally identical to the original. Due to various complexities with regard to the compiler, it is not a byte-for-byte match of the original executable. We remain hopeful that this can be resolved at some point. -`LEGO1.DLL` is complete in terms of gameplay features. However, work is still ongoing to improve the accuracy, naming, documentation, and stucture of the source code. While there may still be unresolved bugs that are not present in retail, the game should be fully playable with the binaries derived from this source code. +`LEGO1.DLL` is complete in terms of gameplay features. However, work is still ongoing to improve the accuracy, naming, documentation, and structure of the source code. While there may still be unresolved bugs that are not present in retail, the game should be fully playable with the binaries derived from this source code. ## Building