summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-05-10 03:34:36 -0400
committergolem galvanize <golemgalvanize@github.com>2018-05-10 03:34:36 -0400
commit13efa1ef62b3e23e2b0662e318ed155893e17e88 (patch)
tree57ae51e1b35c38d24d69e090dbf39b27a687d17b /include/overworld.h
parentd31600e70e53fb252fe67e8c427ecb7498719b86 (diff)
parent7defc27b994069715e5749245700d20dd740e4f0 (diff)
fixing conflicts
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/overworld.h b/include/overworld.h
index cd0f4e60f..59d4d6a30 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -44,8 +44,8 @@ void ApplyCurrentWarp(void);
void set_warp2_warp3_to_neg_1(void);
void SetWarpData(struct WarpData *warp, s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y);
bool32 warp_data_is_not_neg_1(struct WarpData *warp);
-const struct MapHeader *Overworld_GetMapHeaderByGroupAndId(u16 mapGroup, u16 mapNum);
-const struct MapHeader *warp1_get_mapheader(void);
+struct MapHeader const *const Overworld_GetMapHeaderByGroupAndId(u16 mapGroup, u16 mapNum);
+struct MapHeader const *const warp1_get_mapheader(void);
void set_current_map_header_from_sav1_save_old_name(void);
void LoadSaveblockMapHeader(void);
void update_camera_pos_from_warpid(void);