Skip to content

Commit 8cc7cb9

Browse files
authored
Merge pull request bfbbdecomp#26 from LivewireCB/dev6
Filled out a portion of zWadNME.h, and other things
2 parents f5ba1ae + 7e755bb commit 8cc7cb9

File tree

7 files changed

+1479
-224
lines changed

7 files changed

+1479
-224
lines changed

src/SB/Core/gc/iSnd.h

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,20 @@ enum isound_effect
4545
iSND_EFFECT_CAVE
4646
};
4747

48-
enum iSndHandle
48+
enum iSndGroupHandle
4949
{
5050
};
5151

52-
enum iSndGroupHandle
52+
struct zNMESoundTable
53+
{
54+
iSndGroupHandle sndGroupHandle[10];
55+
char* assetNames[10];
56+
F32 timer[10];
57+
F32 time[10];
58+
S32 flags[10];
59+
};
60+
61+
enum iSndHandle
5362
{
5463
};
5564

0 commit comments

Comments
 (0)