1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 01:10:33 +00:00
This commit is contained in:
Dragorn421 2022-06-16 17:50:06 +02:00
parent cf68bd7fe4
commit 685c06e913
No known key found for this signature in database
GPG key ID: 32B53D2D16FC4118
4 changed files with 76 additions and 67 deletions

View file

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