diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 18:09:24 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 18:09:24 -0500 |
commit | 31d31d326034fde26dedaf2dadb1c608e00fb92f (patch) | |
tree | be13ed87df14390256c9a3e582fb11adbe4090b8 /include/constants/vars.h | |
parent | 26f7ba482384ad4f63063797a527b7fb33572aa1 (diff) |
Sync compare macros, some event_scripts.s doc, begin map_scripts constants
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 3f171ede8..3635aef6b 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -303,7 +303,10 @@ #define VAR_0x40FE 0x40FE #define VAR_0x40FF 0x40FF -#define SPECIAL_VARS_START 0x8000 +#define VARS_END 0x40FF + +#define SPECIAL_VARS_START 0x8000 + #define VAR_0x8000 0x8000 #define VAR_0x8001 0x8001 #define VAR_0x8002 0x8002 @@ -326,4 +329,6 @@ #define VAR_MON_BOX_POS 0x8013 #define VAR_TEXT_COLOR 0x8014 +#define SPECIAL_VARS_END 0x8014 + #endif // GUARD_CONSTANTS_VARS_H |