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 /include/script.h | |
parent | a03906a1a3b8954fa8c27f6e5a9e89cdd0b57a1e (diff) |
through sub_8055B38
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/script.h b/include/script.h index 3dd91ca59..48b169ef1 100644 --- a/include/script.h +++ b/include/script.h @@ -49,10 +49,10 @@ u8 *mapheader_get_tagged_pointer(u8 tag); void mapheader_run_script_by_tag(u8 tag); u8 *mapheader_get_first_match_from_tagged_ptr_list(u8 tag); void RunOnLoadMapScript(void); -void mapheader_run_script_with_tag_x3(void); +void RunOnTransitionMapScript(void); void mapheader_run_script_with_tag_x5(void); void mapheader_run_script_with_tag_x7(void); -void mapheader_run_script_with_tag_x6(void); +void RunOnDiveWarpMapScript(void); bool8 TryRunOnFrameMapScript(void); void mapheader_run_first_tag4_script_list_match(void); u32 CalculateRamScriptChecksum(void); |