1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Match yaz0.c (#1660)

This commit is contained in:
cadmic 2024-01-29 15:14:30 -08:00 committed by GitHub
parent 9f169a67cd
commit 5ba625b171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View file

@ -695,8 +695,7 @@ typedef struct {
/* 0x04 */ u32 decSize;
/* 0x08 */ u32 compInfoOffset; // only used in mio0
/* 0x0C */ u32 uncompDataOffset; // only used in mio0
/* 0x10 */ u8 data[1];
} Yaz0Header; // size = 0x10 ("data" is not part of the header)
} Yaz0Header; // size = 0x10
struct ArenaNode;