diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-31 12:32:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-31 12:32:57 -0400 |
commit | e96ecee460c5cd0c3139432ebbb191a36ad31912 (patch) | |
tree | 71e2180b6c7c40c6a013bcc3e5c6c6d447cb0bd4 /include/main_menu.h | |
parent | ea8f529f2d5bb520b83d5b7721dc47ba1b489d45 (diff) |
title_screen through sub_80791C0
Diffstat (limited to 'include/main_menu.h')
-rw-r--r-- | include/main_menu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/main_menu.h b/include/main_menu.h new file mode 100644 index 000000000..2a0cd81d5 --- /dev/null +++ b/include/main_menu.h @@ -0,0 +1,6 @@ +#ifndef GUARD_MAIN_MENU_H +#define GUARD_MAIN_MENU_H + +void sub_800C300(void); + +#endif //GUARD_MAIN_MENU_H |