From 2c9c2f3de030f6ddb9dddae6012d680366ae2b2c Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Mon, 27 Sep 2021 14:32:18 -0400 Subject: [PATCH] Update score in README --- README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d7483505..2f5e5eaa 100755 --- a/README.md +++ b/README.md @@ -113,30 +113,31 @@ s32 is_drumstick_unlocked(void) { } ``` -As of August 23rd 2021, this is our current score: +As of September 27th 2021, this is our current score: ``` - ======================================================= - ADVENTURE ONE (ASM -> C Decompilation) - ------------------- 14.63% Complete ------------------- - # Decompiled functions: 900 - # GLOBAL_ASM remaining: 880 - # NON_MATCHING functions: 106 - --------------------- Game Status --------------------- - Balloons: 8/47, Keys: 1/4, Trophies: 0/5 - T.T. Amulets: 0/4, Wizpig Amulets: 0/4 - ------------------------------------------------------- - We are collecting eggs in Fire Mountain. (1/3 Eggs) - ======================================================= - ADVENTURE TWO (Cleanup & Documentation) - ------------------- 0.77% Complete ------------------- - # Documented functions: 62 - # Undocumented remaining: 1718 - --------------------- Game Status --------------------- - Balloons: 0/47, Keys: 0/4, Trophies: 0/5 - T.T. Amulets: 0/4, Wizpig Amulets: 0/4 - ------------------------------------------------------- - We are collecting the first balloon on Timber's Island. - ======================================================= + ================================================================== + ADVENTURE ONE (ASM -> C Decompilation) + ------------------------ 16.16% Complete ------------------------- + # Decompiled functions: 934 + # GLOBAL_ASM remaining: 848 + # NON_MATCHING functions: 104 + -------------------------- Game Status --------------------------- + Balloons: 8/47, Keys: 1/4, Trophies: 0/5 + T.T. Amulets: 1/4, Wizpig Amulets: 0/4 + ------------------------------------------------------------------ + We are collecting silver coins in Ancient Lake. (5/8 silver coins) + ================================================================== + ADVENTURE TWO (Cleanup & Documentation) + ------------------------ 0.80% Complete ------------------------- + # Documented functions: 65 + # Undocumented remaining: 1717 + -------------------------- Game Status --------------------------- + Balloons: 0/47, Keys: 0/4, Trophies: 0/5 + T.T. Amulets: 0/4, Wizpig Amulets: 0/4 + ------------------------------------------------------------------ + We are collecting the first balloon on Timber's Island. + ================================================================== + ``` ---