TEST: adding CONFIG.EXE progress bar

This commit is contained in:
Daniel Hejduk 2024-02-07 20:15:38 +01:00 committed by GitHub
parent 5e38a010dd
commit 4e46f56587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ This is a **work-in-progress** decompilation of LEGO Island (Version 1.1, Englis
## Status
<img src="https://legoisland.org/progress/ISLEPROGRESS.SVG" width="50%"><img src="https://legoisland.org/progress/LEGO1PROGRESS.SVG" width="50%">
<img src="https://legoisland.org/progress/ISLEPROGRESS.SVG" width="50%"><img src="https://legoisland.org/progress/LEGO1PROGRESS.SVG" width="50%"><img src="https://legoisland.org/progress/CONFIGPROGRESS.SVG" width="50%">
Currently, `ISLE.EXE` is completely decompiled and behaves identically to the original. A handful of stubborn instructions are not yet matching; however, we anticipate they will as more of the overall codebase is implemented.