diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-28 10:31:51 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-28 10:31:51 -0400 |
commit | f01cdd2a380174613dc0da6e04dd19a1b0520b0a (patch) | |
tree | 456fb49759fe94165f8e74e164e5475a1eda4303 /include/script.h | |
parent | c038b3a51cd82ec56ed09965513e8f846a3490df (diff) |
sub_810C368
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index 4070a838f..96874e3b4 100644 --- a/include/script.h +++ b/include/script.h @@ -56,5 +56,6 @@ void ClearRamScript(void); bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId); u8 *GetRamScript(u8 objectId, u8 *script); u16 gScriptResult; +u16 gScriptItemId; #endif // GUARD_SCRIPT_H |