diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-28 14:45:38 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-28 14:45:38 -0400 |
commit | 496fd707b7527382bf97bb08a94ea1d78d543d8e (patch) | |
tree | 4ece9fb80df3ff59b3a2b4ce5d4f52d5262f8ed1 /include/script.h | |
parent | a7a374266fec8eb34208f8b7008e769cfb0da327 (diff) |
Remove excess declarations of gScriptItemId
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index 96874e3b4..4070a838f 100644 --- a/include/script.h +++ b/include/script.h @@ -56,6 +56,5 @@ 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 |