From b1f83c9ee1377110fe6918f0d01ef6cdb7011aa3 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Tue, 7 Mar 2023 15:19:22 -0500 Subject: [PATCH] Score update (#378) --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8de5303..145677a1 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This repo contains a work-in-progress decompilation of Diddy Kong Racing for the Currently, only the US 1.0 version of the game is supported. US 1.1, EU 1.0, EU 1.1, and JP are not supported at this time. -As of February 21, 2023, this is our current score: +As of March 3, 2023, this is our current score: -    Decomp progress: 50.15% +    Decomp progress: 50.82%     Documentation progress: 23.36% @@ -128,25 +128,25 @@ s32 is_drumstick_unlocked(void) { ``` -As of February 21, 2023, this is our current score: +As of March 3, 2023, this is our current score: ``` =================================================================== ADVENTURE ONE (ASM -> C Decompilation) - ------------------------- 50.15% Complete ------------------------- - # Decompiled functions: 1482 - # GLOBAL_ASM remaining: 349 - # NON_MATCHING functions: 10 + ------------------------- 50.82% Complete ------------------------- + # Decompiled functions: 1492 + # GLOBAL_ASM remaining: 339 + # NON_MATCHING functions: 12 # NON_EQUIVALENT WIP functions: 63 --------------------------- Game Status --------------------------- Balloons: 25/47, Keys: 3/4, Trophies: 2/5 T.T. Amulets: 2/4, Wizpig Amulets: 2/4 ------------------------------------------------------------------- - We are racing in Treasure Caves. (Lap 1/3) + We are racing in Treasure Caves. (Lap 2/3) =================================================================== ADVENTURE TWO (Cleanup & Documentation) ------------------------- 23.36% Complete ------------------------- - # Documented functions: 443 - # Undocumented remaining: 1123 + # Documented functions: 445 + # Undocumented remaining: 1121 --------------------------- Game Status --------------------------- Balloons: 12/47, Keys: 1/4, Trophies: 0/5 T.T. Amulets: 1/4, Wizpig Amulets: 1/4