summaryrefslogtreecommitdiff
path: root/src/quest_log_objects.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-24 08:56:14 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-24 08:56:14 -0400
commit87b2c7f34b5a734d3af98ea2dc7d9fafecd809a6 (patch)
tree87a4de4237f54ffc8ede79f886543df929d5334a /src/quest_log_objects.c
parent58535acf885934feb524057dcf2b773b070cd258 (diff)
through PlayerSetAnimId; some quest log doc
Diffstat (limited to 'src/quest_log_objects.c')
-rw-r--r--src/quest_log_objects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log_objects.c b/src/quest_log_objects.c
index 2c17987e8..64b4b7fe5 100644
--- a/src/quest_log_objects.c
+++ b/src/quest_log_objects.c
@@ -45,7 +45,7 @@ void SetQuestLogObjectEventsData(struct QuestLog * questLog)
}
}
-void sub_815A1F8(const struct QuestLog * questLog, const struct ObjectEventTemplate * templates)
+void SetSav1ObjectEventsFromQuestLog(const struct QuestLog * questLog, const struct ObjectEventTemplate * templates)
{
u32 i, j;
const struct QuestLogObjectEvent * questLogObjectEvents = questLog->unk_008;
@@ -131,7 +131,7 @@ void sub_815A1F8(const struct QuestLog * questLog, const struct ObjectEventTempl
void sub_815A540(void)
{
- if (gQuestLogState == 2)
+ if (gQuestLogState == QL_STATE_2)
{
s16 x, y;