diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 19:23:01 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 19:23:01 -0500 |
commit | 60add76ee7b74fac4067feb0451eac2b8cf35a03 (patch) | |
tree | 6248ec6fdc12e41432e2e20cec9a7bde73fe2e04 /constants | |
parent | cbd423ec0826919a58f0661955bd565d256bdcf1 (diff) |
* Remove rept 4 (fa3192e)
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46)
* More meaningful egg group names (0eeb00d)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pokemon_data_constants.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 35985d565..ac5a1aeba 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -47,20 +47,20 @@ GENDERLESS EQU -1 ; wBaseEggGroups values const_def 1 const EGG_MONSTER ; 1 - const EGG_WATER_1 ; 2 + const EGG_AMPHIBIAN ; 2 const EGG_BUG ; 3 const EGG_FLYING ; 4 const EGG_FIELD ; 5 const EGG_FAIRY ; 6 const EGG_GRASS ; 7 - const EGG_HUMANLIKE ; 8 - const EGG_WATER_3 ; 9 + const EGG_HUMANSHAPE ; 8 + const EGG_INVERTEBRATE ; 9 const EGG_MINERAL ; a const EGG_AMORPHOUS ; b - const EGG_WATER_2 ; c + const EGG_FISH ; c const EGG_DITTO ; d const EGG_DRAGON ; e - const EGG_UNDISCOVERED ; f + const EGG_NONE ; f ; pokedex entries (see data/pokemon/dex_entries.asm) |