mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +00:00
wip
This commit is contained in:
parent
cf68bd7fe4
commit
685c06e913
4 changed files with 76 additions and 67 deletions
|
@ -109,10 +109,10 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
/* 0x00 */ u16 unk_00;
|
||||
/* 0x02 */ u8 id;
|
||||
/* 0x04 */ u32 source;
|
||||
/* 0x02 */ u8 index;
|
||||
/* 0x04 */ void* source;
|
||||
/* 0x08 */ u32 unk_0C;
|
||||
/* 0x0C */ u32 tlut;
|
||||
/* 0x0C */ void* tlut;
|
||||
/* 0x10 */ u16 width;
|
||||
/* 0x12 */ u16 height;
|
||||
/* 0x14 */ u8 fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue