diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-25 06:50:48 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-26 04:52:53 +0800 |
commit | 2a870d54fca85b6f4501cff857837c3f2940fd7d (patch) | |
tree | e8ae7a779cbb2aee4ae6d1074bd1d6d937789b38 /include/quest_log.h | |
parent | 0d46c60b383d5feca05950e57bb05dc392f815cc (diff) |
All Done
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 72b50e49e..4fb4fe0fa 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -27,6 +27,9 @@ u8 sub_8112CAC(void); bool8 sub_81119D4(void (*func)(void)); void sub_8111F38(u16, u16); void sub_8111134(void); +void sub_8112EDC(u8 a0); +u8 sub_8112EB4(void); +void sub_8113018(const u8 * text, u8 mode); void MapNamePopupWindowIdSetDummy(void); extern u8 gUnknown_203ADFA; |