diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-25 14:48:22 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-25 18:46:25 -0500 |
commit | 801ca37f0402083d7c0749cbf2ea473bf9dc4894 (patch) | |
tree | cb7d48fc0191f425190342e5207cc05edb1f1ba5 /include/global.h | |
parent | 1ae352bcb6307ae5aa6f64085dea217c0ca23eac (diff) |
Document day_care.inc and related
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index fa8fe8eb3..44a4d0164 100644 --- a/include/global.h +++ b/include/global.h @@ -63,8 +63,6 @@ // Converts a Q24.8 fixed-point format number to a regular integer #define Q_24_8_TO_INT(n) ((int)((n) >> 8)) -#define PARTY_SIZE 6 - #define POKEMON_SLOTS_NUMBER 412 #define min(a, b) ((a) < (b) ? (a) : (b)) |