diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-04 22:40:08 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-04 22:40:08 -0500 |
commit | a6e0483749782133d78058c25300f2036cc3a1cc (patch) | |
tree | ccff0e5219b55124de4e5809158281b814297d17 /include/titlescreen.h | |
parent | d824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff) |
finish decompiling titlescreen.s
Diffstat (limited to 'include/titlescreen.h')
-rwxr-xr-x | include/titlescreen.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/titlescreen.h b/include/titlescreen.h index d1dd857..6cd6965 100755 --- a/include/titlescreen.h +++ b/include/titlescreen.h @@ -10,12 +10,12 @@ struct TitlescreenStruct /*0x07*/ u8 unk7; /*0x08*/ s8 unk8; /*0x09*/ s8 unk9; - /*0x0A*/ u8 unkA; - /*0x0B*/ u8 unkB; - /*0x0C*/ u8 unkC; - /*0x0D*/ u8 unkD; - /*0x0E*/ u8 unkE; - /*0x0F*/ u8 unkF; + /*0x0A*/ s8 unkA; + /*0x0B*/ s8 unkB; + /*0x0C*/ s8 unkC; + /*0x0D*/ s8 unkD; + /*0x0E*/ s8 unkE; + /*0x0F*/ s8 unkF; /*0x10*/ s8 unk10; /*0x11*/ s8 unk11; /*0x12*/ s16 idleFadeoutCounter; |