diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-01 23:13:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 23:13:59 -0400 |
commit | a0b3d4df12f30442ea7d14d3e05f19327ad8f6ce (patch) | |
tree | 4d54d5bab2be81f541de3c0b2d464728532c7c0f /include/constants/pokemon.h | |
parent | 51970f97b0e48b0bffa8ab9229ac30a94f57512a (diff) | |
parent | 50e9666e1637b15bd57fd7ee88180e50d2eb5e8c (diff) |
Merge pull request #1390 from GriffinRichards/doc-introcred
Document intro and credits sequences
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 2 |
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 |