summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-29 09:38:19 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-03-29 09:38:19 -0400
commit62968895ca220cf5b6f7c066e9061cf45fe7913e (patch)
tree43b983e09edbe4478f3c11399e4ec2f4d7338e37 /include
parent357c5439f5170ec1ebb1fe52c00d8d934b65c6bc (diff)
Add MON_PIC_SIZE constant
Diffstat (limited to 'include')
-rw-r--r--include/constants/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index 11a7c7fc5..51ef0c015 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -346,4 +346,6 @@
#define NUM_MALE_LINK_FACILITY_CLASSES 8
#define NUM_FEMALE_LINK_FACILITY_CLASSES 8
+#define MON_PIC_SIZE (64 * 64 / 2)
+
#endif // GUARD_CONSTANTS_POKEMON_H