diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
commit | a62fbd6ec1d34ccba25e117e0db60fd4100bfd8d (patch) | |
tree | d28f0320009ff4cf4955e84b4555519a1ab55b69 /include/vars.h | |
parent | b73b15dc9c10ace5145e3d4b339ca833413a1522 (diff) | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) |
Merge branch 'master' into pokeblock
Diffstat (limited to 'include/vars.h')
-rwxr-xr-x[-rw-r--r--] | include/vars.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/vars.h b/include/vars.h index cb5bb3296..f31ebde84 100644..100755 --- a/include/vars.h +++ b/include/vars.h @@ -17,6 +17,7 @@ #define VAR_DAYS 0x4040 +#define VAR_DEPT_STORE_FLOOR 0x4043 #define VAR_POKELOT_PRIZE 0x4045 #define VAR_NATIONAL_DEX 0x4046 #define VAR_SHROOMISH_SIZE_RECORD 0x4047 @@ -31,10 +32,12 @@ #define VAR_0x4054 0x4054 #define VAR_0x4089 0x4089 +#define VAR_0x4095 0x4095 #define VAR_0x4097 0x4097 - +#define VAR_0x409a 0x409a #define VAR_PORTHOLE 0x40B4 #define VAR_0x40BC 0x40BC +#define VAR_0x40C2 0x40C2 #endif // GUARD_VARS_H |