summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-10-20 21:01:15 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-10-20 21:01:15 +0100
commitbc71641386573c7e865d0cec941f84310fbd648f (patch)
tree028717e7f893a18d77b7d24e693eaf2abd0d2c49 /include/script.h
parent164e2ea8eb5501eed7a8b641c3cb97b7e1992e0d (diff)
Continue synchronising
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h
index 5a899cf4a..17effd358 100644
--- a/include/script.h
+++ b/include/script.h
@@ -50,6 +50,6 @@ bool8 mapheader_run_first_tag2_script_list_match(void);
void mapheader_run_first_tag4_script_list_match(void);
void ClearRamScript(void);
bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId);
-u8 *GetRamScript(u8 objectId, u8 *script);
+const u8 *GetRamScript(u8 objectId, const u8 *script);
#endif // GUARD_SCRIPT_H