This commit is contained in:
CreateSource 2024-05-22 12:36:33 -04:00
commit 5fa482303b
7 changed files with 132 additions and 63 deletions

View file

@ -205,7 +205,7 @@ void fn_1_28AC(s32 arg0);
s32 fn_1_28DC(void);
float fn_1_2FD4(float arg8, float arg9, float argA);
float fn_1_30F0(float arg8, float arg9);
s32 fn_1_76B8(void *arg0, Vec *arg1, u16 arg2);
s32 fn_1_76B8(Vec arg0, Vec arg1, u16 arg2);
void fn_1_77E8(void *arg0);
void fn_1_77F8(u16 arg0, Vec *arg1);
void fn_1_7840(u16 arg0, Vec *arg1);

View file

@ -64,7 +64,7 @@ typedef struct model_data {
Vec rot;
Vec scale;
Mtx unk_F0;
void *unk_120;
ParticleData *unk_120;
} ModelData; // sizeof 0x124
typedef struct camera_data {
f32 fov;