summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-20 11:23:34 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-23 08:09:22 +0800
commita4e7a359606b276bc595f0273ccc549c766d715b (patch)
tree5067dc0476f8418fe173a06910b1cf8c46fdbbc7 /include/overworld.h
parent548490c675f68dfacf4d1939486c47d8405dddd8 (diff)
document some symbols
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h
index 36c890eb5..d893899eb 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -72,7 +72,7 @@ void Overworld_ChangeMusicTo(u16);
bool32 IsUpdateLinkStateCBActive(void);
void strange_npc_table_clear(void);
-const struct MapHeader *get_mapheader_by_bank_and_number(u16, u16);
+const struct MapHeader *Overworld_GetMapHeaderByGroupAndId(u16, u16);
void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *);
void sub_8086230(void);
void CB2_ReturnToField(void);