diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 14:02:18 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 14:02:18 -0500 |
commit | 548dc0db9e84a947cff80a9a850c945da806e250 (patch) | |
tree | ae99d4dbe11ac90d34a0063308bf6461c91427da /include/titlescreen.h | |
parent | 68dcbea52ecc048e4c0eac1bed1845a182498bb7 (diff) |
Decompile some more stuff
Diffstat (limited to 'include/titlescreen.h')
-rwxr-xr-x | include/titlescreen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/titlescreen.h b/include/titlescreen.h index 3fc4df8..d1dd857 100755 --- a/include/titlescreen.h +++ b/include/titlescreen.h @@ -9,15 +9,15 @@ struct TitlescreenStruct /*0x06*/ s8 unk6; /*0x07*/ u8 unk7; /*0x08*/ s8 unk8; - /*0x09*/ u8 unk9; + /*0x09*/ s8 unk9; /*0x0A*/ u8 unkA; /*0x0B*/ u8 unkB; /*0x0C*/ u8 unkC; /*0x0D*/ u8 unkD; /*0x0E*/ u8 unkE; /*0x0F*/ u8 unkF; - /*0x10*/ u8 unk10; - /*0x11*/ u8 unk11; + /*0x10*/ s8 unk10; + /*0x11*/ s8 unk11; /*0x12*/ s16 idleFadeoutCounter; /*0x14*/ s16 idleFramesCounter; }; |