1
0
Fork 0
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:
zelda2774 2021-08-27 11:05:13 +02:00
parent 8050389b28
commit d5ca5e6d9b
3 changed files with 68 additions and 249 deletions

View file

@ -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;