diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-14 19:58:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 19:58:38 -0400 |
commit | 3c356a1d7af543d84c06f28f670b6ddc4b27fdd6 (patch) | |
tree | eb8f0ae6435b7fe9515928f6fedba5c872aa5827 /include/constants/vars.h | |
parent | 6f3c7925775bedb2195c9be03ab38a3fcee23836 (diff) | |
parent | beeb673ba16e02cacadb2de0ee3608d2106ed14a (diff) |
Merge pull request #1082 from GriffinRichards/add-flagvarsave
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 4a38bde81..625c37aa9 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -274,6 +274,7 @@ #define VAR_UNUSED_0x40FF 0x40FF // Unused Var #define VARS_END 0x40FF +#define VARS_COUNT (VARS_END - VARS_START + 1) #define SPECIAL_VARS_START 0x8000 // special vars |