mirror of
https://github.com/zeldaret/oot
synced 2026-08-04 01:03:36 -04:00
Match func_800E283C
This commit is contained in:
+7
-5
@@ -838,11 +838,13 @@ typedef enum {
|
||||
/* 2 */ AUDIO_TABLE
|
||||
} AudioTableType;
|
||||
|
||||
typedef struct {
|
||||
Drum** drums;
|
||||
AudioBankSound* sfx;
|
||||
Instrument* instruments[1];
|
||||
} unk_ldr;
|
||||
// This struct is parsed by hand by lots of manual pointer-casting, unclear whether it exists:
|
||||
// typedef struct {
|
||||
// Drum** drums;
|
||||
// AudioBankSound* sfx;
|
||||
// Instrument* instruments[1];
|
||||
// } AudioBank;
|
||||
typedef u8 unk_ldr;
|
||||
|
||||
typedef struct {
|
||||
/* 0x0000 */ char unk_0000;
|
||||
|
||||
Reference in New Issue
Block a user