summaryrefslogtreecommitdiff
path: root/include/constants/vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r--include/constants/vars.h7
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