diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 10:48:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:48:56 -0500 |
commit | 6280a3786ba77956fae95bb11b425e7301d0a6fa (patch) | |
tree | b140b92b4bd9113d0dea6c6ed8197ace1f93f8fe /include/quest_log.h | |
parent | 47f6e9f97396d1486fe515b8a994bbc285060419 (diff) | |
parent | 5198a05272716990bcd98b9b216d3431adb25a3e (diff) |
Merge branch 'master' into doc-sixisland
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 |