diff options
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 9f8a0ea21..31220b86c 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -21,5 +21,10 @@ extern struct UnkStruct_203AE98 * gUnknown_3005E94; void sub_8112720(u8); void sub_8113550(u16, const u16 *); +void sub_8115748(u16); +u8 sub_8112CAC(void); +bool8 sub_81119D4(void (*func)(void)); + +extern u8 gUnknown_203ADFA; #endif //GUARD_QUEST_LOG_H |