Correct CreateRegionMapPlayerIcon's argument names
Correct CreateRegionMapPlayerIcon's argument names in include/region_map.h
This commit is contained in:
parent
a7b6dfee3a
commit
380cb46919
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ u8 DoRegionMapInputCallback(void);
|
||||||
bool8 UpdateRegionMapZoom(void);
|
bool8 UpdateRegionMapZoom(void);
|
||||||
void FreeRegionMapIconResources(void);
|
void FreeRegionMapIconResources(void);
|
||||||
u16 GetRegionMapSecIdAt(u16 x, u16 y);
|
u16 GetRegionMapSecIdAt(u16 x, u16 y);
|
||||||
void CreateRegionMapPlayerIcon(u16 x, u16 y);
|
void CreateRegionMapPlayerIcon(u16 tileTag, u16 paletteTag);
|
||||||
void CreateRegionMapCursor(u16 tileTag, u16 paletteTag);
|
void CreateRegionMapCursor(u16 tileTag, u16 paletteTag);
|
||||||
bool32 IsEventIslandMapSecId(u8 mapSecId);
|
bool32 IsEventIslandMapSecId(u8 mapSecId);
|
||||||
u8 *GetMapName(u8 *, u16, u16);
|
u8 *GetMapName(u8 *, u16, u16);
|
||||||
|
|
Loading…
Reference in a new issue