diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-12 23:09:58 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-12 23:09:58 +0000 |
commit | 17be584c67f203f15f0e3a61dd3e5e611dd79382 (patch) | |
tree | d495eca0bedff3a4466afdcf45efbf66f237077a /include/pokemon.h | |
parent | cbc414c44115550c811d6629c23c2e749d9d7fe3 (diff) |
Begin synchronisation part 2
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 67ce267ab..67816b8f0 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -117,6 +117,7 @@ #define TYPE_ICE 0x0f #define TYPE_DRAGON 0x10 #define TYPE_DARK 0x11 +#define NUMBER_OF_MON_TYPES 0x12 #define FRIENDSHIP_EVENT_GROW_LEVEL 0x0 #define FRIENDSHIP_EVENT_VITAMIN 0x1 // unused |