Finished decompiling font.c

This commit is contained in:
David Benepe
2022-10-02 17:20:43 -04:00
parent 2072a266b8
commit 51bdb867cf
2 changed files with 198 additions and 188 deletions
+8 -8
View File
@@ -113,15 +113,15 @@ s32 is_drumstick_unlocked(void) {
}
```
As of September 27th, 2022, this is our current score:
As of October 2nd, 2022, this is our current score:
```
========================================================
ADVENTURE ONE (ASM -> C Decompilation)
------------------- 31.46% Complete --------------------
# Decompiled functions: 1273
# GLOBAL_ASM remaining: 561
# NON_MATCHING functions: 15
# NON_EQUIVALENT WIP functions: 101
------------------- 31.77% Complete --------------------
# Decompiled functions: 1275
# GLOBAL_ASM remaining: 558
# NON_MATCHING functions: 14
# NON_EQUIVALENT WIP functions: 100
--------------------- Game Status ----------------------
Balloons: 16/47, Keys: 2/4, Trophies: 1/5
T.T. Amulets: 1/4, Wizpig Amulets: 1/4
@@ -131,13 +131,13 @@ As of September 27th, 2022, this is our current score:
ADVENTURE TWO (Cleanup & Documentation)
------------------- 5.39% Complete --------------------
# Documented functions: 195
# Undocumented remaining: 1639
# Undocumented remaining: 1638
--------------------- Game Status ----------------------
Balloons: 3/47, Keys: 0/4, Trophies: 0/5
T.T. Amulets: 0/4, Wizpig Amulets: 0/4
--------------------------------------------------------
We are collecting the fourth balloon on Timber's Island.
========================================================
========================================================
```
---