diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-01-06 16:19:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 16:19:18 -0500 |
commit | e70a084aa964a0df94c609ebfa9717089dd67639 (patch) | |
tree | 996dc1a413c8818d6efb746ecf15c3fae28b983e /include/quest_log.h | |
parent | 103789770b635610ee1c04ed923fdcc7298f878e (diff) | |
parent | 1581631e6286e0ec8178630433e8c15cd7076ead (diff) |
Merge pull request #38 from PikalaxALT/scrcmd
scrcmd
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 |