From 11a798aa95d05a1d27a193d9b3ceaa326b7b35ba Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Fri, 15 Oct 2021 11:04:27 -0400 Subject: [PATCH] Update the score in the README --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 2f5e5eaa..8bcf9655 100755 --- a/README.md +++ b/README.md @@ -113,30 +113,30 @@ s32 is_drumstick_unlocked(void) { } ``` -As of September 27th 2021, this is our current score: +As of October 15th 2021, this is our current score: ``` - ================================================================== - 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. - ================================================================== + =================================================================== + ADVENTURE ONE (ASM -> C Decompilation) + ------------------------- 17.77% Complete ------------------------- + # Decompiled functions: 972 + # GLOBAL_ASM remaining: 786 + # NON_MATCHING functions: 104 + --------------------------- Game Status --------------------------- + Balloons: 9/47, Keys: 1/4, Trophies: 0/5 + T.T. Amulets: 1/4, Wizpig Amulets: 0/4 + ------------------------------------------------------------------- + We are collecting silver coins in Fossil Canyon. (6/8 silver coins) + =================================================================== + ADVENTURE TWO (Cleanup & Documentation) + ------------------------- 0.80% Complete ------------------------- + # Documented functions: 65 + # Undocumented remaining: 1693 + --------------------------- 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. + =================================================================== ```