summaryrefslogtreecommitdiff
path: root/src/quest_log_events.c
diff options
context:
space:
mode:
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 84a14f5e8..8fe66e183 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;
}