diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-31 18:40:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 18:40:40 -0500 |
commit | cbc414c44115550c811d6629c23c2e749d9d7fe3 (patch) | |
tree | 42a2274534149cb609636c3ef98a90438a11ca33 /include/script.h | |
parent | 425cb7ec71d549bed0a73bb864c3f33a1c89f1c4 (diff) | |
parent | bc71641386573c7e865d0cec941f84310fbd648f (diff) |
Merge pull request #698 from Slawter666/synchronise
Synchronise with pokeemerald
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
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 |