summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-03 12:33:47 -0600
committerGitHub <noreply@github.com>2018-12-03 12:33:47 -0600
commit8064b011d142cfb7a6c8aa1f8366b85a6ff4e45a (patch)
tree5d0753d9daa61c26d726a7bfcd669ccc3ff719f1 /include/constants
parentffa8655f4cd2cb8d6b1bdacc0a5568259eb60a72 (diff)
parentba1fc055581921f41cbaebfe9d91b51b8e5df544 (diff)
Merge pull request #424 from DizzyEggg/labels
Clean up src/data
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/species.h2
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