mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 08:50:23 +00:00
Match func_800E283C
This commit is contained in:
parent
8050389b28
commit
d5ca5e6d9b
3 changed files with 68 additions and 249 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue