mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile func00042238
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ extern u32 var8009c3e0;
|
||||
extern struct asistream *g_AsiStream;
|
||||
extern u8 *var8009c640;
|
||||
extern u8 *var8009c644;
|
||||
extern u8 var8009c650[];
|
||||
extern u32 var8009c650[34];
|
||||
extern u8 *var8009c6d8;
|
||||
extern u8 *var8009c6dc;
|
||||
extern OSTimer var8009c760;
|
||||
|
||||
@@ -40,9 +40,9 @@ extern const u32 var70057750[];
|
||||
|
||||
u32 func0003f8a0(void);
|
||||
void func00040164(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
u32 func00040dac(void);
|
||||
u32 func00041600(void);
|
||||
void func00042238(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func00040dac(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func00041600(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func00042238(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func000427d8(struct asistream *stream, u32 arg1);
|
||||
bool func00042990(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func00042e38(struct asistream *stream);
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
u32 func000461c0(void);
|
||||
u32 func00046290(void);
|
||||
s32 func000462c4(void *arg0, void *arg1, s32 arg2);
|
||||
u32 func000462f8(void);
|
||||
u32 func000464a8(void);
|
||||
s32 func000462f8(u8 *arg0, s32 *arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5, u8 **arg6, u8 **arg7);
|
||||
s32 func000464a8(u8 *arg0, s32 *arg1, s32 arg2, s32 arg3, s32 arg4, u8 **arg5, u8 **arg6);
|
||||
|
||||
#endif
|
||||
|
||||
+14
-5
@@ -7386,14 +7386,23 @@ struct asistream {
|
||||
u32 unk3bec;
|
||||
u32 unk3bf0;
|
||||
u32 unk3bf4;
|
||||
u8 unk3bf8[0xa0];
|
||||
u8 unk3bf8[0x80];
|
||||
u32 unk3c78[2][1];
|
||||
u32 unk3c80[6][1];
|
||||
u32 unk3c98[1][1];
|
||||
u8 unk3c9c[0x2ec];
|
||||
u8 unk3c9c[0x14];
|
||||
u32 unk3cb0[4][1][3];
|
||||
u32 unk3ce0[1][1];
|
||||
u8 unk3ce4[0x1c];
|
||||
u32 unk3d00[1][1];
|
||||
u8 unk3d04[0x284];
|
||||
s32 unk3f88;
|
||||
s32 unk3f8c;
|
||||
u8 unk3f90[0x6cc];
|
||||
s32 unk465c;
|
||||
u32 unk4660;
|
||||
u32 unk3f90;
|
||||
u8 unk3f94[1][0x484];
|
||||
u8 unk4418[1][0x242];
|
||||
s32 unk465c[1];
|
||||
s32 unk4660[1];
|
||||
struct asistream_4f64 unk4664[32];
|
||||
struct asistream_4f64 unk4f64[2][32];
|
||||
u8 unk6164[0x900];
|
||||
|
||||
Reference in New Issue
Block a user