diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-04 13:34:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-04 13:34:33 -0400 |
commit | d0e72abccfe15f0d120d3f5811f893fbddde0aa6 (patch) | |
tree | 80b119dc02d8e48fcc2f5636632b7594871dc01d /include/script.h | |
parent | 54c74220e6f53ef0fd4fdb25f58c0196c809f840 (diff) |
A couple more functions in decoration.s
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 5e13e8e74..4070a838f 100644 --- a/include/script.h +++ b/include/script.h @@ -55,5 +55,6 @@ u32 CalculateRamScriptChecksum(void); void ClearRamScript(void); bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId); u8 *GetRamScript(u8 objectId, u8 *script); +u16 gScriptResult; #endif // GUARD_SCRIPT_H |