diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 14:49:16 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 14:49:16 +0100 |
commit | a83fc52a7e393e44079abd0f616d75ad7fa230e8 (patch) | |
tree | 4fdfb6191791cf1fa054943529ba56a273c3f3c5 /include/constants | |
parent | d8b952f94ccf3b1806db5733188be2249d91fe35 (diff) |
Make data easier to edit
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/species.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/species.h b/include/constants/species.h index cd9b13743..02e5ea396 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -449,6 +449,7 @@ // National Dex Index Defines +#define NATIONAL_DEX_NONE 0 #define NATIONAL_DEX_BULBASAUR 1 #define NATIONAL_DEX_IVYSAUR 2 #define NATIONAL_DEX_VENUSAUR 3 @@ -865,6 +866,7 @@ // Hoenn Dex Index Defines +#define HOENN_DEX_NONE 0 #define HOENN_DEX_BULBASAUR 203 #define HOENN_DEX_IVYSAUR 204 #define HOENN_DEX_VENUSAUR 205 |