core2/code_94A20.c progress

This commit is contained in:
Banjo Kazooie
2022-08-19 15:19:25 -05:00
parent 07ca1d783d
commit 3e3a24348c
14 changed files with 240 additions and 82 deletions

View File

@@ -327,7 +327,7 @@ void func_80293350(void);
void func_80293D48(f32, f32);
f32 func_80294438(void);
f32 func_80294500(void);
Struct60s *func_802946F0(void);
BKCollisionTri *func_802946F0(void);
void func_80294980(f32 arg0[3]);
f32 get_slope_timer(void);
f32 func_80294A40(void);

View File

@@ -49,7 +49,7 @@ typedef struct {
typedef struct {
s16 unk0[3]; //vtx_indx
//u8 pad6[2];
s16 unk6;
s32 flags; //flags
} BKCollisionTri; //BKCollisionTri

View File

@@ -115,16 +115,10 @@ typedef struct portrait_info_s{
PortraitVoice voiceInfo[5];
} PortraitInfo;
typedef struct struct_60_s{
s16 unk0[3];
s16 unk6;
s32 unk8;
}Struct60s;
typedef struct struct_0_s{ //floor
void * model;
Struct60s unk4;
Struct60s unk10;
BKCollisionTri unk4;
BKCollisionTri unk10;
f32 unk1C[3];
f32 unk28[3];
f32 normX;
@@ -879,4 +873,13 @@ typedef struct{
typedef struct{
u8 pad0[1];
}struct85s;
typedef struct{
f32 unk0[3];
f32 unkC;
u32 flags;
s16 unk14;
// u8 pad16[2];
void *unk18;
}struct86s;
#endif