diff options
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; }; |