mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
match z_title.c (#2075)
This commit is contained in:
parent
37f0774778
commit
614c411058
3 changed files with 66 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue