summaryrefslogtreecommitdiff
path: root/src/quest_log_events.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
commitcdfeb638f40ffa0e3f5d437f7b1613f8313896ab (patch)
tree780b6fe27139a4214d7ed3419801b72863d950d9 /src/quest_log_events.c
parentf8932775cd9cc52d3d86c6ef11648d5204e7582d (diff)
Document remaining routines in field_specials
Diffstat (limited to 'src/quest_log_events.c')
-rw-r--r--src/quest_log_events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quest_log_events.c b/src/quest_log_events.c
index 72b8ddfd7..e7418649e 100644
--- a/src/quest_log_events.c
+++ b/src/quest_log_events.c
@@ -173,10 +173,10 @@ void SetQuestLogEvent(u16 eventId, const u16 *eventData)
if (eventId == QL_EVENT_DEPARTED && sEventShouldNotRecordSteps == 2)
{
- sub_811381C();
+ QL_EnableRecordingSteps();
return;
}
- sub_811381C();
+ QL_EnableRecordingSteps();
if (gQuestLogState == QL_STATE_PLAYBACK)
return;
@@ -348,7 +348,7 @@ static bool8 ShouldRegisterEvent_HandleBeatStoryTrainer(u16 eventId, const u16 *
return FALSE;
}
-void sub_811381C(void)
+void QL_EnableRecordingSteps(void)
{
sEventShouldNotRecordSteps = 0;
}