diff options
author | Dennis <dhilhorst2000@gmail.com> | 2021-07-17 18:45:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 09:45:13 -0700 |
commit | bad7f7f688253c87c2cb2d063ea57c884cb6adff (patch) | |
tree | f853042438f42634f8d64b6daec015f3e287d77a /src/code_8098BDC.c | |
parent | a65d358927f668cb5e34a6046afef5bd61380a28 (diff) |
More item related decomp (#45)
* decompile sub_80918EC
* some more item related functions
* more item functions
* more decomp, fix types in other places
* more small functions
* more item related decomp
* one more weird branching item function
* fix global.h includes
* figured out branch pattern
* decompile sub_8090F58
* make temporary struct for function
* :crab: items.s is gone :crab:
* some renaming
* rename some obvious item related constants
* fix spelling error
Diffstat (limited to 'src/code_8098BDC.c')
-rw-r--r-- | src/code_8098BDC.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_8098BDC.c b/src/code_8098BDC.c index 6047dfa..b77cdf8 100644 --- a/src/code_8098BDC.c +++ b/src/code_8098BDC.c @@ -58,10 +58,10 @@ extern void sub_800199C(u8, u8, u8, s32); extern void sub_8098CC8(); extern void sub_809674C(); extern void sub_80961B4(); -extern void sub_8091FB4(); +extern void ClearAllItems_8091FB4(); extern const char *sub_80A2B18(s16); extern u8 sub_8001CC4(u8, u8, u8); -extern void sub_8091980(u32); +extern void xxx_inv_unk250_random_8091980(u32); extern u8 sub_80023E4(u32); extern void sub_80118C4(u16); @@ -166,10 +166,10 @@ void sub_8098CC8(void) { temp = 3; } - sub_8091980(temp); + xxx_inv_unk250_random_8091980(temp); sub_809674C(); sub_80961B4(); - sub_8091FB4(); + ClearAllItems_8091FB4(); } bool8 sub_8098D1C(s16 r0, u32 r1, u32 r2) |