pokeemerald/include/map_name_popup.h

12 lines
249 B
C
Raw Permalink Normal View History

2017-10-25 03:41:22 +02:00
#ifndef GUARD_MAP_NAME_POPUP_H
#define GUARD_MAP_NAME_POPUP_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void HideMapNamePopUpWindow(void);
2018-04-09 09:22:28 +02:00
void ShowMapNamePopup(void);
2017-10-25 03:41:22 +02:00
#endif //GUARD_MAP_NAME_POPUP_H