diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-08-23 22:26:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-23 16:26:53 -0400 |
| commit | 614c41105896733bb18da5871a95c8df4e55fad5 (patch) | |
| tree | e178fccb3e9e83ce63b7516322ddbab539e5ed52 /include | |
| parent | 37f0774778ac0cf04c21a0071d6d173bfe4068db (diff) | |
match z_title.c (#2075)
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/z64.h b/include/z64.h index fc6e89ade..39325ad9a 100644 --- a/include/z64.h +++ b/include/z64.h @@ -128,13 +128,13 @@ typedef struct ConsoleLogoState { /* 0x00A4 */ u8* staticSegment; /* 0x00A8 */ View view; /* 0x01D0 */ SramContext sramCtx; - /* 0x01D4 */ u16 unk_1D4; // not used in mq dbg (some sort of timer that doesn't seem to affect anything) + /* 0x01D4 */ s16 unk_1D4; /* 0x01D6 */ s16 coverAlpha; - /* 0x01D8 */ s16 addAlpha; // not used in mq dbg - /* 0x01DA */ u16 visibleDuration; // not used in mq dbg + /* 0x01D8 */ s16 addAlpha; + /* 0x01DA */ s16 visibleDuration; /* 0x01DC */ s16 ult; /* 0x01DE */ s16 uls; - /* 0x01E0 */ char unk_1E0[0x01]; + /* 0x01E0 */ u8 unk_1E0; /* 0x01E1 */ u8 exit; /* 0x01E2 */ char unk_1E2[0x06]; } ConsoleLogoState; // size = 0x1E8 |
