diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-12 23:05:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-12 23:05:36 -0400 |
commit | aa3af7a3a7106a14033c574977c082361f24907a (patch) | |
tree | c7f8ae4606592bf93990c8a6ba66c0a56f919dbc /include/menu_helpers.h | |
parent | 52af334b89e6549aea04614b7e9eccbc084b6eb8 (diff) |
sub_81219F0
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h new file mode 100644 index 000000000..45ee95de5 --- /dev/null +++ b/include/menu_helpers.h @@ -0,0 +1,11 @@ +#ifndef GUARD_MENU_HELPERS_H +#define GUARD_MENU_HELPERS_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +bool8 sub_81221AC(void); + +#endif //GUARD_MENU_HELPERS_H |