diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
commit | 06025e887f911acb1d777bbe80d9766a881122c6 (patch) | |
tree | 3e3fcc3648658d53097fe7067bdf17041dfb171f /include/constants/global.h | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index c7063d71c..a93e60e7c 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -34,8 +34,6 @@ #define POKEBLOCKS_COUNT 40 #define OBJECT_EVENTS_COUNT 16 #define BERRY_TREES_COUNT 128 -#define FLAGS_COUNT 300 -#define VARS_COUNT 256 #define MAIL_COUNT 16 #define SECRET_BASES_COUNT 20 #define TV_SHOWS_COUNT 25 |