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/map_obj_lock.c | |
parent | 34b440a3584d4d2c6d4f28cb4d8bf77efb734bc3 (diff) |
document battle_setup symbols
Diffstat (limited to 'src/map_obj_lock.c')
-rw-r--r-- | src/map_obj_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_obj_lock.c b/src/map_obj_lock.c index f89819647..e28872fd4 100644 --- a/src/map_obj_lock.c +++ b/src/map_obj_lock.c @@ -38,7 +38,7 @@ bool8 sub_8069590(void) void ScriptFreezeMapObjects(void) { - player_bitmagic(); + FreezeEventObjects(); CreateTask(sub_8069570, 80); } |