mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-02 10:09:46 -04:00
Decompile func0f095278
This commit is contained in:
@@ -27,6 +27,6 @@ u32 func0f094d78(void);
|
||||
u32 func0f094ef4(void);
|
||||
u32 func0f09505c(void);
|
||||
u32 func0f095200(void);
|
||||
u32 func0f095278(void);
|
||||
s32 func0f095278(s32 channelnum);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
void *fileGetRomAddress(s32 filenum);
|
||||
u32 fileGetRomSizeByTableAddress(u32 *filetableaddr);
|
||||
u32 fileGetRomSizeByFileNum(s32 filenum);
|
||||
s32 fileGetRomSizeByFileNum(s32 filenum);
|
||||
u32 func0f166ea8(void);
|
||||
void func0f166eb4(void *ptr, u32 len, void *table, struct fileinfo *info);
|
||||
void func0f166f74(void);
|
||||
|
||||
+1
-1
@@ -6688,7 +6688,7 @@ struct audiochannel {
|
||||
/*0x1c*/ u32 unk1c;
|
||||
/*0x20*/ u32 unk20;
|
||||
/*0x24*/ u16 unk24;
|
||||
/*0x26*/ s16 unk26;
|
||||
/*0x26*/ s16 filenum;
|
||||
/*0x28*/ s16 unk28;
|
||||
/*0x2c*/ u32 unk2c;
|
||||
/*0x30*/ u16 flags;
|
||||
|
||||
Reference in New Issue
Block a user