diff options
Diffstat (limited to 'include/titlescreen.h')
-rwxr-xr-x | include/titlescreen.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/titlescreen.h b/include/titlescreen.h new file mode 100755 index 0000000..0fcbe8d --- /dev/null +++ b/include/titlescreen.h @@ -0,0 +1,16 @@ +#ifndef GUARD_TITLESCREEN_H +#define GUARD_TITLESCREEN_H + +struct UnkStruct2002888 +{ + /*0x00*/u8 filler0[0x9]; + /*0x09*/u8 unk9; + /*0x0A*/u8 fillerA[0x1]; + /*0x0B*/u8 unkB; +}; + +extern struct UnkStruct2002888 gUnknown_2002888; +extern s8 gAutoDisplayTitlescreenMenu; +extern u8 gUnknown_202BE24; + +#endif // GUARD_TITLESCREEN_H |