From bcb5dbc7ea32f9250962240b8d27879642e7eae5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:09:10 -0500 Subject: [PATCH] Update score (#374) Co-authored-by: Ryan-Myers --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e563cddc..0955ed78 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ 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 10, 2023, this is our current score: +As of February 17, 2023, this is our current score: -    Decomp progress: 49.78% +    Decomp progress: 50.08% -    Documentation progress: 23.09% +    Documentation progress: 23.22% --- @@ -128,30 +128,30 @@ s32 is_drumstick_unlocked(void) { ``` -As of February 10, 2023, this is our current score: +As of February 17, 2023, this is our current score: ``` =================================================================== ADVENTURE ONE (ASM -> C Decompilation) - ------------------------- 49.78% Complete ------------------------- - # Decompiled functions: 1478 - # GLOBAL_ASM remaining: 353 + ------------------------- 50.08% Complete ------------------------- + # Decompiled functions: 1481 + # GLOBAL_ASM remaining: 350 # NON_MATCHING functions: 10 # NON_EQUIVALENT WIP functions: 63 --------------------------- Game Status --------------------------- - Balloons: 24/47, Keys: 3/4, Trophies: 2/5 + Balloons: 25/47, Keys: 3/4, Trophies: 2/5 T.T. Amulets: 2/4, Wizpig Amulets: 2/4 ------------------------------------------------------------------- - We are racing in Pirate Lagoon. (Lap 3/3) + We are racing in Treasure Caves. (Lap 1/3) =================================================================== ADVENTURE TWO (Cleanup & Documentation) - ------------------------- 23.09% Complete ------------------------- - # Documented functions: 427 - # Undocumented remaining: 1139 + ------------------------- 23.22% Complete ------------------------- + # Documented functions: 429 + # Undocumented remaining: 1137 --------------------------- Game Status --------------------------- Balloons: 12/47, Keys: 1/4, Trophies: 0/5 T.T. Amulets: 1/4, Wizpig Amulets: 1/4 ------------------------------------------------------------------- - We are participating in the Trophy Race of Dino Domain. (Round One) + We are participating in the Trophy Race of Dino Domain. (Round Two) =================================================================== ```