diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-24 08:44:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 08:44:21 -0500 |
commit | bb8c712f75e6ed5ec66b2ee94c6da1157693c284 (patch) | |
tree | dc8d135873f6a7cc8ca1fad8bb5d1a7a84e4b0f7 /include/quest_log.h | |
parent | 2177f1f40b4dda2091ac3be3522c1bc4f6690e88 (diff) | |
parent | 2b2dfa7e49a0d28983a4e516ca44aee8cb7c66bb (diff) |
Merge pull request #160 from jiangzhengwenjz/party_menu
party_menu
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 3f6c94de5..3dfd5f35c 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -47,7 +47,6 @@ void sub_81139BC(void); void *QuestLogGetFlagOrVarPtr(bool8 isFlag, u16 idx); void QuestLogSetFlagOrVar(bool8 isFlag, u16 idx, u16 value); void sub_8110840(void *oldSave); - -extern u8 gUnknown_203ADFA; +void sub_8112F18(u8 windowId); #endif //GUARD_QUEST_LOG_H |