From fe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 27 Mar 2020 18:08:28 -0400 Subject: through sub_8055B38 --- include/script.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/script.h') 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); -- cgit v1.2.3 From f3a632156b5ccf591677f079fb7a41162d4167f3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 28 Mar 2020 18:00:52 -0400 Subject: through sub_8057854 --- include/script.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/script.h') diff --git a/include/script.h b/include/script.h index 48b169ef1..a37909137 100644 --- a/include/script.h +++ b/include/script.h @@ -50,11 +50,11 @@ void mapheader_run_script_by_tag(u8 tag); u8 *mapheader_get_first_match_from_tagged_ptr_list(u8 tag); void RunOnLoadMapScript(void); void RunOnTransitionMapScript(void); -void mapheader_run_script_with_tag_x5(void); -void mapheader_run_script_with_tag_x7(void); +void RunOnResumeMapScript(void); +void RunOnReturnToFieldMapScript(void); void RunOnDiveWarpMapScript(void); bool8 TryRunOnFrameMapScript(void); -void mapheader_run_first_tag4_script_list_match(void); +void TryRunOnWarpIntoMapScript(void); u32 CalculateRamScriptChecksum(void); void ClearRamScript(void); bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId); -- cgit v1.2.3