summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-16 11:07:47 -0500
committerGitHub <noreply@github.com>2020-02-16 11:07:47 -0500
commit04130a97d9ff799c9f1b439d091c0116adb31bfb (patch)
tree7b610171c3d893d1cace513cf61e0b74014dbad2 /src/script.c
parentfee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff)
parenta4cd331634d1fcc5f7cb217c51c328c5769a9616 (diff)
Merge pull request #239 from GriffinRichards/doc-ttower
Document Trainer Tower scripts
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c
index ee4ffb7cf..4b8565589 100644
--- a/src/script.c
+++ b/src/script.c
@@ -406,7 +406,7 @@ u8 *mapheader_get_first_match_from_tagged_ptr_list(u8 tag)
}
}
-void mapheader_run_script_with_tag_x1(void)
+void RunOnLoadMapScript(void)
{
mapheader_run_script_by_tag(1);
}