diff options
author | huderlem <huderlem@gmail.com> | 2019-08-08 07:14:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 07:14:26 -0500 |
commit | 4c8669a3aad601f1381ca9c67c78040ce80157df (patch) | |
tree | 9159d3545978aa61ee210af5c66c09d3893f9e54 /include/titlescreen.h | |
parent | 08bd3049160f9a6d05aa680a3106854015798f58 (diff) | |
parent | 254f7f6a218d68ced40fdf5f08b3e63d272981fc (diff) |
Merge pull request #7 from camthesaxman/misc
decompile rom_1068C.s and rom_528AC.s
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; |