diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-19 03:14:17 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-19 03:14:17 +0800 |
commit | e48725d9b54ed9f71f65c3ba5577cffa8f4887d1 (patch) | |
tree | d5f737251666df1642aebd8ffc311bb5e07d7a9d /src/quest_log.c | |
parent | 34b440a3584d4d2c6d4f28cb4d8bf77efb734bc3 (diff) |
document battle_setup symbols
Diffstat (limited to 'src/quest_log.c')
-rw-r--r-- | src/quest_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log.c b/src/quest_log.c index ef8f56249..0f0f3a6eb 100644 --- a/src/quest_log.c +++ b/src/quest_log.c @@ -1513,7 +1513,7 @@ static void sub_8111F8C(u8 taskId) if (ScriptContext2_IsEnabled() != TRUE) { - player_bitmagic(); + FreezeEventObjects(); sub_805C270(); sub_805C780(); ScriptContext2_Enable(); @@ -1536,7 +1536,7 @@ static void sub_8111FCC(u8 taskId) task->data[0] = 0; task->data[1] = 0; task->func = sub_8112044; - player_bitmagic(); + FreezeEventObjects(); ScriptContext2_Enable(); } } |