diff options
author | YamaArashi <shadow962@live.com> | 2016-10-01 22:08:32 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-01 22:08:32 -0700 |
commit | ee7db46023b1bde6a06f61242c7dd7c4770b6125 (patch) | |
tree | 3f2837be6b2d37b10f8be8eff6c428eb4f5a31bc /include/script.h | |
parent | 1fda6f0f4b34e797d44f0d32c1e82e6a2a840424 (diff) |
trig.h
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index 96e13d072..7a7b2de72 100644 --- a/include/script.h +++ b/include/script.h @@ -39,5 +39,18 @@ void ScriptContext1_SetupScript(u8 *ptr); void ScriptContext1_Stop(void); void EnableBothScriptContexts(); void ScriptContext2_RunNewScript(u8 *ptr); +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 mapheader_run_script_with_tag_x1(void); +void mapheader_run_script_with_tag_x3(void); +void mapheader_run_script_with_tag_x5(void); +void mapheader_run_script_with_tag_x6(void); +bool8 mapheader_run_first_tag2_script_list_match(void); +void mapheader_run_first_tag4_script_list_match(void); +u32 CalculateRamScriptChecksum(void); +void ClearRamScript(void); +bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId); +u8 *GetRamScript(u8 objectId, u8 *script); #endif // GUARD_SCRIPT_H |