diff options
author | who-knows-who <j.williams97@outlook.com> | 2021-04-17 12:48:19 +0100 |
---|---|---|
committer | who-knows-who <j.williams97@outlook.com> | 2021-04-17 12:48:19 +0100 |
commit | 996d9d78106cf4ab601815550ba77a92ab678328 (patch) | |
tree | 9a92b4f792a11466cdee719b18ed449dee2e27fc /include/event_data.h | |
parent | 267cb812e827604d4829d3afe28a82b0970d3706 (diff) | |
parent | 85a8a2bd43633e11af094d66a35f3c32dc7c8bfe (diff) |
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'include/event_data.h')
-rw-r--r-- | include/event_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/event_data.h b/include/event_data.h index e1d46348..1f0f090a 100644 --- a/include/event_data.h +++ b/include/event_data.h @@ -1,6 +1,8 @@ #ifndef GUARD_SCRIPT_STATE_H #define GUARD_SCRIPT_STATE_H +#include "save_block_2.h" + struct ScriptState { u16 vars[288]; |