summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-28 18:00:52 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-28 18:00:52 -0400
commitf3a632156b5ccf591677f079fb7a41162d4167f3 (patch)
treed7e29e92507cc629254524882275db9b4c00c1ef /src/script.c
parentf5f4d6bc1fa9927796ed7a683fb262d2f50a87c3 (diff)
through sub_8057854
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script.c b/src/script.c
index 250d98770..8e490811b 100644
--- a/src/script.c
+++ b/src/script.c
@@ -416,12 +416,12 @@ void RunOnTransitionMapScript(void)
mapheader_run_script_by_tag(3);
}
-void mapheader_run_script_with_tag_x5(void)
+void RunOnResumeMapScript(void)
{
mapheader_run_script_by_tag(5);
}
-void mapheader_run_script_with_tag_x7(void)
+void RunOnReturnToFieldMapScript(void)
{
mapheader_run_script_by_tag(7);
}
@@ -447,7 +447,7 @@ bool8 TryRunOnFrameMapScript(void)
return 1;
}
-void mapheader_run_first_tag4_script_list_match(void)
+void TryRunOnWarpIntoMapScript(void)
{
u8 *ptr = mapheader_get_first_match_from_tagged_ptr_list(4);
if (ptr)