mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-08 19:22:27 -04:00
Decompile func0f13c510
This commit is contained in:
@@ -14,6 +14,7 @@ s32 func00002078(void);
|
||||
s32 func00002148(void);
|
||||
s32 func00002148(void);
|
||||
s32 func000022e0(void);
|
||||
struct bootbufferthing *func0000244c(void);
|
||||
void func000024e8(void);
|
||||
void func00002510(void);
|
||||
|
||||
|
||||
+9
-1
@@ -3447,8 +3447,16 @@ struct audioconfig {
|
||||
u32 flags; // 0x10 = contains swearing
|
||||
};
|
||||
|
||||
struct bootbufferthingdeep {
|
||||
u16 unk00;
|
||||
u32 unk04;
|
||||
u32 unk08;
|
||||
u32 unk0c;
|
||||
u32 unk10;
|
||||
};
|
||||
|
||||
struct bootbufferthing {
|
||||
u8 unk00[2400];
|
||||
struct bootbufferthingdeep unk00[120];
|
||||
};
|
||||
|
||||
struct playerstats {
|
||||
|
||||
Reference in New Issue
Block a user