diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2023-12-30 08:14:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 11:14:06 -0300 |
| commit | 89cde811142e8f87a25fe4f4fdff831695199fd8 (patch) | |
| tree | 083728d9fc00a645d28cdcdb004088298eb9fc84 /include/functions.h | |
| parent | 4bba3fa8be5774acc73c902fd68a3fbf370906c7 (diff) | |
fox_43E80 decomped, matches and data import in fox_bg, some cleanup (#63)
* tank?
* matches and data
* excess files
* another extra file
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/include/functions.h b/include/functions.h index 6cd40e0b..a7693772 100644 --- a/include/functions.h +++ b/include/functions.h @@ -132,9 +132,9 @@ void func_80042FDC(Object_408*); void func_80042FE8(Object_408*); // fox_43E80 -void func_80043468(Player* ); -void func_800444BC(Player *); -void func_80047504(Player *); +void func_80043468(Player* player); +void func_800444BC(Player * player); +void func_80047504(Player * player); // sf_496E0 void func_80049C0C(Player *); @@ -512,6 +512,17 @@ void func_800B7184(Player *, s32); void func_800B73E0(Player *); void func_800B852C(s32 , Item *); void func_800B86CC(void); +void func_800AD7F0(Player *player); +void func_800ADF58(Player *player); +void func_800B415C(Player *player); +void func_800B41E0(Player *player); +void func_800B41EC(Player *player); +void func_800A46A0(Player* player); +void func_800A86E4(Player* player); +void func_800A887C(Player* player); +s32 func_800A7974(Player* player, f32* hitboxData, s32* index, f32 xPos, f32 yPos, f32 zPos, f32 xRot, f32 yRot, + f32 zRot, f32 arg9, f32 argA, f32 argB); +bool func_800A8054(s32 objId, f32 arg1, f32 arg2, f32 arg3, f32 arg4, f32 arg5, f32 arg6, Vec3f* arg7, Vec3f* arg8); // fox_radio s32 func_800BA7BC(u16*, s32); |
