diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 17:20:34 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 17:59:25 -0400 |
commit | 71094356313801bf20191f3db1efa0decd3c3dcb (patch) | |
tree | 18c501d04a21f88c5f4d59f764883e326710ca39 /include/constants/vars.h | |
parent | 3bd2094141da60be175f237fa34889469f77f187 (diff) |
Sync event macros
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 795498212..8f478b794 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -1,8 +1,6 @@ #ifndef GUARD_CONSTANTS_VARS_H #define GUARD_CONSTANTS_VARS_H -#define VAR_0x3F20 0x3F20 - #define VARS_START 0x4000 // temporary vars @@ -172,6 +170,8 @@ #define VAR_STEVENS_HOUSE_STATE 0x40C6 #define VAR_OLDALE_STATE 0x40C7 +#define VARS_END 0x40FF + #define SPECIAL_VARS_START 0x8000 // special vars // They are commonly used as parameters to commands, or return values from commands. @@ -194,4 +194,6 @@ #define VAR_CONTEST_RANK 0x8010 #define VAR_CONTEST_CATEGORY 0x8011 +#define SPECIAL_VARS_END 0x8015 + #endif // GUARD_CONSTANTS_VARS_H |