diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-29 23:09:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-29 23:09:31 -0400 |
commit | 5adf807274aa36dc8f65a120f61debf5a0c1d360 (patch) | |
tree | c7ea8d26ae569724e24f93687bd0e7d3bf22f95b /include/script.h | |
parent | 06f5a396016aee2406749633b627bb9d729744ff (diff) | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) |
Merge remote-tracking branch 'origin/master' into use_pokeblock
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..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 |