diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-24 21:41:22 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-24 21:41:22 -0400 |
commit | 1f5378c6d16285451fda0cc6a7348ebe2c70a9b3 (patch) | |
tree | b497f1cbc982de40eaba56e46955a41bd01245ab /include | |
parent | 0b0926f127628105edc65c68ce9015c77b6f6742 (diff) |
sub_80E9108
Diffstat (limited to 'include')
-rw-r--r-- | include/map_name_popup.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/map_name_popup.h b/include/map_name_popup.h new file mode 100644 index 000000000..8a9043a3f --- /dev/null +++ b/include/map_name_popup.h @@ -0,0 +1,11 @@ +#ifndef GUARD_MAP_NAME_POPUP_H +#define GUARD_MAP_NAME_POPUP_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +void HideMapNamePopUpWindow(void); + +#endif //GUARD_MAP_NAME_POPUP_H |