diff options
author | huderlem <huderlem@gmail.com> | 2019-08-05 17:02:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 17:02:39 -0500 |
commit | 08bd3049160f9a6d05aa680a3106854015798f58 (patch) | |
tree | ea3e8d61c7276c9a23697a3c8c1d883575316aa4 /include/titlescreen.h | |
parent | d824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff) | |
parent | bcd0c961fa3643240d9f9785e5bf5b037158aa98 (diff) |
Merge pull request #6 from camthesaxman/titlescreen
decompile the rest of titlescreen.s and import agb_sram library and strlen function
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; |