pokeplatinum/include/overlay005/map_name_popup.h
2025-01-29 16:18:13 -03:00

17 lines
531 B
C

#ifndef POKEPLATINUM_MAP_NAME_POPUP_H
#define POKEPLATINUM_MAP_NAME_POPUP_H
#include "field/field_system_decl.h"
#include "bg_window.h"
typedef struct MapNamePopUp MapNamePopUp;
MapNamePopUp *MapNamePopUp_Create(BgConfig *bgConfig);
void MapNamePopUp_Destroy(MapNamePopUp *mapPopUp);
void MapNamePopUp_Show(MapNamePopUp *mapPopUp, s32 mapLabelTextID, s32 mapLabelWindowID);
void MapNamePopUp_Hide(MapNamePopUp *mapPopUp);
void FieldSystem_RequestLocationName(FieldSystem *fieldSystem);
#endif // POKEPLATINUM_MAP_NAME_POPUP_H