Decompile m408dll/camera.c
This commit is contained in:
parent
ded418c543
commit
33b771b393
6 changed files with 919 additions and 86 deletions
|
|
@ -35,6 +35,8 @@ typedef struct work_2FAC {
|
|||
|
||||
u32 fn_1_6878(void);
|
||||
Work2FAC *fn_1_68A8(s32 arg0);
|
||||
void fn_1_817C(Vec *arg0, Vec *arg1);
|
||||
void fn_1_84C4(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5);
|
||||
float fn_1_883C(float arg0, float arg1, float arg2);
|
||||
void fn_1_C3C0(Vec *arg0, Vec *arg1);
|
||||
u32 fn_1_C43C(void);
|
||||
|
|
@ -45,4 +47,7 @@ void fn_1_C44C(Process *objman);
|
|||
void fn_1_118D0(Process *objman);
|
||||
s32 fn_1_162CC(Vec *arg0, Vec *arg1);
|
||||
|
||||
extern s32 lbl_1_bss_44;
|
||||
extern s32 lbl_1_bss_40;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ typedef struct {
|
|||
typedef struct particle_data {
|
||||
/* 0x00 */ s16 unk_00;
|
||||
/* 0x02 */ s16 unk_02;
|
||||
/* 0x04 */ float unk_04;
|
||||
/* 0x08 */ char unk_08[0x14];
|
||||
/* 0x04 */ Vec unk_04;
|
||||
/* 0x10 */ char unk_10[0x0C];
|
||||
/* 0x1C */ void *unk_1C;
|
||||
/* 0x20 */ s16 unk_20;
|
||||
/* 0x22 */ s16 unk_22;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue