mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 06:46:58 -05:00
10 lines
199 B
C
10 lines
199 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
#include "global.h"
|
|
|
|
void ShowMapNamePopup(bool32 palIntoFadedBuffer);
|
|
void DismissMapNamePopup(void);
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|