mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 16:09:43 -04:00
Decompile func0004371c
This commit is contained in:
@@ -39,12 +39,12 @@ extern const u32 var700576c8[];
|
||||
extern const u32 var70057750[];
|
||||
|
||||
u32 func0003f8a0(void);
|
||||
u32 func00040164(void);
|
||||
void func00040164(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
u32 func00040dac(void);
|
||||
u32 func00041600(void);
|
||||
u32 func00042238(void);
|
||||
u32 func000427d8(void);
|
||||
u32 func00042990(void);
|
||||
void func00042238(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func000427d8(struct asistream *stream, u32 arg1);
|
||||
void func00042990(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func00042e38(struct asistream *stream);
|
||||
bool func0004371c(struct asistream *stream);
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00046650(void);
|
||||
void func00046650(struct asistream_4f64 *arg0, s32 arg1, struct asistream_4f64 *arg2, struct asistream_4f64 *arg3, void *arg4);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00047550(void);
|
||||
void func00047550(struct asistream_4f64 *arg0, s32 arg1, struct asistream_4f64 *arg2, struct asistream_4f64 *arg3);
|
||||
|
||||
#endif
|
||||
|
||||
+16
-5
@@ -7344,6 +7344,10 @@ struct var8007f8dc {
|
||||
/*0x100*/ u32 unk100;
|
||||
};
|
||||
|
||||
struct asistream_4f64 {
|
||||
f32 unk00[18];
|
||||
};
|
||||
|
||||
struct asistream {
|
||||
s32 unk00;
|
||||
s32 (*unk04)(s32 arg0, void *arg1, s32 arg2, s32 arg3);
|
||||
@@ -7381,12 +7385,19 @@ struct asistream {
|
||||
u32 unk3be8;
|
||||
u32 unk3bec;
|
||||
u32 unk3bf0;
|
||||
u8 unk3bf4[0x394];
|
||||
u32 unk3bf4;
|
||||
u8 unk3bf8[0xa0];
|
||||
u32 unk3c98[1][1];
|
||||
u8 unk3c9c[0x2ec];
|
||||
s32 unk3f88;
|
||||
u32 unk3f8c;
|
||||
u8 unk3f90[0x2ad4];
|
||||
u8 unk6a64[0x900];
|
||||
u8 unk7364[0x1110];
|
||||
s32 unk3f8c;
|
||||
u8 unk3f90[0x6cc];
|
||||
s32 unk465c;
|
||||
u8 unk4660[0x904];
|
||||
struct asistream_4f64 unk4f64[2][32];
|
||||
u8 unk6164[0x900];
|
||||
struct asistream_4f64 unk6a64[2][32];
|
||||
u8 unk7c64[0x810];
|
||||
s32 unk8474;
|
||||
bool (*unk8478)(struct asistream *stream);
|
||||
bool (*unk847c)(struct asistream *stream);
|
||||
|
||||
Reference in New Issue
Block a user