From 7d7c8e8ba67801381e6bc49026f97231777b22f5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 31 Oct 2017 19:40:35 -0400 Subject: sub_8124288 --- include/region_map.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/region_map.h b/include/region_map.h index 17ba262eb..272ffd5b5 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -258,8 +258,8 @@ struct RegionMap { /*0x06e*/ u16 unk_06e; /*0x070*/ u16 playerIconTileTag; /*0x072*/ u16 playerIconPaletteTag; - /*0x074*/ u16 unk_074; - /*0x076*/ u16 unk_076; + /*0x074*/ u16 playerIconSpritePosX; + /*0x076*/ u16 playerIconSpritePosY; /*0x078*/ bool8 zoomed; /*0x079*/ u8 initStep; /*0x07a*/ s8 cursorMovementFrameCounter; @@ -305,8 +305,9 @@ void InitRegionMap(struct RegionMap *regionMap, u8 argument); u8 sub_81230AC(void); void FreeRegionMapIconResources(void); u16 sub_8123E9C(u16 x, u16 y); -void GetMapName(u8 *, u16, u16); void sub_8124288(u16 x, u16 y); void CreateRegionMapCursor(u16 tileTag, u16 paletteTag); +bool32 sub_8124668(u16 mapSecId); +void GetMapName(u8 *, u16, u16); #endif //GUARD_REGION_MAP_H -- cgit v1.2.3