mirror of
https://github.com/zeldaret/ph
synced 2026-06-13 13:56:33 -04:00
Match overlay table
This commit is contained in:
@@ -64,6 +64,19 @@ typedef struct {
|
||||
/* 4000 */
|
||||
} Header;
|
||||
|
||||
typedef struct {
|
||||
/* 00 */ uint32_t id;
|
||||
/* 04 */ uint32_t baseAddr;
|
||||
/* 08 */ uint32_t textSize;
|
||||
/* 0c */ uint32_t bssSize;
|
||||
/* 10 */ uint32_t sinitStart;
|
||||
/* 14 */ uint32_t sinitEnd;
|
||||
/* 18 */ uint32_t fileId;
|
||||
/* 1c */ uint32_t compressedSize : 24;
|
||||
/* 1f */ uint32_t isCompressed : 8;
|
||||
/* 20 */
|
||||
} OverlayEntry;
|
||||
|
||||
typedef struct {
|
||||
/* 0000 */ uint16_t version;
|
||||
/* 0002 */ uint16_t crc;
|
||||
|
||||
Reference in New Issue
Block a user