mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
Improve and fix some non matchings (#148)
This commit is contained in:
parent
e29b77919b
commit
c599318a17
11 changed files with 49 additions and 275 deletions
|
@ -114,8 +114,8 @@ typedef struct {
|
|||
/* 0x02 */ char unk_02[0x02];
|
||||
/* 0x04 */ u16 numUnkInstruments;
|
||||
/* 0x08 */ Instrument** instruments;
|
||||
/* 0x10 */ Drum** drums;
|
||||
/* 0x1C */ UnkInstrument* unkInstruments;
|
||||
/* 0x0C */ Drum** drums;
|
||||
/* 0x10 */ UnkInstrument* unkInstruments;
|
||||
} CtlEntry; // size = 0x14
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue