From ef16b09a968608fc260df2d2a32919b9fa539e6f Mon Sep 17 00:00:00 2001 From: KeybadeBlox Date: Sun, 19 Apr 2026 17:31:41 -0400 Subject: [PATCH] Revise progress wording We're not only counting .text, but any sections meant to hold code (e.g. MMATRIX). --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 698c211..ac92b92 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ A matching decompilation of the Xbox game Jet Set Radio Future. ## Progress - Delinking progress: 1.32% (34051 out of 2574172 bytes in XBE address space) -- Decompilation progress: 14.6% (37 out of the 241 delinked `.text` symbols) +- Decompilation progress: 14.6% (37 out of the 241 delinked code symbols) - **Estimated total progress: 0.20%** (previous two multiplied together) ## Roadmap