diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-05 19:12:20 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-05 19:12:20 -0500 |
commit | e1558f0801b1a28197a00cf6cf8cc703129aa36a (patch) | |
tree | f4b6bf2ddb0e12be41014bbef802c09d9faf8f60 /include/titlescreen.h | |
parent | 08bd3049160f9a6d05aa680a3106854015798f58 (diff) |
some titlescreen labeling
Diffstat (limited to 'include/titlescreen.h')
-rwxr-xr-x | include/titlescreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/titlescreen.h b/include/titlescreen.h index 6cd6965..d66e786 100755 --- a/include/titlescreen.h +++ b/include/titlescreen.h @@ -5,7 +5,7 @@ struct TitlescreenStruct { /*0x00*/ s8 menuCursorIndex; /*0x02*/ s16 unk2; - /*0x04*/ s16 unk4; + /*0x04*/ s16 animTimer; /*0x06*/ s8 unk6; /*0x07*/ u8 unk7; /*0x08*/ s8 unk8; |