diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 21:27:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-15 16:00:45 -0500 |
commit | 04d176334ad590d3462e3c1eb75c1313705ae183 (patch) | |
tree | 865ca807901bf57e63523b19f2d535c7ef391f89 /src/help_system_812B1E0.c | |
parent | 2f81b4a204d051aeb88580dc63381011ec49fcbb (diff) |
Document some Quest Log
Diffstat (limited to 'src/help_system_812B1E0.c')
-rw-r--r-- | src/help_system_812B1E0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_system_812B1E0.c b/src/help_system_812B1E0.c index 1f3acdb2d..df892152a 100644 --- a/src/help_system_812B1E0.c +++ b/src/help_system_812B1E0.c @@ -1012,7 +1012,7 @@ void HelpSystem_Disable(void) void HelpSystem_Enable(void) { - if (gUnknown_203ADFA != 2 && gUnknown_203ADFA != 3) + if (gQuestLogState != 2 && gQuestLogState != 3) { gHelpSystemEnabled = TRUE; sub_812B4B8(); |