through GetMapName

This commit is contained in:
PikalaxALT
2017-10-31 21:51:11 -04:00
parent 2f1325416b
commit ef535b98b5
4 changed files with 46 additions and 86 deletions

View File

@@ -309,6 +309,6 @@ u16 GetRegionMapSectionIdAt(u16 x, u16 y);
void CreateRegionMapPlayerIcon(u16 x, u16 y);
void CreateRegionMapCursor(u16 tileTag, u16 paletteTag);
bool32 sub_8124668(u16 mapSecId);
void GetMapName(u8 *, u16, u16);
u8 *GetMapName(u8 *, u16, u16);
#endif //GUARD_REGION_MAP_H

View File

@@ -8,5 +8,6 @@
// Exported ROM declarations
void sub_80E9578(void);
void sub_80E980C(void);
u8 *GetSecretBaseMapName(u8 *dest);
#endif //GUARD_SECRET_BASE_H