diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-06 07:54:57 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-06 07:54:57 -0500 |
commit | d2538cffa03a21aca4e116971a7eb8b760f98ce0 (patch) | |
tree | 06d7f0a06a7deefd84ff38ba53c458abe08e0c65 /include/script.h | |
parent | 0eba7e0870f3f7e51b69a1f1a7e1e436a977f78b (diff) |
through ScrCmd_copyvar
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index ebb4caa86..acd88adf3 100644 --- a/include/script.h +++ b/include/script.h @@ -66,4 +66,6 @@ bool32 sub_8069DFC(void); void sub_8069EA4(u8 * script, u16 scriptSize); u8 * sub_8069E48(void); +extern const u8 *gRAMScriptPtr; + #endif // GUARD_SCRIPT_H |