mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile channelGetUnk06
This commit is contained in:
@@ -1942,9 +1942,9 @@
|
||||
mkshort(0x00d3), \
|
||||
channel,
|
||||
|
||||
#define cmd00d4(u1, u2, label) \
|
||||
#define cmd00d4(channel, u2, label) \
|
||||
mkshort(0x00d4), \
|
||||
u1, \
|
||||
channel, \
|
||||
mkshort(u2), \
|
||||
label,
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
bool func0f092610(struct prop *prop, s32 arg1);
|
||||
void func0f0926bc(struct prop *prop, s32 arg1, u16 arg2);
|
||||
s32 func0f0927d4(f32 arg0, f32 arg1, f32 arg2, f32 arg3, s16 arg4);
|
||||
s32 func0f092914(s32 arg0);
|
||||
s32 channelGetUnk06(s32 channelnum);
|
||||
u32 func0f09294c(void);
|
||||
void func0f092a98(s32 channelnum);
|
||||
u32 func0f092b50(void);
|
||||
|
||||
+2
-1
@@ -6678,7 +6678,8 @@ struct var800a45c4 {
|
||||
|
||||
struct audiochannel {
|
||||
/*0x00*/ struct audiohandle *audiohandle;
|
||||
/*0x04*/ u32 unk04;
|
||||
/*0x04*/ u16 unk04;
|
||||
/*0x06*/ s16 unk06;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
|
||||
Reference in New Issue
Block a user