summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-20 14:14:54 -0400
committerscnorton <scnorton@biociphers.org>2017-06-20 14:14:54 -0400
commit27ce8721331d5970c2d15d1a0459e37d094e0aa1 (patch)
tree3b85297cd47ffe04d1bfbdab237dde1ce56a8bd0 /include/script.h
parentc8993068c9a9b25b9ea573737646872098829d24 (diff)
Elevator menu main task
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h
index 4070a838f..5577fcb01 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;
+extern u16 gScriptLastTalked;
#endif // GUARD_SCRIPT_H