diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-01-21 13:27:47 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 13:27:47 -0300 |
| commit | cc970381c81be22bab60a396f7ba948e4e4c426f (patch) | |
| tree | f5f315f17426a57edeb885ba6f2209aa53927630 /include/functions.h | |
| parent | b8af624d0b14f9bad493e3d4960dc5e40986fb72 (diff) | |
fox_hud & fox_me Decompiled (#95)
* func_80092D48
* func_800927A0
* TempComp.bin.mio0 git ignored
* func_800924E0
* func_80094D20
* func_80096A74
* func_80095604
* all functions done
* symbols for segmented addresses
* move symbols to c file for now
* failed attempt to import data
* fix
* Import data
* move data below
* ready for BSS attempt
* fix warnings
* ordering
* symbols for some segmented addresses
* rename to fox_hud
* clear mess
* .
* .
* space
* .
* func_i2_80187530
* func_i2_8018756C
* func_i2_80187650
* func_i2_801877C4
* func_i2_8018795C
* func_i2_80187B08
* func_i2_80187C68
* bss again (#98)
* func_i2_80187D08
* func_i2_80187D98
* func_i2_80187FF8
* func_i2_801881A8
* func_i2_80188228
* func_i2_80188298
* ARRAY_COUNT
* func_i2_80188344
* func_i2_80188B84
* func_i2_80188C2C
* func_i2_80188E8C
* func_i2_80188F2C
* func_i2_80188CAC
* func_i2_80189114
* func_i2_8018B7C4
* func_i2_8018C77C
* func_i2_8018C8F4
* func_i2_8018CA10
* func_i2_8018CB50
* func_i2_8018BACC co-authored-by: @inspectredc
* func_i2_8018CCF8
* func_i2_8018CB50
* func_i2_8018CD8C co-authored-by: @inspectredc & @petrie911
* func_i2_8018D9EC
* func_i2_8018DA6C
* func_i2_8018DAEC
* func_i2_8018DB6C
* func_i2_8018DBEC
* func_i2_8018DCE4
* func_i2_8018DE14
* func_i2_8018DF08 co-authored-by @inspectredc & @petrie911
* func_i2_8018E084
* func_i2_8018ED9C
* func_i2_80188088
* func_i2_801892F0
* func_i2_8018978C co-authored-by @KiritoDv & inspectredc
* fox_me DATA IMPORTED
* resolve conflicts
* func_i6_80197B30
* func_i6_80197CC4
* func_i6_80197F84
* func_i6_80198244
* merge and solve bss
* func_i6_801983E4
* PR review
---------
Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com>
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h index 036586a2..3f6ee859 100644 --- a/include/functions.h +++ b/include/functions.h @@ -39,6 +39,7 @@ void func_8001CA24(u8); void func_8001CB80(u8, u8); void func_8001CCDC(u8, Vec3f *); void func_8001CE28(u8, Vec3f *); +void func_8001D034(Vec3f*, s32, u8); void func_8001D10C(Vec3f*, u32); void func_8001D15C(u8); void func_8001D1C8(u8, s32); @@ -302,6 +303,8 @@ void func_8006BB78(Actor*); void func_8006C008(Actor*); void func_8006D350(Object_80*); void func_8006EEFC(s32, f32, f32, f32, f32, f32, f32, f32, f32, f32); +void func_8006EFA0(s32 unk0E4, f32 xPos, f32 yPos, f32 zPos, f32 arg4, f32 arg5, f32 arg6, f32 xRot, f32 yRot, + f32 zRot); void func_8006F0D8(f32 xPos, f32 yPos, f32 zPos, f32 arg3); void func_80072594(Actor*); s32 func_80074F90(Object_80*); @@ -492,6 +495,9 @@ void func_80092D48(Actor *); void func_80092EC0(Actor* actor); void func_80093164(Actor*); void func_800935E8(Player*); +void func_800953A0(Actor*, s32); +void func_8009546C(Actor*, s32); +void func_80095538(Actor*, s32); void func_80095604(Player*); void func_80094954(Effect*); void func_80094BBC(Effect*); |
