diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 18:08:28 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 18:08:28 -0400 |
commit | fe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 (patch) | |
tree | e33566286c58b95e20b70aabb1ccba930ba07f18 /src/script.c | |
parent | a03906a1a3b8954fa8c27f6e5a9e89cdd0b57a1e (diff) |
through sub_8055B38
Diffstat (limited to 'src/script.c')
-rw-r--r-- | src/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c index 5d691247f..250d98770 100644 --- a/src/script.c +++ b/src/script.c @@ -411,7 +411,7 @@ void RunOnLoadMapScript(void) mapheader_run_script_by_tag(1); } -void mapheader_run_script_with_tag_x3(void) +void RunOnTransitionMapScript(void) { mapheader_run_script_by_tag(3); } @@ -426,7 +426,7 @@ void mapheader_run_script_with_tag_x7(void) mapheader_run_script_by_tag(7); } -void mapheader_run_script_with_tag_x6(void) +void RunOnDiveWarpMapScript(void) { mapheader_run_script_by_tag(6); } |