diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 10:13:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:13:06 -0500 |
commit | fc51c579d4a422b168a4efb88b5f15164fbb7db0 (patch) | |
tree | f2da1e7beaddf0579426a18519d7c331d7ff19e1 /include/quest_log.h | |
parent | 43f66fce5574592ac1c37b9452fe858e482156bb (diff) | |
parent | c36ef94a0dae1e60a8e641aced35ee2084c183eb (diff) |
Merge pull request #277 from PikalaxALT/cable_club
Cable club
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 25d0d5871..6497ef69c 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -50,5 +50,6 @@ void QuestLogSetFlagOrVar(bool8 isFlag, u16 idx, u16 value); void sub_8110840(void *oldSave); void sub_8112F18(u8 windowId); bool8 sub_8111C2C(void); +void Special_UpdateTrainerFansAfterLinkBattle(void); #endif //GUARD_QUEST_LOG_H |