diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-08 20:46:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-08 20:46:20 -0800 |
commit | 03a457c60afa2b8454d570c20f90ae3f7bb9b153 (patch) | |
tree | 473cd0d9098b3ac1562e165ea253643c192265da /constants | |
parent | a58d647946fc9dadd52dd0855498ad49232d648d (diff) | |
parent | 72770d22ea76626ce9fdc1d28412a53338054e01 (diff) |
Merge pull request #180 from yenatch/species-enum
Forgot to add Unown species constants to the enum
Diffstat (limited to 'constants')
-rw-r--r-- | constants/species_constants.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/species_constants.inc b/constants/species_constants.inc index bf14d258d..d023662b7 100644 --- a/constants/species_constants.inc +++ b/constants/species_constants.inc @@ -445,4 +445,4 @@ enum SPECIES_UNOWN_EMARK enum SPECIES_UNOWN_QMARK - .set NUM_SPECIES, __enum__ - 1 + .set NUM_SPECIES, SPECIES_EGG |