diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 17:03:33 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 17:06:17 -0600 |
commit | 664b42470fb6c590dd2bd8b02707a790feda23fe (patch) | |
tree | eb4f223156ea79ba46ed61dc82cbb791deb28499 /include/constants/vars.h | |
parent | 7158286302493c6fe34068926b351292af2cb6a9 (diff) |
Use var constants for direct uses of gSaveBlock1.vars
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 13114e09b..682d45003 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -3,6 +3,8 @@ #define VAR_0x3F20 0x3F20 +#define VARS_START 0x4000 + // temporary vars // The first 0x10 vars are are temporary--they are cleared every time a map is loaded. #define VAR_TEMP_0 0x4000 @@ -60,7 +62,8 @@ #define VAR_ENIGMA_BERRY_AVAILABLE 0x402D #define VAR_DAYS 0x4040 - +#define VAR_FANCLUB_UNKNOWN_1 0x4041 // TODO: document these two fanclub vars +#define VAR_FANCLUB_UNKNOWN_2 0x4042 #define VAR_DEPT_STORE_FLOOR 0x4043 #define VAR_TRICK_HOUSE_ROOMS_COMPLETED 0x4044 #define VAR_LOTTERY_PRIZE 0x4045 |