through sub_80C4E08

This commit is contained in:
PikalaxALT
2020-01-07 15:37:15 -05:00
parent b8ec686427
commit ce44eb021c
4 changed files with 60 additions and 128 deletions
+2 -2
View File
@@ -92,9 +92,9 @@ void FreeRegionMapIconResources(void);
u16 GetRegionMapSectionIdAt(u16 x, u16 y);
void CreateRegionMapPlayerIcon(u16 x, u16 y);
void CreateRegionMapCursor(u16 tileTag, u16 paletteTag);
u8 *GetMapName(u8 *, u16, u16);
u8 *GetMapName(u8 *dest, u16 mapsec, u16 fill);
bool32 sub_8124668(u8 mapSecId);
void GetMapNameGeneric(u8 *, u8);
u8 *GetMapNameGeneric(u8 *dest, u16 mapsec);
void sub_80BFF50(u8 a0, void (*a1)(void));
void MCB2_FlyMap(void);