diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-23 21:22:31 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-23 21:22:31 -0500 |
commit | 91bfbfb9fb2bbdecfc33e76fca7aa6ff5a2c8a34 (patch) | |
tree | d44383307f0bfeb092dbed5630fa706ceafe3b21 /include/quest_log.h | |
parent | d347a95390a5cb61416f0148e9a9661b1ffddde7 (diff) |
quest_log_battle, 1
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 b2a750725..9f8a0ea21 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -20,5 +20,6 @@ extern struct UnkStruct_3005E90 gUnknown_3005E90; extern struct UnkStruct_203AE98 * gUnknown_3005E94; void sub_8112720(u8); +void sub_8113550(u16, const u16 *); #endif //GUARD_QUEST_LOG_H |