From 95ad10a2b31f70d6a607a288a7925d8005791af4 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Mon, 25 Oct 2021 22:38:31 -0400 Subject: [PATCH] Update score --- README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 8bcf9655..46554e7c 100755 --- a/README.md +++ b/README.md @@ -113,30 +113,31 @@ s32 is_drumstick_unlocked(void) { } ``` -As of October 15th 2021, this is our current score: +As of October 25th 2021, this is our current score: ``` - =================================================================== - 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. - =================================================================== + ================================================================== + ADVENTURE ONE (ASM -> C Decompilation) + ------------------------ 18.87% Complete ------------------------- + # Decompiled functions: 996 + # GLOBAL_ASM remaining: 760 + # NON_MATCHING functions: 101 + -------------------------- Game Status --------------------------- + Balloons: 10/47, Keys: 1/4, Trophies: 0/5 + T.T. Amulets: 1/4, Wizpig Amulets: 0/4 + ------------------------------------------------------------------ + We are collecting silver coins in Jungle Falls. (4/8 silver coins) + ================================================================== + ADVENTURE TWO (Cleanup & Documentation) + ------------------------ 0.80% Complete ------------------------- + # Documented functions: 65 + # Undocumented remaining: 1691 + -------------------------- 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. + ================================================================== + ```