diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 18:00:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 18:00:52 -0400 |
commit | f3a632156b5ccf591677f079fb7a41162d4167f3 (patch) | |
tree | d7e29e92507cc629254524882275db9b4c00c1ef /include/script.h | |
parent | f5f4d6bc1fa9927796ed7a683fb262d2f50a87c3 (diff) |
through sub_8057854
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |