diff options
author | YamaArashi <shadow962@live.com> | 2017-01-04 04:45:33 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-04 04:45:33 -0800 |
commit | 355428ee31698073a93c335a6d9db47936c5ffbb (patch) | |
tree | 1f10a3f9ff440dae1d9e68440e6a09236062655f /src/map_obj_lock.c | |
parent | b6b8d053ecfc73c9ff0d4b5715404e3583501b84 (diff) |
name some functions
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 fc9882ce2..b1e7bb3df 100644 --- a/src/map_obj_lock.c +++ b/src/map_obj_lock.c @@ -36,7 +36,7 @@ bool8 sub_8064CFC(void) } } -void sub_8064D20(void) +void ScriptFreezeMapObjects(void) { FreezeMapObjects(); CreateTask(sub_8064CDC, 80); |