diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-17 12:50:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-17 12:50:25 -0400 |
commit | 5add6bc54f0a69cb30a9be4e3785323857cb655b (patch) | |
tree | 7a85f85c6a3689c279677951bb47bf2fd4f04cb2 /src/quest_log_events.c | |
parent | a172f0064c1936fbac56a02ccb386ce16a4edfb2 (diff) |
Name undocced syms in battle_transition
Diffstat (limited to 'src/quest_log_events.c')
-rw-r--r-- | src/quest_log_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quest_log_events.c b/src/quest_log_events.c index 8eaf331e5..72b8ddfd7 100644 --- a/src/quest_log_events.c +++ b/src/quest_log_events.c @@ -425,7 +425,7 @@ static bool8 TrySetTrainerBattleQuestLogEvent(u16 eventId, const u16 *eventData) return TRUE; } -void sub_81139BC(void) +void QuestLogEvents_HandleEndTrainerBattle(void) { if (sDeferredEvent.id != QL_EVENT_0) { |